COLOR #2F4834

HEX: #2F4834
RGB: (47,72,52)

Color info

#2F4834 contains red, green and blue colors in about the same proportion. Web safe color of #2F4834 is #333333 (or #333).

RGB color model

#2F4834 color RGB value is (47,72,52).

  • red value is 47;
  • green value is 72;
  • blue value is 52.
RGB:
(47,72,52)
(18%,28%,20%)

RGB channels and saturation

R 47 of 255 = 18%
G 72 of 255 = 28%
B 52 of 255 = 20%

47
72
52

R + G + B ~ 22%. #2F4834 is dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 72 + 52 = 171 (100%)
R 47 of 171 ~ 27.49%
G 72 of 171 ~ 42.11%
B 52 of 171 ~ 30.41%

%27.49
%42.11
%30.41

CMYK color model

#2F4834 color CMYK value is (35,0,28,72).

  • cyan value is 34.72%
  • magenta value is 0.00%
  • yellow value is 27.78%
  • key color value is 71.76%
CMYK:
(35,0,28,72)
C35M0Y28K72 
(35%,0%,28%,72%)
(0.35/0.00/0.28/0.72)	

CMYK percentages

%34.72
%0
%27.78
%71.76

Codes

Color #2F4834 in popluar color models

2F4834
RGB477252
HSL132°21.01%23.33%
HSB/HSV132°34.72%28.24%
CMYK34.72%0.00%27.78%
71.76%

Color #2F4834 in popluar number systems.

HEX2F4834
Decimal477252
Binary1011111001000110100
Octal5711064

Shades and tints

Shades of #2F4834

#2F4834
(47,72,52)
#2B4230
(43,66,48)
#273C2C
(39,60,44)
#233628
(35,54,40)
#1F3024
(31,48,36)
#1B2A20
(27,42,32)
#17241C
(23,36,28)
#131E18
(19,30,24)
#0F1814
(15,24,20)
#0B1210
(11,18,16)
#070C0C
(7,12,12)
#000000
(0,0,0)

Tints of #2F4834

#2F4834
(47,72,52)
#415846
(65,88,70)
#536858
(83,104,88)
#65786A
(101,120,106)
#77887C
(119,136,124)
#89988E
(137,152,142)
#9BA8A0
(155,168,160)
#ADB8B2
(173,184,178)
#BFC8C4
(191,200,196)
#D1D8D6
(209,216,214)
#E3E8E8
(227,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F4834 color. Also use rgb(47,72,52) instead hex code.

Text Font Color

.myTextColor { color: #2F4834; }

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

This text font color is #2F4834.


Background Color

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

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

This div background color is #2F4834.


Border color

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

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

This div border color is #2F4834.


Opacity

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

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

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

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

This text has shadow with #2F4834 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F4834 on black background.


Color preview on white background

This text has color #2F4834 on white background.



Black color preview on #2F4834 background

This text has black color on #2F4834 background.


White color preview on #2F4834 background

This text has white color on #2F4834 background.