COLOR #2F5F43

HEX: #2F5F43
RGB: (47,95,67)

Color info

#2F5F43 contains red, green and blue colors in about the same proportion. Web safe color of #2F5F43 is #336633 (or #363).

RGB color model

#2F5F43 color RGB value is (47,95,67).

  • red value is 47;
  • green value is 95;
  • blue value is 67.
RGB:
(47,95,67)
(18%,37%,26%)

RGB channels and saturation

R 47 of 255 = 18%
G 95 of 255 = 37%
B 67 of 255 = 26%

47
95
67

R + G + B ~ 27%. #2F5F43 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 95 + 67 = 209 (100%)
R 47 of 209 ~ 22.49%
G 95 of 209 ~ 45.45%
B 67 of 209 ~ 32.06%

%22.49
%45.45
%32.06

CMYK color model

#2F5F43 color CMYK value is (51,0,29,63).

  • cyan value is 50.53%
  • magenta value is 0.00%
  • yellow value is 29.47%
  • key color value is 62.75%
CMYK:
(51,0,29,63)
C51M0Y29K63 
(51%,0%,29%,63%)
(0.51/0.00/0.29/0.63)	

CMYK percentages

%50.53
%0
%29.47
%62.75

Codes

Color #2F5F43 in popluar color models

2F5F43
RGB479567
HSL145°33.80%27.84%
HSB/HSV145°50.53%37.25%
CMYK50.53%0.00%29.47%
62.75%

Color #2F5F43 in popluar number systems.

HEX2F5F43
Decimal479567
Binary10111110111111000011
Octal57137103

Shades and tints

Shades of #2F5F43

#2F5F43
(47,95,67)
#2B573D
(43,87,61)
#274F37
(39,79,55)
#234731
(35,71,49)
#1F3F2B
(31,63,43)
#1B3725
(27,55,37)
#172F1F
(23,47,31)
#132719
(19,39,25)
#0F1F13
(15,31,19)
#0B170D
(11,23,13)
#070F07
(7,15,7)
#000000
(0,0,0)

Tints of #2F5F43

#2F5F43
(47,95,67)
#416D54
(65,109,84)
#537B65
(83,123,101)
#658976
(101,137,118)
#779787
(119,151,135)
#89A598
(137,165,152)
#9BB3A9
(155,179,169)
#ADC1BA
(173,193,186)
#BFCFCB
(191,207,203)
#D1DDDC
(209,221,220)
#E3EBED
(227,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F5F43 color. Also use rgb(47,95,67) instead hex code.

Text Font Color

.myTextColor { color: #2F5F43; }

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

This text font color is #2F5F43.


Background Color

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

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

This div background color is #2F5F43.


Border color

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

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

This div border color is #2F5F43.


Opacity

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

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

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

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

This text has shadow with #2F5F43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F5F43 on black background.


Color preview on white background

This text has color #2F5F43 on white background.



Black color preview on #2F5F43 background

This text has black color on #2F5F43 background.


White color preview on #2F5F43 background

This text has white color on #2F5F43 background.