COLOR #2F4735

HEX: #2F4735
RGB: (47,71,53)

Color info

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

RGB color model

#2F4735 color RGB value is (47,71,53).

  • red value is 47;
  • green value is 71;
  • blue value is 53.
RGB:
(47,71,53)
(18%,28%,21%)

RGB channels and saturation

R 47 of 255 = 18%
G 71 of 255 = 28%
B 53 of 255 = 21%

47
71
53

R + G + B ~ 22%. #2F4735 is dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 71 + 53 = 171 (100%)
R 47 of 171 ~ 27.49%
G 71 of 171 ~ 41.52%
B 53 of 171 ~ 30.99%

%27.49
%41.52
%30.99

CMYK color model

#2F4735 color CMYK value is (34,0,25,72).

  • cyan value is 33.80%
  • magenta value is 0.00%
  • yellow value is 25.35%
  • key color value is 72.16%
CMYK:
(34,0,25,72)
C34M0Y25K72 
(34%,0%,25%,72%)
(0.34/0.00/0.25/0.72)	

CMYK percentages

%33.8
%0
%25.35
%72.16

Codes

Color #2F4735 in popluar color models

2F4735
RGB477153
HSL135°20.34%23.14%
HSB/HSV135°33.80%27.84%
CMYK33.80%0.00%25.35%
72.16%

Color #2F4735 in popluar number systems.

HEX2F4735
Decimal477153
Binary1011111000111110101
Octal5710765

Shades and tints

Shades of #2F4735

#2F4735
(47,71,53)
#2B4131
(43,65,49)
#273B2D
(39,59,45)
#233529
(35,53,41)
#1F2F25
(31,47,37)
#1B2921
(27,41,33)
#17231D
(23,35,29)
#131D19
(19,29,25)
#0F1715
(15,23,21)
#0B1111
(11,17,17)
#070B0D
(7,11,13)
#000000
(0,0,0)

Tints of #2F4735

#2F4735
(47,71,53)
#415747
(65,87,71)
#536759
(83,103,89)
#65776B
(101,119,107)
#77877D
(119,135,125)
#89978F
(137,151,143)
#9BA7A1
(155,167,161)
#ADB7B3
(173,183,179)
#BFC7C5
(191,199,197)
#D1D7D7
(209,215,215)
#E3E7E9
(227,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F4735 color. Also use rgb(47,71,53) instead hex code.

Text Font Color

.myTextColor { color: #2F4735; }

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

This text font color is #2F4735.


Background Color

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

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

This div background color is #2F4735.


Border color

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

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

This div border color is #2F4735.


Opacity

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

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

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

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

This text has shadow with #2F4735 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F4735 on black background.


Color preview on white background

This text has color #2F4735 on white background.



Black color preview on #2F4735 background

This text has black color on #2F4735 background.


White color preview on #2F4735 background

This text has white color on #2F4735 background.