COLOR #2F4317

HEX: #2F4317
RGB: (47,67,23)

Color info

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

RGB color model

#2F4317 color RGB value is (47,67,23).

  • red value is 47;
  • green value is 67;
  • blue value is 23.
RGB:
(47,67,23)
(18%,26%,9%)

RGB channels and saturation

R 47 of 255 = 18%
G 67 of 255 = 26%
B 23 of 255 = 9%

47
67
23

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

Portions of RGB colors in percentages

R + G + B =
47 + 67 + 23 = 137 (100%)
R 47 of 137 ~ 34.31%
G 67 of 137 ~ 48.91%
B 23 of 137 ~ 16.79%

%34.31
%48.91
%16.79

CMYK color model

#2F4317 color CMYK value is (30,0,66,74).

  • cyan value is 29.85%
  • magenta value is 0.00%
  • yellow value is 65.67%
  • key color value is 73.73%
CMYK:
(30,0,66,74)
C30M0Y66K74 
(30%,0%,66%,74%)
(0.30/0.00/0.66/0.74)	

CMYK percentages

%29.85
%0
%65.67
%73.73

Codes

Color #2F4317 in popluar color models

2F4317
RGB476723
HSL87°48.89%17.65%
HSB/HSV87°65.67%26.27%
CMYK29.85%0.00%65.67%
73.73%

Color #2F4317 in popluar number systems.

HEX2F4317
Decimal476723
Binary101111100001110111
Octal5710327

Shades and tints

Shades of #2F4317

#2F4317
(47,67,23)
#2B3D15
(43,61,21)
#273713
(39,55,19)
#233111
(35,49,17)
#1F2B0F
(31,43,15)
#1B250D
(27,37,13)
#171F0B
(23,31,11)
#131909
(19,25,9)
#0F1307
(15,19,7)
#0B0D05
(11,13,5)
#070703
(7,7,3)
#000000
(0,0,0)

Tints of #2F4317

#2F4317
(47,67,23)
#41542C
(65,84,44)
#536541
(83,101,65)
#657656
(101,118,86)
#77876B
(119,135,107)
#899880
(137,152,128)
#9BA995
(155,169,149)
#ADBAAA
(173,186,170)
#BFCBBF
(191,203,191)
#D1DCD4
(209,220,212)
#E3EDE9
(227,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F4317 color. Also use rgb(47,67,23) instead hex code.

Text Font Color

.myTextColor { color: #2F4317; }

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

This text font color is #2F4317.


Background Color

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

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

This div background color is #2F4317.


Border color

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

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

This div border color is #2F4317.


Opacity

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

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

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

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

This text has shadow with #2F4317 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F4317 on black background.


Color preview on white background

This text has color #2F4317 on white background.



Black color preview on #2F4317 background

This text has black color on #2F4317 background.


White color preview on #2F4317 background

This text has white color on #2F4317 background.