COLOR #2F5F3D

HEX: #2F5F3D
RGB: (47,95,61)

Color info

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

RGB color model

#2F5F3D color RGB value is (47,95,61).

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

RGB channels and saturation

R 47 of 255 = 18%
G 95 of 255 = 37%
B 61 of 255 = 24%

47
95
61

R + G + B ~ 26%. #2F5F3D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 95 + 61 = 203 (100%)
R 47 of 203 ~ 23.15%
G 95 of 203 ~ 46.8%
B 61 of 203 ~ 30.05%

%23.15
%46.8
%30.05

CMYK color model

#2F5F3D color CMYK value is (51,0,36,63).

  • cyan value is 50.53%
  • magenta value is 0.00%
  • yellow value is 35.79%
  • key color value is 62.75%
CMYK:
(51,0,36,63)
C51M0Y36K63 
(51%,0%,36%,63%)
(0.51/0.00/0.36/0.63)	

CMYK percentages

%50.53
%0
%35.79
%62.75

Codes

Color #2F5F3D in popluar color models

2F5F3D
RGB479561
HSL138°33.80%27.84%
HSB/HSV138°50.53%37.25%
CMYK50.53%0.00%35.79%
62.75%

Color #2F5F3D in popluar number systems.

HEX2F5F3D
Decimal479561
Binary1011111011111111101
Octal5713775

Shades and tints

Shades of #2F5F3D

#2F5F3D
(47,95,61)
#2B5738
(43,87,56)
#274F33
(39,79,51)
#23472E
(35,71,46)
#1F3F29
(31,63,41)
#1B3724
(27,55,36)
#172F1F
(23,47,31)
#13271A
(19,39,26)
#0F1F15
(15,31,21)
#0B1710
(11,23,16)
#070F0B
(7,15,11)
#000000
(0,0,0)

Tints of #2F5F3D

#2F5F3D
(47,95,61)
#416D4E
(65,109,78)
#537B5F
(83,123,95)
#658970
(101,137,112)
#779781
(119,151,129)
#89A592
(137,165,146)
#9BB3A3
(155,179,163)
#ADC1B4
(173,193,180)
#BFCFC5
(191,207,197)
#D1DDD6
(209,221,214)
#E3EBE7
(227,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F5F3D; }

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

This text font color is #2F5F3D.


Background Color

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

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

This div background color is #2F5F3D.


Border color

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

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

This div border color is #2F5F3D.


Opacity

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

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

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

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

This text has shadow with #2F5F3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F5F3D on black background.


Color preview on white background

This text has color #2F5F3D on white background.



Black color preview on #2F5F3D background

This text has black color on #2F5F3D background.


White color preview on #2F5F3D background

This text has white color on #2F5F3D background.