COLOR #2F4B24

HEX: #2F4B24
RGB: (47,75,36)

Color info

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

RGB color model

#2F4B24 color RGB value is (47,75,36).

  • red value is 47;
  • green value is 75;
  • blue value is 36.
RGB:
(47,75,36)
(18%,29%,14%)

RGB channels and saturation

R 47 of 255 = 18%
G 75 of 255 = 29%
B 36 of 255 = 14%

47
75
36

R + G + B ~ 20%. #2F4B24 is dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 75 + 36 = 158 (100%)
R 47 of 158 ~ 29.75%
G 75 of 158 ~ 47.47%
B 36 of 158 ~ 22.78%

%29.75
%47.47
%22.78

CMYK color model

#2F4B24 color CMYK value is (37,0,52,71).

  • cyan value is 37.33%
  • magenta value is 0.00%
  • yellow value is 52.00%
  • key color value is 70.59%
CMYK:
(37,0,52,71)
C37M0Y52K71 
(37%,0%,52%,71%)
(0.37/0.00/0.52/0.71)	

CMYK percentages

%37.33
%0
%52
%70.59

Codes

Color #2F4B24 in popluar color models

2F4B24
RGB477536
HSL103°35.14%21.76%
HSB/HSV103°52.00%29.41%
CMYK37.33%0.00%52.00%
70.59%

Color #2F4B24 in popluar number systems.

HEX2F4B24
Decimal477536
Binary1011111001011100100
Octal5711344

Shades and tints

Shades of #2F4B24

#2F4B24
(47,75,36)
#2B4521
(43,69,33)
#273F1E
(39,63,30)
#23391B
(35,57,27)
#1F3318
(31,51,24)
#1B2D15
(27,45,21)
#172712
(23,39,18)
#13210F
(19,33,15)
#0F1B0C
(15,27,12)
#0B1509
(11,21,9)
#070F06
(7,15,6)
#000000
(0,0,0)

Tints of #2F4B24

#2F4B24
(47,75,36)
#415B37
(65,91,55)
#536B4A
(83,107,74)
#657B5D
(101,123,93)
#778B70
(119,139,112)
#899B83
(137,155,131)
#9BAB96
(155,171,150)
#ADBBA9
(173,187,169)
#BFCBBC
(191,203,188)
#D1DBCF
(209,219,207)
#E3EBE2
(227,235,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F4B24 color. Also use rgb(47,75,36) instead hex code.

Text Font Color

.myTextColor { color: #2F4B24; }

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

This text font color is #2F4B24.


Background Color

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

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

This div background color is #2F4B24.


Border color

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

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

This div border color is #2F4B24.


Opacity

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

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

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

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

This text has shadow with #2F4B24 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F4B24 on black background.


Color preview on white background

This text has color #2F4B24 on white background.



Black color preview on #2F4B24 background

This text has black color on #2F4B24 background.


White color preview on #2F4B24 background

This text has white color on #2F4B24 background.