COLOR #2F473C

HEX: #2F473C
RGB: (47,71,60)

Color info

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

RGB color model

#2F473C color RGB value is (47,71,60).

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

RGB channels and saturation

R 47 of 255 = 18%
G 71 of 255 = 28%
B 60 of 255 = 24%

47
71
60

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

Portions of RGB colors in percentages

R + G + B =
47 + 71 + 60 = 178 (100%)
R 47 of 178 ~ 26.4%
G 71 of 178 ~ 39.89%
B 60 of 178 ~ 33.71%

%26.4
%39.89
%33.71

CMYK color model

#2F473C color CMYK value is (34,0,15,72).

  • cyan value is 33.80%
  • magenta value is 0.00%
  • yellow value is 15.49%
  • key color value is 72.16%
CMYK: (34,0,15,72) C34M0Y15K72 (34%,0%,15%,72%) (0.34/0.00/0.15/0.72)

CMYK percentages

%33.8
%0
%15.49
%72.16

Codes

Color #2F473C in popluar color models

2F473C
RGB477160
HSL153°20.34%23.14%
HSB/HSV153°33.80%27.84%
CMYK33.80%0.00%15.49%
72.16%

Color #2F473C in popluar number systems.

HEX2F473C
Decimal477160
Binary1011111000111111100
Octal5710774

Shades and tints

Shades of #2F473C

#2F473C
(47,71,60)
#2B4137
(43,65,55)
#273B32
(39,59,50)
#23352D
(35,53,45)
#1F2F28
(31,47,40)
#1B2923
(27,41,35)
#17231E
(23,35,30)
#131D19
(19,29,25)
#0F1714
(15,23,20)
#0B110F
(11,17,15)
#070B0A
(7,11,10)
#000000
(0,0,0)

Tints of #2F473C

#2F473C
(47,71,60)
#41574D
(65,87,77)
#53675E
(83,103,94)
#65776F
(101,119,111)
#778780
(119,135,128)
#899791
(137,151,145)
#9BA7A2
(155,167,162)
#ADB7B3
(173,183,179)
#BFC7C4
(191,199,196)
#D1D7D5
(209,215,213)
#E3E7E6
(227,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F473C; }

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

This text font color is #2F473C.


Background Color

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

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

This div background color is #2F473C.


Border color

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

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

This div border color is #2F473C.


Opacity

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

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

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

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

This text has shadow with #2F473C color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #2F473C on black background.


Color preview on white background

This text has color #2F473C on white background.



Black color preview on #2F473C background

This text has black color on #2F473C background.


White color preview on #2F473C background

This text has white color on #2F473C background.