COLOR #D08A49

HEX: #D08A49
RGB: (208,138,73)

Color info

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

RGB color model

#D08A49 color RGB value is (208,138,73).

  • red value is 208;
  • green value is 138;
  • blue value is 73.
RGB:
(208,138,73)
(82%,54%,29%)

RGB channels and saturation

R 208 of 255 = 82%
G 138 of 255 = 54%
B 73 of 255 = 29%

208
138
73

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

Portions of RGB colors in percentages

R + G + B =
208 + 138 + 73 = 419 (100%)
R 208 of 419 ~ 49.64%
G 138 of 419 ~ 32.94%
B 73 of 419 ~ 17.42%

%49.64
%32.94
%17.42

CMYK color model

#D08A49 color CMYK value is (0,34,65,18).

  • cyan value is 0.00%
  • magenta value is 33.65%
  • yellow value is 64.90%
  • key color value is 18.43%
CMYK:
(0,34,65,18)
C0M34Y65K18 
(0%,34%,65%,18%)
(0.00/0.34/0.65/0.18)	

CMYK percentages

%0
%33.65
%64.9
%18.43

Codes

Color #D08A49 in popluar color models

D08A49
RGB20813873
HSL29°58.95%55.10%
HSB/HSV29°64.90%81.57%
CMYK0.00%33.65%64.90%
18.43%

Color #D08A49 in popluar number systems.

HEXD08A49
Decimal20813873
Binary11010000100010101001001
Octal320212111

Shades and tints

Shades of #D08A49

#D08A49
(208,138,73)
#BE7E43
(190,126,67)
#AC723D
(172,114,61)
#9A6637
(154,102,55)
#885A31
(136,90,49)
#764E2B
(118,78,43)
#644225
(100,66,37)
#52361F
(82,54,31)
#402A19
(64,42,25)
#2E1E13
(46,30,19)
#1C120D
(28,18,13)
#000000
(0,0,0)

Tints of #D08A49

#D08A49
(208,138,73)
#D49459
(212,148,89)
#D89E69
(216,158,105)
#DCA879
(220,168,121)
#E0B289
(224,178,137)
#E4BC99
(228,188,153)
#E8C6A9
(232,198,169)
#ECD0B9
(236,208,185)
#F0DAC9
(240,218,201)
#F4E4D9
(244,228,217)
#F8EEE9
(248,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D08A49 color. Also use rgb(208,138,73) instead hex code.

Text Font Color

.myTextColor { color: #D08A49; }

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

This text font color is #D08A49.


Background Color

.myBgColor { background-color: #D08A49; }

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

This div background color is #D08A49.


Border color

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

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

This div border color is #D08A49.


Opacity

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

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

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

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

This text has shadow with #D08A49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D08A49 on black background.


Color preview on white background

This text has color #D08A49 on white background.



Black color preview on #D08A49 background

This text has black color on #D08A49 background.


White color preview on #D08A49 background

This text has white color on #D08A49 background.