COLOR #2F4F3D

HEX: #2F4F3D
RGB: (47,79,61)

Color info

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

RGB color model

#2F4F3D color RGB value is (47,79,61).

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

RGB channels and saturation

R 47 of 255 = 18%
G 79 of 255 = 31%
B 61 of 255 = 24%

47
79
61

R + G + B ~ 24%. #2F4F3D is dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 79 + 61 = 187 (100%)
R 47 of 187 ~ 25.13%
G 79 of 187 ~ 42.25%
B 61 of 187 ~ 32.62%

%25.13
%42.25
%32.62

CMYK color model

#2F4F3D color CMYK value is (41,0,23,69).

  • cyan value is 40.51%
  • magenta value is 0.00%
  • yellow value is 22.78%
  • key color value is 69.02%
CMYK:
(41,0,23,69)
C41M0Y23K69 
(41%,0%,23%,69%)
(0.41/0.00/0.23/0.69)	

CMYK percentages

%40.51
%0
%22.78
%69.02

Codes

Color #2F4F3D in popluar color models

2F4F3D
RGB477961
HSL146°25.40%24.71%
HSB/HSV146°40.51%30.98%
CMYK40.51%0.00%22.78%
69.02%

Color #2F4F3D in popluar number systems.

HEX2F4F3D
Decimal477961
Binary1011111001111111101
Octal5711775

Shades and tints

Shades of #2F4F3D

#2F4F3D
(47,79,61)
#2B4838
(43,72,56)
#274133
(39,65,51)
#233A2E
(35,58,46)
#1F3329
(31,51,41)
#1B2C24
(27,44,36)
#17251F
(23,37,31)
#131E1A
(19,30,26)
#0F1715
(15,23,21)
#0B1010
(11,16,16)
#07090B
(7,9,11)
#000000
(0,0,0)

Tints of #2F4F3D

#2F4F3D
(47,79,61)
#415F4E
(65,95,78)
#536F5F
(83,111,95)
#657F70
(101,127,112)
#778F81
(119,143,129)
#899F92
(137,159,146)
#9BAFA3
(155,175,163)
#ADBFB4
(173,191,180)
#BFCFC5
(191,207,197)
#D1DFD6
(209,223,214)
#E3EFE7
(227,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F4F3D; }

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

This text font color is #2F4F3D.


Background Color

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

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

This div background color is #2F4F3D.


Border color

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

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

This div border color is #2F4F3D.


Opacity

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

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

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

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

This text has shadow with #2F4F3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F4F3D on black background.


Color preview on white background

This text has color #2F4F3D on white background.



Black color preview on #2F4F3D background

This text has black color on #2F4F3D background.


White color preview on #2F4F3D background

This text has white color on #2F4F3D background.