COLOR #2F4219

HEX: #2F4219
RGB: (47,66,25)

Color info

#2F4219 contains red, green and blue colors in about the same proportion. Web safe color of #2F4219 is #333300 (or #330).

RGB color model

#2F4219 color RGB value is (47,66,25).

  • red value is 47;
  • green value is 66;
  • blue value is 25.
RGB:
(47,66,25)
(18%,26%,10%)

RGB channels and saturation

R 47 of 255 = 18%
G 66 of 255 = 26%
B 25 of 255 = 10%

47
66
25

R + G + B ~ 18%. #2F4219 is dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 66 + 25 = 138 (100%)
R 47 of 138 ~ 34.06%
G 66 of 138 ~ 47.83%
B 25 of 138 ~ 18.12%

%34.06
%47.83
%18.12

CMYK color model

#2F4219 color CMYK value is (29,0,62,74).

  • cyan value is 28.79%
  • magenta value is 0.00%
  • yellow value is 62.12%
  • key color value is 74.12%
CMYK:
(29,0,62,74)
C29M0Y62K74 
(29%,0%,62%,74%)
(0.29/0.00/0.62/0.74)	

CMYK percentages

%28.79
%0
%62.12
%74.12

Codes

Color #2F4219 in popluar color models

2F4219
RGB476625
HSL88°45.05%17.84%
HSB/HSV88°62.12%25.88%
CMYK28.79%0.00%62.12%
74.12%

Color #2F4219 in popluar number systems.

HEX2F4219
Decimal476625
Binary101111100001011001
Octal5710231

Shades and tints

Shades of #2F4219

#2F4219
(47,66,25)
#2B3C17
(43,60,23)
#273615
(39,54,21)
#233013
(35,48,19)
#1F2A11
(31,42,17)
#1B240F
(27,36,15)
#171E0D
(23,30,13)
#13180B
(19,24,11)
#0F1209
(15,18,9)
#0B0C07
(11,12,7)
#070605
(7,6,5)
#000000
(0,0,0)

Tints of #2F4219

#2F4219
(47,66,25)
#41532D
(65,83,45)
#536441
(83,100,65)
#657555
(101,117,85)
#778669
(119,134,105)
#89977D
(137,151,125)
#9BA891
(155,168,145)
#ADB9A5
(173,185,165)
#BFCAB9
(191,202,185)
#D1DBCD
(209,219,205)
#E3ECE1
(227,236,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F4219 color. Also use rgb(47,66,25) instead hex code.

Text Font Color

.myTextColor { color: #2F4219; }

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

This text font color is #2F4219.


Background Color

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

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

This div background color is #2F4219.


Border color

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

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

This div border color is #2F4219.


Opacity

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

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

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

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

This text has shadow with #2F4219 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F4219 on black background.


Color preview on white background

This text has color #2F4219 on white background.



Black color preview on #2F4219 background

This text has black color on #2F4219 background.


White color preview on #2F4219 background

This text has white color on #2F4219 background.