COLOR #2F473A

HEX: #2F473A
RGB: (47,71,58)

Color info

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

RGB color model

#2F473A color RGB value is (47,71,58).

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

RGB channels and saturation

R 47 of 255 = 18%
G 71 of 255 = 28%
B 58 of 255 = 23%

47
71
58

R + G + B ~ 23%. #2F473A is dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 71 + 58 = 176 (100%)
R 47 of 176 ~ 26.7%
G 71 of 176 ~ 40.34%
B 58 of 176 ~ 32.95%

%26.7
%40.34
%32.95

CMYK color model

#2F473A color CMYK value is (34,0,18,72).

  • cyan value is 33.80%
  • magenta value is 0.00%
  • yellow value is 18.31%
  • key color value is 72.16%
CMYK:
(34,0,18,72)
C34M0Y18K72 
(34%,0%,18%,72%)
(0.34/0.00/0.18/0.72)	

CMYK percentages

%33.8
%0
%18.31
%72.16

Codes

Color #2F473A in popluar color models

2F473A
RGB477158
HSL148°20.34%23.14%
HSB/HSV148°33.80%27.84%
CMYK33.80%0.00%18.31%
72.16%

Color #2F473A in popluar number systems.

HEX2F473A
Decimal477158
Binary1011111000111111010
Octal5710772

Shades and tints

Shades of #2F473A

#2F473A
(47,71,58)
#2B4135
(43,65,53)
#273B30
(39,59,48)
#23352B
(35,53,43)
#1F2F26
(31,47,38)
#1B2921
(27,41,33)
#17231C
(23,35,28)
#131D17
(19,29,23)
#0F1712
(15,23,18)
#0B110D
(11,17,13)
#070B08
(7,11,8)
#000000
(0,0,0)

Tints of #2F473A

#2F473A
(47,71,58)
#41574B
(65,87,75)
#53675C
(83,103,92)
#65776D
(101,119,109)
#77877E
(119,135,126)
#89978F
(137,151,143)
#9BA7A0
(155,167,160)
#ADB7B1
(173,183,177)
#BFC7C2
(191,199,194)
#D1D7D3
(209,215,211)
#E3E7E4
(227,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F473A; }

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

This text font color is #2F473A.


Background Color

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

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

This div background color is #2F473A.


Border color

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

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

This div border color is #2F473A.


Opacity

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

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

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

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

This text has shadow with #2F473A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F473A on black background.


Color preview on white background

This text has color #2F473A on white background.



Black color preview on #2F473A background

This text has black color on #2F473A background.


White color preview on #2F473A background

This text has white color on #2F473A background.