COLOR #255E52

HEX: #255E52
RGB: (37,94,82)

Color info

#255E52 contains red, green and blue colors in about the same proportion. Web safe color of #255E52 is #336666 (or #366).

RGB color model

#255E52 color RGB value is (37,94,82).

  • red value is 37;
  • green value is 94;
  • blue value is 82.
RGB:
(37,94,82)
(15%,37%,32%)

RGB channels and saturation

R 37 of 255 = 15%
G 94 of 255 = 37%
B 82 of 255 = 32%

37
94
82

R + G + B ~ 28%. #255E52 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 94 + 82 = 213 (100%)
R 37 of 213 ~ 17.37%
G 94 of 213 ~ 44.13%
B 82 of 213 ~ 38.5%

%17.37
%44.13
%38.5

CMYK color model

#255E52 color CMYK value is (61,0,13,63).

  • cyan value is 60.64%
  • magenta value is 0.00%
  • yellow value is 12.77%
  • key color value is 63.14%
CMYK:
(61,0,13,63)
C61M0Y13K63 
(61%,0%,13%,63%)
(0.61/0.00/0.13/0.63)	

CMYK percentages

%60.64
%0
%12.77
%63.14

Codes

Color #255E52 in popluar color models

255E52
RGB379482
HSL167°43.51%25.69%
HSB/HSV167°60.64%36.86%
CMYK60.64%0.00%12.77%
63.14%

Color #255E52 in popluar number systems.

HEX255E52
Decimal379482
Binary10010110111101010010
Octal45136122

Shades and tints

Shades of #255E52

#255E52
(37,94,82)
#22564B
(34,86,75)
#1F4E44
(31,78,68)
#1C463D
(28,70,61)
#193E36
(25,62,54)
#16362F
(22,54,47)
#132E28
(19,46,40)
#102621
(16,38,33)
#0D1E1A
(13,30,26)
#0A1613
(10,22,19)
#070E0C
(7,14,12)
#000000
(0,0,0)

Tints of #255E52

#255E52
(37,94,82)
#386C61
(56,108,97)
#4B7A70
(75,122,112)
#5E887F
(94,136,127)
#71968E
(113,150,142)
#84A49D
(132,164,157)
#97B2AC
(151,178,172)
#AAC0BB
(170,192,187)
#BDCECA
(189,206,202)
#D0DCD9
(208,220,217)
#E3EAE8
(227,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #255E52 color. Also use rgb(37,94,82) instead hex code.

Text Font Color

.myTextColor { color: #255E52; }

<p style="color:#255E52">This sample text font color is #255E52.</p>

This text font color is #255E52.


Background Color

.myBgColor { background-color: #255E52; }

<div style="background-color:#255E52">Inner text</div>

This div background color is #255E52.


Border color

.myBorderColor { border: 1px solid #255E52; }

<div style="border:3px solid #255E52">Div</div>

This div border color is #255E52.


Opacity

.myOpacity80 { color: #255E52; opacity: 0.8; }

<p style="color:#255E52;opacity:0.8;">80%</p>

Text with #255E52 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #255E52;}

<p style="text-shadow: 3px 3px 1px #255E52">Text here.</p>

This text has shadow with #255E52 color.

.textShadow {text-shadow: 3px 3px 1px #255E52, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #255E52, 5px 5px 20px red">Text here.</p>

This text has shadow with #255E52 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#255E52, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#255E52, Direction=45, Strength=4)">Text</p>

This text has shadow with #255E52 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #255E52;
  -webkit-box-shadow:	1px 1px 3px 2px #255E52;
  box-shadow:		1px 1px 3px 2px #255E52;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #255E52;
-webkit-box-shadow: 1px 1px 3px 2px #255E52;
box-shadow:1px 1px 3px 2px #255E52;">
Div content here</div>
This div box has shadow with color #255E52.

Preview

Color preview on black background

This text has color #255E52 on black background.


Color preview on white background

This text has color #255E52 on white background.



Black color preview on #255E52 background

This text has black color on #255E52 background.


White color preview on #255E52 background

This text has white color on #255E52 background.