COLOR #D49534

HEX: #D49534
RGB: (212,149,52)

Color info

#D49534 contains mainly red color. Web safe color of #D49534 is #CC9933 (or #C93).

RGB color model

#D49534 color RGB value is (212,149,52).

  • red value is 212;
  • green value is 149;
  • blue value is 52.
RGB:
(212,149,52)
(83%,58%,20%)

RGB channels and saturation

R 212 of 255 = 83%
G 149 of 255 = 58%
B 52 of 255 = 20%

212
149
52

R + G + B ~ 54%. #D49534 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
212 + 149 + 52 = 413 (100%)
R 212 of 413 ~ 51.33%
G 149 of 413 ~ 36.08%
B 52 of 413 ~ 12.59%

%51.33
%36.08
%12.59

CMYK color model

#D49534 color CMYK value is (0,30,75,17).

  • cyan value is 0.00%
  • magenta value is 29.72%
  • yellow value is 75.47%
  • key color value is 16.86%
CMYK:
(0,30,75,17)
C0M30Y75K17 
(0%,30%,75%,17%)
(0.00/0.30/0.75/0.17)	

CMYK percentages

%0
%29.72
%75.47
%16.86

Codes

Color #D49534 in popluar color models

D49534
RGB21214952
HSL36°65.04%51.76%
HSB/HSV36°75.47%83.14%
CMYK0.00%29.72%75.47%
16.86%

Color #D49534 in popluar number systems.

HEXD49534
Decimal21214952
Binary1101010010010101110100
Octal32422564

Shades and tints

Shades of #D49534

#D49534
(212,149,52)
#C18830
(193,136,48)
#AE7B2C
(174,123,44)
#9B6E28
(155,110,40)
#886124
(136,97,36)
#755420
(117,84,32)
#62471C
(98,71,28)
#4F3A18
(79,58,24)
#3C2D14
(60,45,20)
#292010
(41,32,16)
#16130C
(22,19,12)
#000000
(0,0,0)

Tints of #D49534

#D49534
(212,149,52)
#D79E46
(215,158,70)
#DAA758
(218,167,88)
#DDB06A
(221,176,106)
#E0B97C
(224,185,124)
#E3C28E
(227,194,142)
#E6CBA0
(230,203,160)
#E9D4B2
(233,212,178)
#ECDDC4
(236,221,196)
#EFE6D6
(239,230,214)
#F2EFE8
(242,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D49534 color. Also use rgb(212,149,52) instead hex code.

Text Font Color

.myTextColor { color: #D49534; }

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

This text font color is #D49534.


Background Color

.myBgColor { background-color: #D49534; }

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

This div background color is #D49534.


Border color

.myBorderColor { border: 1px solid #D49534; }

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

This div border color is #D49534.


Opacity

.myOpacity80 { color: #D49534; opacity: 0.8; }

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

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

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

This text has shadow with #D49534 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D49534 on black background.


Color preview on white background

This text has color #D49534 on white background.



Black color preview on #D49534 background

This text has black color on #D49534 background.


White color preview on #D49534 background

This text has white color on #D49534 background.