COLOR #2F5239

HEX: #2F5239
RGB: (47,82,57)

Color info

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

RGB color model

#2F5239 color RGB value is (47,82,57).

  • red value is 47;
  • green value is 82;
  • blue value is 57.
RGB:
(47,82,57)
(18%,32%,22%)

RGB channels and saturation

R 47 of 255 = 18%
G 82 of 255 = 32%
B 57 of 255 = 22%

47
82
57

R + G + B ~ 24%. #2F5239 is dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 82 + 57 = 186 (100%)
R 47 of 186 ~ 25.27%
G 82 of 186 ~ 44.09%
B 57 of 186 ~ 30.65%

%25.27
%44.09
%30.65

CMYK color model

#2F5239 color CMYK value is (43,0,30,68).

  • cyan value is 42.68%
  • magenta value is 0.00%
  • yellow value is 30.49%
  • key color value is 67.84%
CMYK:
(43,0,30,68)
C43M0Y30K68 
(43%,0%,30%,68%)
(0.43/0.00/0.30/0.68)	

CMYK percentages

%42.68
%0
%30.49
%67.84

Codes

Color #2F5239 in popluar color models

2F5239
RGB478257
HSL137°27.13%25.29%
HSB/HSV137°42.68%32.16%
CMYK42.68%0.00%30.49%
67.84%

Color #2F5239 in popluar number systems.

HEX2F5239
Decimal478257
Binary1011111010010111001
Octal5712271

Shades and tints

Shades of #2F5239

#2F5239
(47,82,57)
#2B4B34
(43,75,52)
#27442F
(39,68,47)
#233D2A
(35,61,42)
#1F3625
(31,54,37)
#1B2F20
(27,47,32)
#17281B
(23,40,27)
#132116
(19,33,22)
#0F1A11
(15,26,17)
#0B130C
(11,19,12)
#070C07
(7,12,7)
#000000
(0,0,0)

Tints of #2F5239

#2F5239
(47,82,57)
#41614B
(65,97,75)
#53705D
(83,112,93)
#657F6F
(101,127,111)
#778E81
(119,142,129)
#899D93
(137,157,147)
#9BACA5
(155,172,165)
#ADBBB7
(173,187,183)
#BFCAC9
(191,202,201)
#D1D9DB
(209,217,219)
#E3E8ED
(227,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F5239 color. Also use rgb(47,82,57) instead hex code.

Text Font Color

.myTextColor { color: #2F5239; }

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

This text font color is #2F5239.


Background Color

.myBgColor { background-color: #2F5239; }

<div style="background-color:#2F5239">Inner text</div>

This div background color is #2F5239.


Border color

.myBorderColor { border: 1px solid #2F5239; }

<div style="border:3px solid #2F5239">Div</div>

This div border color is #2F5239.


Opacity

.myOpacity80 { color: #2F5239; opacity: 0.8; }

<p style="color:#2F5239;opacity:0.8;">80%</p>

Text with #2F5239 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 #2F5239;}

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

This text has shadow with #2F5239 color.

.textShadow {text-shadow: 3px 3px 1px #2F5239, 3px 3px 1px red;}

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

This text has shadow with #2F5239 primary color and red secondary color.


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

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

This text has shadow with #2F5239 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F5239 on black background.


Color preview on white background

This text has color #2F5239 on white background.



Black color preview on #2F5239 background

This text has black color on #2F5239 background.


White color preview on #2F5239 background

This text has white color on #2F5239 background.