COLOR #2F4527

HEX: #2F4527
RGB: (47,69,39)

Color info

#2F4527 contains red, green and blue colors in about the same proportion. Web safe color of #2F4527 is #333333 (or #333).

RGB color model

#2F4527 color RGB value is (47,69,39).

  • red value is 47;
  • green value is 69;
  • blue value is 39.
RGB:
(47,69,39)
(18%,27%,15%)

RGB channels and saturation

R 47 of 255 = 18%
G 69 of 255 = 27%
B 39 of 255 = 15%

47
69
39

R + G + B ~ 20%. #2F4527 is dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 69 + 39 = 155 (100%)
R 47 of 155 ~ 30.32%
G 69 of 155 ~ 44.52%
B 39 of 155 ~ 25.16%

%30.32
%44.52
%25.16

CMYK color model

#2F4527 color CMYK value is (32,0,43,73).

  • cyan value is 31.88%
  • magenta value is 0.00%
  • yellow value is 43.48%
  • key color value is 72.94%
CMYK:
(32,0,43,73)
C32M0Y43K73 
(32%,0%,43%,73%)
(0.32/0.00/0.43/0.73)	

CMYK percentages

%31.88
%0
%43.48
%72.94

Codes

Color #2F4527 in popluar color models

2F4527
RGB476939
HSL104°27.78%21.18%
HSB/HSV104°43.48%27.06%
CMYK31.88%0.00%43.48%
72.94%

Color #2F4527 in popluar number systems.

HEX2F4527
Decimal476939
Binary1011111000101100111
Octal5710547

Shades and tints

Shades of #2F4527

#2F4527
(47,69,39)
#2B3F24
(43,63,36)
#273921
(39,57,33)
#23331E
(35,51,30)
#1F2D1B
(31,45,27)
#1B2718
(27,39,24)
#172115
(23,33,21)
#131B12
(19,27,18)
#0F150F
(15,21,15)
#0B0F0C
(11,15,12)
#070909
(7,9,9)
#000000
(0,0,0)

Tints of #2F4527

#2F4527
(47,69,39)
#41553A
(65,85,58)
#53654D
(83,101,77)
#657560
(101,117,96)
#778573
(119,133,115)
#899586
(137,149,134)
#9BA599
(155,165,153)
#ADB5AC
(173,181,172)
#BFC5BF
(191,197,191)
#D1D5D2
(209,213,210)
#E3E5E5
(227,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F4527 color. Also use rgb(47,69,39) instead hex code.

Text Font Color

.myTextColor { color: #2F4527; }

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

This text font color is #2F4527.


Background Color

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

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

This div background color is #2F4527.


Border color

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

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

This div border color is #2F4527.


Opacity

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

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

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

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

This text has shadow with #2F4527 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F4527 on black background.


Color preview on white background

This text has color #2F4527 on white background.



Black color preview on #2F4527 background

This text has black color on #2F4527 background.


White color preview on #2F4527 background

This text has white color on #2F4527 background.