COLOR #2F4B39

HEX: #2F4B39
RGB: (47,75,57)

Color info

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

RGB color model

#2F4B39 color RGB value is (47,75,57).

  • red value is 47;
  • green value is 75;
  • blue value is 57.
RGB:
(47,75,57)
(18%,29%,22%)

RGB channels and saturation

R 47 of 255 = 18%
G 75 of 255 = 29%
B 57 of 255 = 22%

47
75
57

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

Portions of RGB colors in percentages

R + G + B =
47 + 75 + 57 = 179 (100%)
R 47 of 179 ~ 26.26%
G 75 of 179 ~ 41.9%
B 57 of 179 ~ 31.84%

%26.26
%41.9
%31.84

CMYK color model

#2F4B39 color CMYK value is (37,0,24,71).

  • cyan value is 37.33%
  • magenta value is 0.00%
  • yellow value is 24.00%
  • key color value is 70.59%
CMYK:
(37,0,24,71)
C37M0Y24K71 
(37%,0%,24%,71%)
(0.37/0.00/0.24/0.71)	

CMYK percentages

%37.33
%0
%24
%70.59

Codes

Color #2F4B39 in popluar color models

2F4B39
RGB477557
HSL141°22.95%23.92%
HSB/HSV141°37.33%29.41%
CMYK37.33%0.00%24.00%
70.59%

Color #2F4B39 in popluar number systems.

HEX2F4B39
Decimal477557
Binary1011111001011111001
Octal5711371

Shades and tints

Shades of #2F4B39

#2F4B39
(47,75,57)
#2B4534
(43,69,52)
#273F2F
(39,63,47)
#23392A
(35,57,42)
#1F3325
(31,51,37)
#1B2D20
(27,45,32)
#17271B
(23,39,27)
#132116
(19,33,22)
#0F1B11
(15,27,17)
#0B150C
(11,21,12)
#070F07
(7,15,7)
#000000
(0,0,0)

Tints of #2F4B39

#2F4B39
(47,75,57)
#415B4B
(65,91,75)
#536B5D
(83,107,93)
#657B6F
(101,123,111)
#778B81
(119,139,129)
#899B93
(137,155,147)
#9BABA5
(155,171,165)
#ADBBB7
(173,187,183)
#BFCBC9
(191,203,201)
#D1DBDB
(209,219,219)
#E3EBED
(227,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F4B39 color. Also use rgb(47,75,57) instead hex code.

Text Font Color

.myTextColor { color: #2F4B39; }

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

This text font color is #2F4B39.


Background Color

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

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

This div background color is #2F4B39.


Border color

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

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

This div border color is #2F4B39.


Opacity

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

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

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

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

This text has shadow with #2F4B39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F4B39 on black background.


Color preview on white background

This text has color #2F4B39 on white background.



Black color preview on #2F4B39 background

This text has black color on #2F4B39 background.


White color preview on #2F4B39 background

This text has white color on #2F4B39 background.