COLOR #2F4037

HEX: #2F4037
RGB: (47,64,55)

Color info

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

RGB color model

#2F4037 color RGB value is (47,64,55).

  • red value is 47;
  • green value is 64;
  • blue value is 55.
RGB:
(47,64,55)
(18%,25%,22%)

RGB channels and saturation

R 47 of 255 = 18%
G 64 of 255 = 25%
B 55 of 255 = 22%

47
64
55

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

Portions of RGB colors in percentages

R + G + B =
47 + 64 + 55 = 166 (100%)
R 47 of 166 ~ 28.31%
G 64 of 166 ~ 38.55%
B 55 of 166 ~ 33.13%

%28.31
%38.55
%33.13

CMYK color model

#2F4037 color CMYK value is (27,0,14,75).

  • cyan value is 26.56%
  • magenta value is 0.00%
  • yellow value is 14.06%
  • key color value is 74.90%
CMYK:
(27,0,14,75)
C27M0Y14K75 
(27%,0%,14%,75%)
(0.27/0.00/0.14/0.75)	

CMYK percentages

%26.56
%0
%14.06
%74.9

Codes

Color #2F4037 in popluar color models

2F4037
RGB476455
HSL148°15.32%21.76%
HSB/HSV148°26.56%25.10%
CMYK26.56%0.00%14.06%
74.90%

Color #2F4037 in popluar number systems.

HEX2F4037
Decimal476455
Binary1011111000000110111
Octal5710067

Shades and tints

Shades of #2F4037

#2F4037
(47,64,55)
#2B3B32
(43,59,50)
#27362D
(39,54,45)
#233128
(35,49,40)
#1F2C23
(31,44,35)
#1B271E
(27,39,30)
#172219
(23,34,25)
#131D14
(19,29,20)
#0F180F
(15,24,15)
#0B130A
(11,19,10)
#070E05
(7,14,5)
#000000
(0,0,0)

Tints of #2F4037

#2F4037
(47,64,55)
#415149
(65,81,73)
#53625B
(83,98,91)
#65736D
(101,115,109)
#77847F
(119,132,127)
#899591
(137,149,145)
#9BA6A3
(155,166,163)
#ADB7B5
(173,183,181)
#BFC8C7
(191,200,199)
#D1D9D9
(209,217,217)
#E3EAEB
(227,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F4037 color. Also use rgb(47,64,55) instead hex code.

Text Font Color

.myTextColor { color: #2F4037; }

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

This text font color is #2F4037.


Background Color

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

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

This div background color is #2F4037.


Border color

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

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

This div border color is #2F4037.


Opacity

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

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

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

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

This text has shadow with #2F4037 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F4037 on black background.


Color preview on white background

This text has color #2F4037 on white background.



Black color preview on #2F4037 background

This text has black color on #2F4037 background.


White color preview on #2F4037 background

This text has white color on #2F4037 background.