COLOR #2F6531

HEX: #2F6531
RGB: (47,101,49)

Color info

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

RGB color model

#2F6531 color RGB value is (47,101,49).

  • red value is 47;
  • green value is 101;
  • blue value is 49.
RGB:
(47,101,49)
(18%,40%,19%)

RGB channels and saturation

R 47 of 255 = 18%
G 101 of 255 = 40%
B 49 of 255 = 19%

47
101
49

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

Portions of RGB colors in percentages

R + G + B =
47 + 101 + 49 = 197 (100%)
R 47 of 197 ~ 23.86%
G 101 of 197 ~ 51.27%
B 49 of 197 ~ 24.87%

%23.86
%51.27
%24.87

CMYK color model

#2F6531 color CMYK value is (53,0,51,60).

  • cyan value is 53.47%
  • magenta value is 0.00%
  • yellow value is 51.49%
  • key color value is 60.39%
CMYK:
(53,0,51,60)
C53M0Y51K60 
(53%,0%,51%,60%)
(0.53/0.00/0.51/0.60)	

CMYK percentages

%53.47
%0
%51.49
%60.39

Codes

Color #2F6531 in popluar color models

2F6531
RGB4710149
HSL122°36.49%29.02%
HSB/HSV122°53.47%39.61%
CMYK53.47%0.00%51.49%
60.39%

Color #2F6531 in popluar number systems.

HEX2F6531
Decimal4710149
Binary1011111100101110001
Octal5714561

Shades and tints

Shades of #2F6531

#2F6531
(47,101,49)
#2B5C2D
(43,92,45)
#275329
(39,83,41)
#234A25
(35,74,37)
#1F4121
(31,65,33)
#1B381D
(27,56,29)
#172F19
(23,47,25)
#132615
(19,38,21)
#0F1D11
(15,29,17)
#0B140D
(11,20,13)
#070B09
(7,11,9)
#000000
(0,0,0)

Tints of #2F6531

#2F6531
(47,101,49)
#417343
(65,115,67)
#538155
(83,129,85)
#658F67
(101,143,103)
#779D79
(119,157,121)
#89AB8B
(137,171,139)
#9BB99D
(155,185,157)
#ADC7AF
(173,199,175)
#BFD5C1
(191,213,193)
#D1E3D3
(209,227,211)
#E3F1E5
(227,241,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F6531 color. Also use rgb(47,101,49) instead hex code.

Text Font Color

.myTextColor { color: #2F6531; }

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

This text font color is #2F6531.


Background Color

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

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

This div background color is #2F6531.


Border color

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

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

This div border color is #2F6531.


Opacity

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

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

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

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

This text has shadow with #2F6531 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F6531 on black background.


Color preview on white background

This text has color #2F6531 on white background.



Black color preview on #2F6531 background

This text has black color on #2F6531 background.


White color preview on #2F6531 background

This text has white color on #2F6531 background.