COLOR #254C39

HEX: #254C39
RGB: (37,76,57)

Color info

#254C39 contains red, green and blue colors in about the same proportion. Web safe color of #254C39 is #333333 (or #333).

RGB color model

#254C39 color RGB value is (37,76,57).

  • red value is 37;
  • green value is 76;
  • blue value is 57.
RGB:
(37,76,57)
(15%,30%,22%)

RGB channels and saturation

R 37 of 255 = 15%
G 76 of 255 = 30%
B 57 of 255 = 22%

37
76
57

R + G + B ~ 22%. #254C39 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 76 + 57 = 170 (100%)
R 37 of 170 ~ 21.76%
G 76 of 170 ~ 44.71%
B 57 of 170 ~ 33.53%

%21.76
%44.71
%33.53

CMYK color model

#254C39 color CMYK value is (51,0,25,70).

  • cyan value is 51.32%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 70.20%
CMYK:
(51,0,25,70)
C51M0Y25K70 
(51%,0%,25%,70%)
(0.51/0.00/0.25/0.70)	

CMYK percentages

%51.32
%0
%25
%70.2

Codes

Color #254C39 in popluar color models

254C39
RGB377657
HSL151°34.51%22.16%
HSB/HSV151°51.32%29.80%
CMYK51.32%0.00%25.00%
70.20%

Color #254C39 in popluar number systems.

HEX254C39
Decimal377657
Binary1001011001100111001
Octal4511471

Shades and tints

Shades of #254C39

#254C39
(37,76,57)
#224634
(34,70,52)
#1F402F
(31,64,47)
#1C3A2A
(28,58,42)
#193425
(25,52,37)
#162E20
(22,46,32)
#13281B
(19,40,27)
#102216
(16,34,22)
#0D1C11
(13,28,17)
#0A160C
(10,22,12)
#071007
(7,16,7)
#000000
(0,0,0)

Tints of #254C39

#254C39
(37,76,57)
#385C4B
(56,92,75)
#4B6C5D
(75,108,93)
#5E7C6F
(94,124,111)
#718C81
(113,140,129)
#849C93
(132,156,147)
#97ACA5
(151,172,165)
#AABCB7
(170,188,183)
#BDCCC9
(189,204,201)
#D0DCDB
(208,220,219)
#E3ECED
(227,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #254C39 color. Also use rgb(37,76,57) instead hex code.

Text Font Color

.myTextColor { color: #254C39; }

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

This text font color is #254C39.


Background Color

.myBgColor { background-color: #254C39; }

<div style="background-color:#254C39">Inner text</div>

This div background color is #254C39.


Border color

.myBorderColor { border: 1px solid #254C39; }

<div style="border:3px solid #254C39">Div</div>

This div border color is #254C39.


Opacity

.myOpacity80 { color: #254C39; opacity: 0.8; }

<p style="color:#254C39;opacity:0.8;">80%</p>

Text with #254C39 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 #254C39;}

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

This text has shadow with #254C39 color.

.textShadow {text-shadow: 3px 3px 1px #254C39, 3px 3px 1px red;}

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

This text has shadow with #254C39 primary color and red secondary color.


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

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

This text has shadow with #254C39 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #254C39 on black background.


Color preview on white background

This text has color #254C39 on white background.



Black color preview on #254C39 background

This text has black color on #254C39 background.


White color preview on #254C39 background

This text has white color on #254C39 background.