COLOR #254C3B

HEX: #254C3B
RGB: (37,76,59)

Color info

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

RGB color model

#254C3B color RGB value is (37,76,59).

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

RGB channels and saturation

R 37 of 255 = 15%
G 76 of 255 = 30%
B 59 of 255 = 23%

37
76
59

R + G + B ~ 23%. #254C3B is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 76 + 59 = 172 (100%)
R 37 of 172 ~ 21.51%
G 76 of 172 ~ 44.19%
B 59 of 172 ~ 34.3%

%21.51
%44.19
%34.3

CMYK color model

#254C3B color CMYK value is (51,0,22,70).

  • cyan value is 51.32%
  • magenta value is 0.00%
  • yellow value is 22.37%
  • key color value is 70.20%
CMYK:
(51,0,22,70)
C51M0Y22K70 
(51%,0%,22%,70%)
(0.51/0.00/0.22/0.70)	

CMYK percentages

%51.32
%0
%22.37
%70.2

Codes

Color #254C3B in popluar color models

254C3B
RGB377659
HSL154°34.51%22.16%
HSB/HSV154°51.32%29.80%
CMYK51.32%0.00%22.37%
70.20%

Color #254C3B in popluar number systems.

HEX254C3B
Decimal377659
Binary1001011001100111011
Octal4511473

Shades and tints

Shades of #254C3B

#254C3B
(37,76,59)
#224636
(34,70,54)
#1F4031
(31,64,49)
#1C3A2C
(28,58,44)
#193427
(25,52,39)
#162E22
(22,46,34)
#13281D
(19,40,29)
#102218
(16,34,24)
#0D1C13
(13,28,19)
#0A160E
(10,22,14)
#071009
(7,16,9)
#000000
(0,0,0)

Tints of #254C3B

#254C3B
(37,76,59)
#385C4C
(56,92,76)
#4B6C5D
(75,108,93)
#5E7C6E
(94,124,110)
#718C7F
(113,140,127)
#849C90
(132,156,144)
#97ACA1
(151,172,161)
#AABCB2
(170,188,178)
#BDCCC3
(189,204,195)
#D0DCD4
(208,220,212)
#E3ECE5
(227,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #254C3B; }

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

This text font color is #254C3B.


Background Color

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

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

This div background color is #254C3B.


Border color

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

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

This div border color is #254C3B.


Opacity

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

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

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

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

This text has shadow with #254C3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #254C3B on black background.


Color preview on white background

This text has color #254C3B on white background.



Black color preview on #254C3B background

This text has black color on #254C3B background.


White color preview on #254C3B background

This text has white color on #254C3B background.