COLOR #2F4215

HEX: #2F4215
RGB: (47,66,21)

Color info

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

RGB color model

#2F4215 color RGB value is (47,66,21).

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

RGB channels and saturation

R 47 of 255 = 18%
G 66 of 255 = 26%
B 21 of 255 = 8%

47
66
21

R + G + B ~ 17%. #2F4215 is dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 66 + 21 = 134 (100%)
R 47 of 134 ~ 35.07%
G 66 of 134 ~ 49.25%
B 21 of 134 ~ 15.67%

%35.07
%49.25
%15.67

CMYK color model

#2F4215 color CMYK value is (29,0,68,74).

  • cyan value is 28.79%
  • magenta value is 0.00%
  • yellow value is 68.18%
  • key color value is 74.12%
CMYK:
(29,0,68,74)
C29M0Y68K74 
(29%,0%,68%,74%)
(0.29/0.00/0.68/0.74)	

CMYK percentages

%28.79
%0
%68.18
%74.12

Codes

Color #2F4215 in popluar color models

2F4215
RGB476621
HSL85°51.72%17.06%
HSB/HSV85°68.18%25.88%
CMYK28.79%0.00%68.18%
74.12%

Color #2F4215 in popluar number systems.

HEX2F4215
Decimal476621
Binary101111100001010101
Octal5710225

Shades and tints

Shades of #2F4215

#2F4215
(47,66,21)
#2B3C14
(43,60,20)
#273613
(39,54,19)
#233012
(35,48,18)
#1F2A11
(31,42,17)
#1B2410
(27,36,16)
#171E0F
(23,30,15)
#13180E
(19,24,14)
#0F120D
(15,18,13)
#0B0C0C
(11,12,12)
#07060B
(7,6,11)
#000000
(0,0,0)

Tints of #2F4215

#2F4215
(47,66,21)
#41532A
(65,83,42)
#53643F
(83,100,63)
#657554
(101,117,84)
#778669
(119,134,105)
#89977E
(137,151,126)
#9BA893
(155,168,147)
#ADB9A8
(173,185,168)
#BFCABD
(191,202,189)
#D1DBD2
(209,219,210)
#E3ECE7
(227,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F4215; }

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

This text font color is #2F4215.


Background Color

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

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

This div background color is #2F4215.


Border color

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

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

This div border color is #2F4215.


Opacity

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

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

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

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

This text has shadow with #2F4215 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F4215 on black background.


Color preview on white background

This text has color #2F4215 on white background.



Black color preview on #2F4215 background

This text has black color on #2F4215 background.


White color preview on #2F4215 background

This text has white color on #2F4215 background.