COLOR #2F3718

HEX: #2F3718
RGB: (47,55,24)

Color info

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

RGB color model

#2F3718 color RGB value is (47,55,24).

  • red value is 47;
  • green value is 55;
  • blue value is 24.
RGB:
(47,55,24)
(18%,22%,9%)

RGB channels and saturation

R 47 of 255 = 18%
G 55 of 255 = 22%
B 24 of 255 = 9%

47
55
24

R + G + B ~ 16%. #2F3718 is dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 55 + 24 = 126 (100%)
R 47 of 126 ~ 37.3%
G 55 of 126 ~ 43.65%
B 24 of 126 ~ 19.05%

%37.3
%43.65
%19.05

CMYK color model

#2F3718 color CMYK value is (15,0,56,78).

  • cyan value is 14.55%
  • magenta value is 0.00%
  • yellow value is 56.36%
  • key color value is 78.43%
CMYK:
(15,0,56,78)
C15M0Y56K78 
(15%,0%,56%,78%)
(0.15/0.00/0.56/0.78)	

CMYK percentages

%14.55
%0
%56.36
%78.43

Codes

Color #2F3718 in popluar color models

2F3718
RGB475524
HSL75°39.24%15.49%
HSB/HSV75°56.36%21.57%
CMYK14.55%0.00%56.36%
78.43%

Color #2F3718 in popluar number systems.

HEX2F3718
Decimal475524
Binary10111111011111000
Octal576730

Shades and tints

Shades of #2F3718

#2F3718
(47,55,24)
#2B3216
(43,50,22)
#272D14
(39,45,20)
#232812
(35,40,18)
#1F2310
(31,35,16)
#1B1E0E
(27,30,14)
#17190C
(23,25,12)
#13140A
(19,20,10)
#0F0F08
(15,15,8)
#0B0A06
(11,10,6)
#070504
(7,5,4)
#000000
(0,0,0)

Tints of #2F3718

#2F3718
(47,55,24)
#41492D
(65,73,45)
#535B42
(83,91,66)
#656D57
(101,109,87)
#777F6C
(119,127,108)
#899181
(137,145,129)
#9BA396
(155,163,150)
#ADB5AB
(173,181,171)
#BFC7C0
(191,199,192)
#D1D9D5
(209,217,213)
#E3EBEA
(227,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F3718 color. Also use rgb(47,55,24) instead hex code.

Text Font Color

.myTextColor { color: #2F3718; }

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

This text font color is #2F3718.


Background Color

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

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

This div background color is #2F3718.


Border color

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

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

This div border color is #2F3718.


Opacity

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

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

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

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

This text has shadow with #2F3718 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F3718 on black background.


Color preview on white background

This text has color #2F3718 on white background.



Black color preview on #2F3718 background

This text has black color on #2F3718 background.


White color preview on #2F3718 background

This text has white color on #2F3718 background.