COLOR #254F32

HEX: #254F32
RGB: (37,79,50)

Color info

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

RGB color model

#254F32 color RGB value is (37,79,50).

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

RGB channels and saturation

R 37 of 255 = 15%
G 79 of 255 = 31%
B 50 of 255 = 20%

37
79
50

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

Portions of RGB colors in percentages

R + G + B =
37 + 79 + 50 = 166 (100%)
R 37 of 166 ~ 22.29%
G 79 of 166 ~ 47.59%
B 50 of 166 ~ 30.12%

%22.29
%47.59
%30.12

CMYK color model

#254F32 color CMYK value is (53,0,37,69).

  • cyan value is 53.16%
  • magenta value is 0.00%
  • yellow value is 36.71%
  • key color value is 69.02%
CMYK:
(53,0,37,69)
C53M0Y37K69 
(53%,0%,37%,69%)
(0.53/0.00/0.37/0.69)	

CMYK percentages

%53.16
%0
%36.71
%69.02

Codes

Color #254F32 in popluar color models

254F32
RGB377950
HSL139°36.21%22.75%
HSB/HSV139°53.16%30.98%
CMYK53.16%0.00%36.71%
69.02%

Color #254F32 in popluar number systems.

HEX254F32
Decimal377950
Binary1001011001111110010
Octal4511762

Shades and tints

Shades of #254F32

#254F32
(37,79,50)
#22482E
(34,72,46)
#1F412A
(31,65,42)
#1C3A26
(28,58,38)
#193322
(25,51,34)
#162C1E
(22,44,30)
#13251A
(19,37,26)
#101E16
(16,30,22)
#0D1712
(13,23,18)
#0A100E
(10,16,14)
#07090A
(7,9,10)
#000000
(0,0,0)

Tints of #254F32

#254F32
(37,79,50)
#385F44
(56,95,68)
#4B6F56
(75,111,86)
#5E7F68
(94,127,104)
#718F7A
(113,143,122)
#849F8C
(132,159,140)
#97AF9E
(151,175,158)
#AABFB0
(170,191,176)
#BDCFC2
(189,207,194)
#D0DFD4
(208,223,212)
#E3EFE6
(227,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #254F32; }

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

This text font color is #254F32.


Background Color

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

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

This div background color is #254F32.


Border color

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

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

This div border color is #254F32.


Opacity

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

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

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

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

This text has shadow with #254F32 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #254F32 on black background.


Color preview on white background

This text has color #254F32 on white background.



Black color preview on #254F32 background

This text has black color on #254F32 background.


White color preview on #254F32 background

This text has white color on #254F32 background.