COLOR #255C4F

HEX: #255C4F RGB: (37,92,79)

Color info

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

RGB color model

#255C4F color RGB value is (37,92,79).

RGB: (37,92,79) (15%, 36%, 31%)

RGB channels and saturation

R 37 of 255 = 15%
G 92 of 255 = 36%
B 79 of 255 = 31%

37
92
79

R + G + B ~ 27%. #255C4F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 37 + 92 + 79 = 208 (100%)
R 37 of 208 ~ 17.79%
G 92 of 208 ~ 44.23%
B 79 of 208 ~ 37.98'%

%17.79
%44.23
%37.98

CMYK color model

#255C4F color CMYK value is (60,0,14,64).

  • cyan value is 59.78%
  • magenta value is 0.00%
  • yellow value is 14.13%
  • key color value is 63.92%

CMYK: (60,0,14,64)
C60M0Y14K64 (60%, 0%, 14%, 64%)
(0.60 / 0.00 / 0.14 / 0.64)

CMYK percentages

%59.78
%0
%14.13
%63.92

Codes

Color #255C4F in popluar color models

25 5C 4F
RGB 37 92 79
HSL 166° 42.64% 25.29%
HSB/HSV 166° 59.78% 36.08%
CMYK 59.78% 0.00% 14.13%
63.92%

Color #255C4F in popluar number systems.

HEX 25 5C 4F
Decimal 37 92 79
Binary 100101 1011100 1001111
Octal 45 134 117

Shades and tints

Shades of #255C4F

#255C4F
(37,92,79)
#225448
(34,84,72)
#1F4C41
(31,76,65)
#1C443A
(28,68,58)
#193C33
(25,60,51)
#16342C
(22,52,44)
#132C25
(19,44,37)
#10241E
(16,36,30)
#0D1C17
(13,28,23)
#0A1410
(10,20,16)
#070C09
(7,12,9)
#000000
(0,0,0)

Tints of #255C4F

#255C4F
(37,92,79)
#386A5F
(56,106,95)
#4B786F
(75,120,111)
#5E867F
(94,134,127)
#71948F
(113,148,143)
#84A29F
(132,162,159)
#97B0AF
(151,176,175)
#AABEBF
(170,190,191)
#BDCCCF
(189,204,207)
#D0DADF
(208,218,223)
#E3E8EF
(227,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #255C4F; }

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

This text font color is #255C4F.

Background Color

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

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

This div background color is #255C4F.

Border color

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

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

This div border color is #255C4F.

Opacity

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

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

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

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

This text has shadow with #255C4F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #255C4F.

Preview

Color preview on black background

This text has color #255C4F on black background.


Color preview on white background

This text has color #255C4F on white background.


Black color preview on #255C4F background

This text has black color on #255C4F background.


White color preview on #255C4F background

This text has white color on #255C4F background.


Related colors

Complementary color

Complementary color for #hex is #DAA3B0.


I love getcolorcode.com

Triadic colors

1 #4F255C and #5C4F25 with #255C4F are triadic colors.

2 #4F5C25 and #5C254F with #255C4F are triadic colors.