COLOR #255C57

HEX: #255C57
RGB: (37,92,87)

Color info

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

RGB color model

#255C57 color RGB value is (37,92,87).

  • red value is 37;
  • green value is 92;
  • blue value is 87.
RGB:
(37,92,87)
(15%,36%,34%)

RGB channels and saturation

R 37 of 255 = 15%
G 92 of 255 = 36%
B 87 of 255 = 34%

37
92
87

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

Portions of RGB colors in percentages

R + G + B =
37 + 92 + 87 = 216 (100%)
R 37 of 216 ~ 17.13%
G 92 of 216 ~ 42.59%
B 87 of 216 ~ 40.28%

%17.13
%42.59
%40.28

CMYK color model

#255C57 color CMYK value is (60,0,5,64).

  • cyan value is 59.78%
  • magenta value is 0.00%
  • yellow value is 5.43%
  • key color value is 63.92%
CMYK:
(60,0,5,64)
C60M0Y5K64 
(60%,0%,5%,64%)
(0.60/0.00/0.05/0.64)	

CMYK percentages

%59.78
%0
%5.43
%63.92

Codes

Color #255C57 in popluar color models

255C57
RGB379287
HSL175°42.64%25.29%
HSB/HSV175°59.78%36.08%
CMYK59.78%0.00%5.43%
63.92%

Color #255C57 in popluar number systems.

HEX255C57
Decimal379287
Binary10010110111001010111
Octal45134127

Shades and tints

Shades of #255C57

#255C57
(37,92,87)
#225450
(34,84,80)
#1F4C49
(31,76,73)
#1C4442
(28,68,66)
#193C3B
(25,60,59)
#163434
(22,52,52)
#132C2D
(19,44,45)
#102426
(16,36,38)
#0D1C1F
(13,28,31)
#0A1418
(10,20,24)
#070C11
(7,12,17)
#000000
(0,0,0)

Tints of #255C57

#255C57
(37,92,87)
#386A66
(56,106,102)
#4B7875
(75,120,117)
#5E8684
(94,134,132)
#719493
(113,148,147)
#84A2A2
(132,162,162)
#97B0B1
(151,176,177)
#AABEC0
(170,190,192)
#BDCCCF
(189,204,207)
#D0DADE
(208,218,222)
#E3E8ED
(227,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #255C57 color. Also use rgb(37,92,87) instead hex code.

Text Font Color

.myTextColor { color: #255C57; }

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

This text font color is #255C57.


Background Color

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

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

This div background color is #255C57.


Border color

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

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

This div border color is #255C57.


Opacity

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

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

Text with #255C57 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 #255C57;}

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

This text has shadow with #255C57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #255C57 on black background.


Color preview on white background

This text has color #255C57 on white background.



Black color preview on #255C57 background

This text has black color on #255C57 background.


White color preview on #255C57 background

This text has white color on #255C57 background.