COLOR #49523D

HEX: #49523D RGB: (73,82,61)

Color info

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

RGB color model

#49523D color RGB value is (73,82,61).

RGB: (73,82,61) (29%, 32%, 24%)

RGB channels and saturation

R 73 of 255 = 29%
G 82 of 255 = 32%
B 61 of 255 = 24%

73
82
61

R + G + B ~ 28%. #49523D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 73 + 82 + 61 = 216 (100%)
R 73 of 216 ~ 33.8%
G 82 of 216 ~ 37.96%
B 61 of 216 ~ 28.24'%

%33.8
%37.96
%28.24

CMYK color model

#49523D color CMYK value is (11,0,26,68).

  • cyan value is 10.98%
  • magenta value is 0.00%
  • yellow value is 25.61%
  • key color value is 67.84%

CMYK: (11,0,26,68)
C11M0Y26K68 (11%, 0%, 26%, 68%)
(0.11 / 0.00 / 0.26 / 0.68)

CMYK percentages

%10.98
%0
%25.61
%67.84

Codes

Color #49523D in popluar color models

49 52 3D
RGB 73 82 61
HSL 86° 14.69% 28.04%
HSB/HSV 86° 25.61% 32.16%
CMYK 10.98% 0.00% 25.61%
67.84%

Color #49523D in popluar number systems.

HEX 49 52 3D
Decimal 73 82 61
Binary 1001001 1010010 111101
Octal 111 122 75

Shades and tints

Shades of #49523D

#49523D
(73,82,61)
#434B38
(67,75,56)
#3D4433
(61,68,51)
#373D2E
(55,61,46)
#313629
(49,54,41)
#2B2F24
(43,47,36)
#25281F
(37,40,31)
#1F211A
(31,33,26)
#191A15
(25,26,21)
#131310
(19,19,16)
#0D0C0B
(13,12,11)
#000000
(0,0,0)

Tints of #49523D

#49523D
(73,82,61)
#59614E
(89,97,78)
#69705F
(105,112,95)
#797F70
(121,127,112)
#898E81
(137,142,129)
#999D92
(153,157,146)
#A9ACA3
(169,172,163)
#B9BBB4
(185,187,180)
#C9CAC5
(201,202,197)
#D9D9D6
(217,217,214)
#E9E8E7
(233,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49523D color. Also use rgb(73,82,61) instead hex code.

Text Font Color

.myTextColor { color: #49523D; }

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

This text font color is #49523D.

Background Color

.myBgColor { background-color: #49523D; }

<div style="background-color:#49523D">Inner text</div>

This div background color is #49523D.

Border color

.myBorderColor { border: 1px solid #49523D; }

<div style="border:3px solid #49523D">Div</div>

This div border color is #49523D.

Opacity

.myOpacity80 { color: #49523D; opacity: 0.8; }

<p style="color:#49523D;opacity:0.8;">80%</p>

Text with #49523D 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 #49523D;}

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

This text has shadow with #49523D color.


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

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

This text has shadow with #49523D primary color and red secondary color.


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

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

This text has shadow with #49523D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #49523D.

Preview

Color preview on black background

This text has color #49523D on black background.


Color preview on white background

This text has color #49523D on white background.


Black color preview on #49523D background

This text has black color on #49523D background.


White color preview on #49523D background

This text has white color on #49523D background.


Related colors

Complementary color

Complementary color for #hex is #B6ADC2.


I love getcolorcode.com

Triadic colors

1 #3D4952 and #523D49 with #49523D are triadic colors.

2 #3D5249 and #52493D with #49523D are triadic colors.