COLOR #254F3C

HEX: #254F3C
RGB: (37,79,60)

Color info

#254F3C contains red, green and blue colors in about the same proportion. Web safe color of #254F3C is #336633 (or #363).

RGB color model

#254F3C color RGB value is (37,79,60).

  • red value is 37;
  • green value is 79;
  • blue value is 60.
RGB:
(37,79,60)
(15%,31%,24%)

RGB channels and saturation

R 37 of 255 = 15%
G 79 of 255 = 31%
B 60 of 255 = 24%

37
79
60

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

Portions of RGB colors in percentages

R + G + B =
37 + 79 + 60 = 176 (100%)
R 37 of 176 ~ 21.02%
G 79 of 176 ~ 44.89%
B 60 of 176 ~ 34.09%

%21.02
%44.89
%34.09

CMYK color model

#254F3C color CMYK value is (53,0,24,69).

  • cyan value is 53.16%
  • magenta value is 0.00%
  • yellow value is 24.05%
  • key color value is 69.02%
CMYK:
(53,0,24,69)
C53M0Y24K69 
(53%,0%,24%,69%)
(0.53/0.00/0.24/0.69)	

CMYK percentages

%53.16
%0
%24.05
%69.02

Codes

Color #254F3C in popluar color models

254F3C
RGB377960
HSL153°36.21%22.75%
HSB/HSV153°53.16%30.98%
CMYK53.16%0.00%24.05%
69.02%

Color #254F3C in popluar number systems.

HEX254F3C
Decimal377960
Binary1001011001111111100
Octal4511774

Shades and tints

Shades of #254F3C

#254F3C
(37,79,60)
#224837
(34,72,55)
#1F4132
(31,65,50)
#1C3A2D
(28,58,45)
#193328
(25,51,40)
#162C23
(22,44,35)
#13251E
(19,37,30)
#101E19
(16,30,25)
#0D1714
(13,23,20)
#0A100F
(10,16,15)
#07090A
(7,9,10)
#000000
(0,0,0)

Tints of #254F3C

#254F3C
(37,79,60)
#385F4D
(56,95,77)
#4B6F5E
(75,111,94)
#5E7F6F
(94,127,111)
#718F80
(113,143,128)
#849F91
(132,159,145)
#97AFA2
(151,175,162)
#AABFB3
(170,191,179)
#BDCFC4
(189,207,196)
#D0DFD5
(208,223,213)
#E3EFE6
(227,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #254F3C color. Also use rgb(37,79,60) instead hex code.

Text Font Color

.myTextColor { color: #254F3C; }

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

This text font color is #254F3C.


Background Color

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

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

This div background color is #254F3C.


Border color

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

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

This div border color is #254F3C.


Opacity

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

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

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

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

This text has shadow with #254F3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #254F3C on black background.


Color preview on white background

This text has color #254F3C on white background.



Black color preview on #254F3C background

This text has black color on #254F3C background.


White color preview on #254F3C background

This text has white color on #254F3C background.