COLOR #2F4935

HEX: #2F4935 RGB: (47,73,53)

Color info

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

RGB color model

#2F4935 color RGB value is (47,73,53).

RGB: (47,73,53) (18%, 29%, 21%)

RGB channels and saturation

R 47 of 255 = 18%
G 73 of 255 = 29%
B 53 of 255 = 21%

47
73
53

R + G + B ~ 23%. #2F4935 is dark color.

Portions of RGB colors in percentages

R + G + B = 47 + 73 + 53 = 173 (100%)
R 47 of 173 ~ 27.17%
G 73 of 173 ~ 42.2%
B 53 of 173 ~ 30.64'%

%27.17
%42.2
%30.64

CMYK color model

#2F4935 color CMYK value is (36,0,27,71).

  • cyan value is 35.62%
  • magenta value is 0.00%
  • yellow value is 27.40%
  • key color value is 71.37%
CMYK: (36,0,27,71) C36M0Y27K71 (36%,0%,27%,71%) (0.36/0.00/0.27/0.71) 

CMYK percentages

%35.62
%0
%27.4
%71.37

Codes

Color #2F4935 in popluar color models

2F 49 35
RGB 47 73 53
HSL 134° 21.67% 23.53%
HSB/HSV 134° 35.62% 28.63%
CMYK 35.62% 0.00% 27.40%
71.37%

Color #2F4935 in popluar number systems.

HEX 2F 49 35
Decimal 47 73 53
Binary 101111 1001001 110101
Octal 57 111 65

Shades and tints

Shades of #2F4935

#2F4935
(47,73,53)
#2B4331
(43,67,49)
#273D2D
(39,61,45)
#233729
(35,55,41)
#1F3125
(31,49,37)
#1B2B21
(27,43,33)
#17251D
(23,37,29)
#131F19
(19,31,25)
#0F1915
(15,25,21)
#0B1311
(11,19,17)
#070D0D
(7,13,13)
#000000
(0,0,0)

Tints of #2F4935

#2F4935
(47,73,53)
#415947
(65,89,71)
#536959
(83,105,89)
#65796B
(101,121,107)
#77897D
(119,137,125)
#89998F
(137,153,143)
#9BA9A1
(155,169,161)
#ADB9B3
(173,185,179)
#BFC9C5
(191,201,197)
#D1D9D7
(209,217,215)
#E3E9E9
(227,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F4935 color. Also use rgb(47,73,53) instead hex code.

Text Font Color

.myTextColor { color: #2F4935; }

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

This text font color is #2F4935.

Background Color

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

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

This div background color is #2F4935.

Border color

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

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

This div border color is #2F4935.

Opacity

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

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

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

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

This text has shadow with #2F4935 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2F4935.

Preview

Color preview on black background

This text has color #2F4935 on black background.


Color preview on white background

This text has color #2F4935 on white background.


Black color preview on #2F4935 background

This text has black color on #2F4935 background.


White color preview on #2F4935 background

This text has white color on #2F4935 background.


Related colors

Complementary color

Complementary color for #hex is #D0B6CA.


I love getcolorcode.com

Triadic colors

1 #352F49 and #49352F with #2F4935 are triadic colors.

2 #35492F and #492F35 with #2F4935 are triadic colors.