COLOR #2F480B

HEX: #2F480B
RGB: (47,72,11)

Color info

#2F480B contains mainly red and green colors. Web safe color of #2F480B is #333300 (or #330).

RGB color model

#2F480B color RGB value is (47,72,11).

  • red value is 47;
  • green value is 72;
  • blue value is 11.
RGB:
(47,72,11)
(18%,28%,4%)

RGB channels and saturation

R 47 of 255 = 18%
G 72 of 255 = 28%
B 11 of 255 = 4%

47
72
11

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

Portions of RGB colors in percentages

R + G + B =
47 + 72 + 11 = 130 (100%)
R 47 of 130 ~ 36.15%
G 72 of 130 ~ 55.38%
B 11 of 130 ~ 8.46%

%36.15
%55.38

CMYK color model

#2F480B color CMYK value is (35,0,85,72).

  • cyan value is 34.72%
  • magenta value is 0.00%
  • yellow value is 84.72%
  • key color value is 71.76%
CMYK:
(35,0,85,72)
C35M0Y85K72 
(35%,0%,85%,72%)
(0.35/0.00/0.85/0.72)	

CMYK percentages

%34.72
%0
%84.72
%71.76

Codes

Color #2F480B in popluar color models

2F480B
RGB477211
HSL85°73.49%16.27%
HSB/HSV85°84.72%28.24%
CMYK34.72%0.00%84.72%
71.76%

Color #2F480B in popluar number systems.

HEX2F480B
Decimal477211
Binary10111110010001011
Octal5711013

Shades and tints

Shades of #2F480B

#2F480B
(47,72,11)
#2B420A
(43,66,10)
#273C09
(39,60,9)
#233608
(35,54,8)
#1F3007
(31,48,7)
#1B2A06
(27,42,6)
#172405
(23,36,5)
#131E04
(19,30,4)
#0F1803
(15,24,3)
#0B1202
(11,18,2)
#070C01
(7,12,1)
#000000
(0,0,0)

Tints of #2F480B

#2F480B
(47,72,11)
#415821
(65,88,33)
#536837
(83,104,55)
#65784D
(101,120,77)
#778863
(119,136,99)
#899879
(137,152,121)
#9BA88F
(155,168,143)
#ADB8A5
(173,184,165)
#BFC8BB
(191,200,187)
#D1D8D1
(209,216,209)
#E3E8E7
(227,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F480B color. Also use rgb(47,72,11) instead hex code.

Text Font Color

.myTextColor { color: #2F480B; }

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

This text font color is #2F480B.


Background Color

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

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

This div background color is #2F480B.


Border color

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

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

This div border color is #2F480B.


Opacity

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

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

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

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

This text has shadow with #2F480B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F480B on black background.


Color preview on white background

This text has color #2F480B on white background.



Black color preview on #2F480B background

This text has black color on #2F480B background.


White color preview on #2F480B background

This text has white color on #2F480B background.