COLOR #2F472A

HEX: #2F472A
RGB: (47,71,42)

Color info

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

RGB color model

#2F472A color RGB value is (47,71,42).

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

RGB channels and saturation

R 47 of 255 = 18%
G 71 of 255 = 28%
B 42 of 255 = 16%

47
71
42

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

Portions of RGB colors in percentages

R + G + B =
47 + 71 + 42 = 160 (100%)
R 47 of 160 ~ 29.38%
G 71 of 160 ~ 44.38%
B 42 of 160 ~ 26.25%

%29.38
%44.38
%26.25

CMYK color model

#2F472A color CMYK value is (34,0,41,72).

  • cyan value is 33.80%
  • magenta value is 0.00%
  • yellow value is 40.85%
  • key color value is 72.16%
CMYK:
(34,0,41,72)
C34M0Y41K72 
(34%,0%,41%,72%)
(0.34/0.00/0.41/0.72)	

CMYK percentages

%33.8
%0
%40.85
%72.16

Codes

Color #2F472A in popluar color models

2F472A
RGB477142
HSL110°25.66%22.16%
HSB/HSV110°40.85%27.84%
CMYK33.80%0.00%40.85%
72.16%

Color #2F472A in popluar number systems.

HEX2F472A
Decimal477142
Binary1011111000111101010
Octal5710752

Shades and tints

Shades of #2F472A

#2F472A
(47,71,42)
#2B4127
(43,65,39)
#273B24
(39,59,36)
#233521
(35,53,33)
#1F2F1E
(31,47,30)
#1B291B
(27,41,27)
#172318
(23,35,24)
#131D15
(19,29,21)
#0F1712
(15,23,18)
#0B110F
(11,17,15)
#070B0C
(7,11,12)
#000000
(0,0,0)

Tints of #2F472A

#2F472A
(47,71,42)
#41573D
(65,87,61)
#536750
(83,103,80)
#657763
(101,119,99)
#778776
(119,135,118)
#899789
(137,151,137)
#9BA79C
(155,167,156)
#ADB7AF
(173,183,175)
#BFC7C2
(191,199,194)
#D1D7D5
(209,215,213)
#E3E7E8
(227,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F472A; }

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

This text font color is #2F472A.


Background Color

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

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

This div background color is #2F472A.


Border color

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

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

This div border color is #2F472A.


Opacity

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

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

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

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

This text has shadow with #2F472A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F472A on black background.


Color preview on white background

This text has color #2F472A on white background.



Black color preview on #2F472A background

This text has black color on #2F472A background.


White color preview on #2F472A background

This text has white color on #2F472A background.