COLOR #49512F

HEX: #49512F RGB: (73,81,47)

Color info

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

RGB color model

#49512F color RGB value is (73,81,47).

RGB: (73,81,47) (29%, 32%, 18%)

RGB channels and saturation

R 73 of 255 = 29%
G 81 of 255 = 32%
B 47 of 255 = 18%

73
81
47

R + G + B ~ 26%. #49512F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 73 + 81 + 47 = 201 (100%)
R 73 of 201 ~ 36.32%
G 81 of 201 ~ 40.3%
B 47 of 201 ~ 23.38'%

%36.32
%40.3
%23.38

CMYK color model

#49512F color CMYK value is (10,0,42,68).

  • cyan value is 9.88%
  • magenta value is 0.00%
  • yellow value is 41.98%
  • key color value is 68.24%

CMYK: (10,0,42,68)
C10M0Y42K68 (10%, 0%, 42%, 68%)
(0.10 / 0.00 / 0.42 / 0.68)

CMYK percentages

%9.88
%0
%41.98
%68.24

Codes

Color #49512F in popluar color models

49 51 2F
RGB 73 81 47
HSL 74° 26.56% 25.10%
HSB/HSV 74° 41.98% 31.76%
CMYK 9.88% 0.00% 41.98%
68.24%

Color #49512F in popluar number systems.

HEX 49 51 2F
Decimal 73 81 47
Binary 1001001 1010001 101111
Octal 111 121 57

Shades and tints

Shades of #49512F

#49512F
(73,81,47)
#434A2B
(67,74,43)
#3D4327
(61,67,39)
#373C23
(55,60,35)
#31351F
(49,53,31)
#2B2E1B
(43,46,27)
#252717
(37,39,23)
#1F2013
(31,32,19)
#19190F
(25,25,15)
#13120B
(19,18,11)
#0D0B07
(13,11,7)
#000000
(0,0,0)

Tints of #49512F

#49512F
(73,81,47)
#596041
(89,96,65)
#696F53
(105,111,83)
#797E65
(121,126,101)
#898D77
(137,141,119)
#999C89
(153,156,137)
#A9AB9B
(169,171,155)
#B9BAAD
(185,186,173)
#C9C9BF
(201,201,191)
#D9D8D1
(217,216,209)
#E9E7E3
(233,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49512F color. Also use rgb(73,81,47) instead hex code.

Text Font Color

.myTextColor { color: #49512F; }

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

This text font color is #49512F.

Background Color

.myBgColor { background-color: #49512F; }

<div style="background-color:#49512F">Inner text</div>

This div background color is #49512F.

Border color

.myBorderColor { border: 1px solid #49512F; }

<div style="border:3px solid #49512F">Div</div>

This div border color is #49512F.

Opacity

.myOpacity80 { color: #49512F; opacity: 0.8; }

<p style="color:#49512F;opacity:0.8;">80%</p>

Text with #49512F 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 #49512F;}

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

This text has shadow with #49512F color.


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

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

This text has shadow with #49512F primary color and red secondary color.


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

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

This text has shadow with #49512F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #49512F.

Preview

Color preview on black background

This text has color #49512F on black background.


Color preview on white background

This text has color #49512F on white background.


Black color preview on #49512F background

This text has black color on #49512F background.


White color preview on #49512F background

This text has white color on #49512F background.


Related colors

Complementary color

Complementary color for #hex is #B6AED0.


I love getcolorcode.com

Triadic colors

1 #2F4951 and #512F49 with #49512F are triadic colors.

2 #2F5149 and #51492F with #49512F are triadic colors.