COLOR #2F5522

HEX: #2F5522
RGB: (47,85,34)

Color info

#2F5522 contains red, green and blue colors in about the same proportion. Web safe color of #2F5522 is #336633 (or #363).

RGB color model

#2F5522 color RGB value is (47,85,34).

  • red value is 47;
  • green value is 85;
  • blue value is 34.
RGB:
(47,85,34)
(18%,33%,13%)

RGB channels and saturation

R 47 of 255 = 18%
G 85 of 255 = 33%
B 34 of 255 = 13%

47
85
34

R + G + B ~ 21%. #2F5522 is dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 85 + 34 = 166 (100%)
R 47 of 166 ~ 28.31%
G 85 of 166 ~ 51.2%
B 34 of 166 ~ 20.48%

%28.31
%51.2
%20.48

CMYK color model

#2F5522 color CMYK value is (45,0,60,67).

  • cyan value is 44.71%
  • magenta value is 0.00%
  • yellow value is 60.00%
  • key color value is 66.67%
CMYK:
(45,0,60,67)
C45M0Y60K67 
(45%,0%,60%,67%)
(0.45/0.00/0.60/0.67)	

CMYK percentages

%44.71
%0
%60
%66.67

Codes

Color #2F5522 in popluar color models

2F5522
RGB478534
HSL105°42.86%23.33%
HSB/HSV105°60.00%33.33%
CMYK44.71%0.00%60.00%
66.67%

Color #2F5522 in popluar number systems.

HEX2F5522
Decimal478534
Binary1011111010101100010
Octal5712542

Shades and tints

Shades of #2F5522

#2F5522
(47,85,34)
#2B4E1F
(43,78,31)
#27471C
(39,71,28)
#234019
(35,64,25)
#1F3916
(31,57,22)
#1B3213
(27,50,19)
#172B10
(23,43,16)
#13240D
(19,36,13)
#0F1D0A
(15,29,10)
#0B1607
(11,22,7)
#070F04
(7,15,4)
#000000
(0,0,0)

Tints of #2F5522

#2F5522
(47,85,34)
#416436
(65,100,54)
#53734A
(83,115,74)
#65825E
(101,130,94)
#779172
(119,145,114)
#89A086
(137,160,134)
#9BAF9A
(155,175,154)
#ADBEAE
(173,190,174)
#BFCDC2
(191,205,194)
#D1DCD6
(209,220,214)
#E3EBEA
(227,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F5522 color. Also use rgb(47,85,34) instead hex code.

Text Font Color

.myTextColor { color: #2F5522; }

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

This text font color is #2F5522.


Background Color

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

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

This div background color is #2F5522.


Border color

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

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

This div border color is #2F5522.


Opacity

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

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

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

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

This text has shadow with #2F5522 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F5522 on black background.


Color preview on white background

This text has color #2F5522 on white background.



Black color preview on #2F5522 background

This text has black color on #2F5522 background.


White color preview on #2F5522 background

This text has white color on #2F5522 background.