COLOR #254F3F

HEX: #254F3F
RGB: (37,79,63)

Color info

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

RGB color model

#254F3F color RGB value is (37,79,63).

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

RGB channels and saturation

R 37 of 255 = 15%
G 79 of 255 = 31%
B 63 of 255 = 25%

37
79
63

R + G + B ~ 24%. #254F3F is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 79 + 63 = 179 (100%)
R 37 of 179 ~ 20.67%
G 79 of 179 ~ 44.13%
B 63 of 179 ~ 35.2%

%20.67
%44.13
%35.2

CMYK color model

#254F3F color CMYK value is (53,0,20,69).

  • cyan value is 53.16%
  • magenta value is 0.00%
  • yellow value is 20.25%
  • key color value is 69.02%
CMYK:
(53,0,20,69)
C53M0Y20K69 
(53%,0%,20%,69%)
(0.53/0.00/0.20/0.69)	

CMYK percentages

%53.16
%0
%20.25
%69.02

Codes

Color #254F3F in popluar color models

254F3F
RGB377963
HSL157°36.21%22.75%
HSB/HSV157°53.16%30.98%
CMYK53.16%0.00%20.25%
69.02%

Color #254F3F in popluar number systems.

HEX254F3F
Decimal377963
Binary1001011001111111111
Octal4511777

Shades and tints

Shades of #254F3F

#254F3F
(37,79,63)
#22483A
(34,72,58)
#1F4135
(31,65,53)
#1C3A30
(28,58,48)
#19332B
(25,51,43)
#162C26
(22,44,38)
#132521
(19,37,33)
#101E1C
(16,30,28)
#0D1717
(13,23,23)
#0A1012
(10,16,18)
#07090D
(7,9,13)
#000000
(0,0,0)

Tints of #254F3F

#254F3F
(37,79,63)
#385F50
(56,95,80)
#4B6F61
(75,111,97)
#5E7F72
(94,127,114)
#718F83
(113,143,131)
#849F94
(132,159,148)
#97AFA5
(151,175,165)
#AABFB6
(170,191,182)
#BDCFC7
(189,207,199)
#D0DFD8
(208,223,216)
#E3EFE9
(227,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #254F3F; }

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

This text font color is #254F3F.


Background Color

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

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

This div background color is #254F3F.


Border color

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

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

This div border color is #254F3F.


Opacity

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

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

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

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

This text has shadow with #254F3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #254F3F on black background.


Color preview on white background

This text has color #254F3F on white background.



Black color preview on #254F3F background

This text has black color on #254F3F background.


White color preview on #254F3F background

This text has white color on #254F3F background.