COLOR #2F4F25

HEX: #2F4F25
RGB: (47,79,37)

Color info

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

RGB color model

#2F4F25 color RGB value is (47,79,37).

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

RGB channels and saturation

R 47 of 255 = 18%
G 79 of 255 = 31%
B 37 of 255 = 15%

47
79
37

R + G + B ~ 21%. #2F4F25 is dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 79 + 37 = 163 (100%)
R 47 of 163 ~ 28.83%
G 79 of 163 ~ 48.47%
B 37 of 163 ~ 22.7%

%28.83
%48.47
%22.7

CMYK color model

#2F4F25 color CMYK value is (41,0,53,69).

  • cyan value is 40.51%
  • magenta value is 0.00%
  • yellow value is 53.16%
  • key color value is 69.02%
CMYK:
(41,0,53,69)
C41M0Y53K69 
(41%,0%,53%,69%)
(0.41/0.00/0.53/0.69)	

CMYK percentages

%40.51
%0
%53.16
%69.02

Codes

Color #2F4F25 in popluar color models

2F4F25
RGB477937
HSL106°36.21%22.75%
HSB/HSV106°53.16%30.98%
CMYK40.51%0.00%53.16%
69.02%

Color #2F4F25 in popluar number systems.

HEX2F4F25
Decimal477937
Binary1011111001111100101
Octal5711745

Shades and tints

Shades of #2F4F25

#2F4F25
(47,79,37)
#2B4822
(43,72,34)
#27411F
(39,65,31)
#233A1C
(35,58,28)
#1F3319
(31,51,25)
#1B2C16
(27,44,22)
#172513
(23,37,19)
#131E10
(19,30,16)
#0F170D
(15,23,13)
#0B100A
(11,16,10)
#070907
(7,9,7)
#000000
(0,0,0)

Tints of #2F4F25

#2F4F25
(47,79,37)
#415F38
(65,95,56)
#536F4B
(83,111,75)
#657F5E
(101,127,94)
#778F71
(119,143,113)
#899F84
(137,159,132)
#9BAF97
(155,175,151)
#ADBFAA
(173,191,170)
#BFCFBD
(191,207,189)
#D1DFD0
(209,223,208)
#E3EFE3
(227,239,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F4F25; }

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

This text font color is #2F4F25.


Background Color

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

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

This div background color is #2F4F25.


Border color

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

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

This div border color is #2F4F25.


Opacity

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

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

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

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

This text has shadow with #2F4F25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F4F25 on black background.


Color preview on white background

This text has color #2F4F25 on white background.



Black color preview on #2F4F25 background

This text has black color on #2F4F25 background.


White color preview on #2F4F25 background

This text has white color on #2F4F25 background.