COLOR #2F473E

HEX: #2F473E RGB: (47,71,62)

Color info

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

RGB color model

#2F473E color RGB value is (47,71,62).

RGB: (47,71,62) (18%, 28%, 24%)

RGB channels and saturation

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

47
71
62

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

Portions of RGB colors in percentages

R + G + B = 47 + 71 + 62 = 180 (100%)
R 47 of 180 ~ 26.11%
G 71 of 180 ~ 39.44%
B 62 of 180 ~ 34.44'%

%26.11
%39.44
%34.44

CMYK color model

#2F473E color CMYK value is (34,0,13,72).

  • cyan value is 33.80%
  • magenta value is 0.00%
  • yellow value is 12.68%
  • key color value is 72.16%

CMYK: (34,0,13,72)
C34M0Y13K72 (34%, 0%, 13%, 72%)
(0.34 / 0.00 / 0.13 / 0.72)

CMYK percentages

%33.8
%0
%12.68
%72.16

Codes

Color #2F473E in popluar color models

2F 47 3E
RGB 47 71 62
HSL 158° 20.34% 23.14%
HSB/HSV 158° 33.80% 27.84%
CMYK 33.80% 0.00% 12.68%
72.16%

Color #2F473E in popluar number systems.

HEX 2F 47 3E
Decimal 47 71 62
Binary 101111 1000111 111110
Octal 57 107 76

Shades and tints

Shades of #2F473E

#2F473E
(47,71,62)
#2B4139
(43,65,57)
#273B34
(39,59,52)
#23352F
(35,53,47)
#1F2F2A
(31,47,42)
#1B2925
(27,41,37)
#172320
(23,35,32)
#131D1B
(19,29,27)
#0F1716
(15,23,22)
#0B1111
(11,17,17)
#070B0C
(7,11,12)
#000000
(0,0,0)

Tints of #2F473E

#2F473E
(47,71,62)
#41574F
(65,87,79)
#536760
(83,103,96)
#657771
(101,119,113)
#778782
(119,135,130)
#899793
(137,151,147)
#9BA7A4
(155,167,164)
#ADB7B5
(173,183,181)
#BFC7C6
(191,199,198)
#D1D7D7
(209,215,215)
#E3E7E8
(227,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F473E; }

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

This text font color is #2F473E.

Background Color

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

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

This div background color is #2F473E.

Border color

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

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

This div border color is #2F473E.

Opacity

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

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

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

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

This text has shadow with #2F473E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2F473E.

Preview

Color preview on black background

This text has color #2F473E on black background.


Color preview on white background

This text has color #2F473E on white background.


Black color preview on #2F473E background

This text has black color on #2F473E background.


White color preview on #2F473E background

This text has white color on #2F473E background.


Related colors

Complementary color

Complementary color for #hex is #D0B8C1.


I love getcolorcode.com

Triadic colors

1 #3E2F47 and #473E2F with #2F473E are triadic colors.

2 #3E472F and #472F3E with #2F473E are triadic colors.