COLOR #2F4733

HEX: #2F4733
RGB: (47,71,51)

Color info

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

RGB color model

#2F4733 color RGB value is (47,71,51).

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

RGB channels and saturation

R 47 of 255 = 18%
G 71 of 255 = 28%
B 51 of 255 = 20%

47
71
51

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

Portions of RGB colors in percentages

R + G + B =
47 + 71 + 51 = 169 (100%)
R 47 of 169 ~ 27.81%
G 71 of 169 ~ 42.01%
B 51 of 169 ~ 30.18%

%27.81
%42.01
%30.18

CMYK color model

#2F4733 color CMYK value is (34,0,28,72).

  • cyan value is 33.80%
  • magenta value is 0.00%
  • yellow value is 28.17%
  • key color value is 72.16%
CMYK:
(34,0,28,72)
C34M0Y28K72 
(34%,0%,28%,72%)
(0.34/0.00/0.28/0.72)	

CMYK percentages

%33.8
%0
%28.17
%72.16

Codes

Color #2F4733 in popluar color models

2F4733
RGB477151
HSL130°20.34%23.14%
HSB/HSV130°33.80%27.84%
CMYK33.80%0.00%28.17%
72.16%

Color #2F4733 in popluar number systems.

HEX2F4733
Decimal477151
Binary1011111000111110011
Octal5710763

Shades and tints

Shades of #2F4733

#2F4733
(47,71,51)
#2B412F
(43,65,47)
#273B2B
(39,59,43)
#233527
(35,53,39)
#1F2F23
(31,47,35)
#1B291F
(27,41,31)
#17231B
(23,35,27)
#131D17
(19,29,23)
#0F1713
(15,23,19)
#0B110F
(11,17,15)
#070B0B
(7,11,11)
#000000
(0,0,0)

Tints of #2F4733

#2F4733
(47,71,51)
#415745
(65,87,69)
#536757
(83,103,87)
#657769
(101,119,105)
#77877B
(119,135,123)
#89978D
(137,151,141)
#9BA79F
(155,167,159)
#ADB7B1
(173,183,177)
#BFC7C3
(191,199,195)
#D1D7D5
(209,215,213)
#E3E7E7
(227,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F4733; }

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

This text font color is #2F4733.


Background Color

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

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

This div background color is #2F4733.


Border color

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

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

This div border color is #2F4733.


Opacity

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

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

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

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

This text has shadow with #2F4733 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F4733 on black background.


Color preview on white background

This text has color #2F4733 on white background.



Black color preview on #2F4733 background

This text has black color on #2F4733 background.


White color preview on #2F4733 background

This text has white color on #2F4733 background.