COLOR #2F5F44

HEX: #2F5F44
RGB: (47,95,68)

Color info

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

RGB color model

#2F5F44 color RGB value is (47,95,68).

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

RGB channels and saturation

R 47 of 255 = 18%
G 95 of 255 = 37%
B 68 of 255 = 27%

47
95
68

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

Portions of RGB colors in percentages

R + G + B =
47 + 95 + 68 = 210 (100%)
R 47 of 210 ~ 22.38%
G 95 of 210 ~ 45.24%
B 68 of 210 ~ 32.38%

%22.38
%45.24
%32.38

CMYK color model

#2F5F44 color CMYK value is (51,0,28,63).

  • cyan value is 50.53%
  • magenta value is 0.00%
  • yellow value is 28.42%
  • key color value is 62.75%
CMYK:
(51,0,28,63)
C51M0Y28K63 
(51%,0%,28%,63%)
(0.51/0.00/0.28/0.63)	

CMYK percentages

%50.53
%0
%28.42
%62.75

Codes

Color #2F5F44 in popluar color models

2F5F44
RGB479568
HSL146°33.80%27.84%
HSB/HSV146°50.53%37.25%
CMYK50.53%0.00%28.42%
62.75%

Color #2F5F44 in popluar number systems.

HEX2F5F44
Decimal479568
Binary10111110111111000100
Octal57137104

Shades and tints

Shades of #2F5F44

#2F5F44
(47,95,68)
#2B573E
(43,87,62)
#274F38
(39,79,56)
#234732
(35,71,50)
#1F3F2C
(31,63,44)
#1B3726
(27,55,38)
#172F20
(23,47,32)
#13271A
(19,39,26)
#0F1F14
(15,31,20)
#0B170E
(11,23,14)
#070F08
(7,15,8)
#000000
(0,0,0)

Tints of #2F5F44

#2F5F44
(47,95,68)
#416D55
(65,109,85)
#537B66
(83,123,102)
#658977
(101,137,119)
#779788
(119,151,136)
#89A599
(137,165,153)
#9BB3AA
(155,179,170)
#ADC1BB
(173,193,187)
#BFCFCC
(191,207,204)
#D1DDDD
(209,221,221)
#E3EBEE
(227,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F5F44; }

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

This text font color is #2F5F44.


Background Color

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

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

This div background color is #2F5F44.


Border color

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

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

This div border color is #2F5F44.


Opacity

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

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

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

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

This text has shadow with #2F5F44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F5F44 on black background.


Color preview on white background

This text has color #2F5F44 on white background.



Black color preview on #2F5F44 background

This text has black color on #2F5F44 background.


White color preview on #2F5F44 background

This text has white color on #2F5F44 background.