COLOR #D08E47

HEX: #D08E47
RGB: (208,142,71)

Color info

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

RGB color model

#D08E47 color RGB value is (208,142,71).

  • red value is 208;
  • green value is 142;
  • blue value is 71.
RGB:
(208,142,71)
(82%,56%,28%)

RGB channels and saturation

R 208 of 255 = 82%
G 142 of 255 = 56%
B 71 of 255 = 28%

208
142
71

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

Portions of RGB colors in percentages

R + G + B =
208 + 142 + 71 = 421 (100%)
R 208 of 421 ~ 49.41%
G 142 of 421 ~ 33.73%
B 71 of 421 ~ 16.86%

%49.41
%33.73
%16.86

CMYK color model

#D08E47 color CMYK value is (0,32,66,18).

  • cyan value is 0.00%
  • magenta value is 31.73%
  • yellow value is 65.87%
  • key color value is 18.43%
CMYK:
(0,32,66,18)
C0M32Y66K18 
(0%,32%,66%,18%)
(0.00/0.32/0.66/0.18)	

CMYK percentages

%0
%31.73
%65.87
%18.43

Codes

Color #D08E47 in popluar color models

D08E47
RGB20814271
HSL31°59.31%54.71%
HSB/HSV31°65.87%81.57%
CMYK0.00%31.73%65.87%
18.43%

Color #D08E47 in popluar number systems.

HEXD08E47
Decimal20814271
Binary11010000100011101000111
Octal320216107

Shades and tints

Shades of #D08E47

#D08E47
(208,142,71)
#BE8241
(190,130,65)
#AC763B
(172,118,59)
#9A6A35
(154,106,53)
#885E2F
(136,94,47)
#765229
(118,82,41)
#644623
(100,70,35)
#523A1D
(82,58,29)
#402E17
(64,46,23)
#2E2211
(46,34,17)
#1C160B
(28,22,11)
#000000
(0,0,0)

Tints of #D08E47

#D08E47
(208,142,71)
#D49857
(212,152,87)
#D8A267
(216,162,103)
#DCAC77
(220,172,119)
#E0B687
(224,182,135)
#E4C097
(228,192,151)
#E8CAA7
(232,202,167)
#ECD4B7
(236,212,183)
#F0DEC7
(240,222,199)
#F4E8D7
(244,232,215)
#F8F2E7
(248,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D08E47 color. Also use rgb(208,142,71) instead hex code.

Text Font Color

.myTextColor { color: #D08E47; }

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

This text font color is #D08E47.


Background Color

.myBgColor { background-color: #D08E47; }

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

This div background color is #D08E47.


Border color

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

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

This div border color is #D08E47.


Opacity

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

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

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

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

This text has shadow with #D08E47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D08E47 on black background.


Color preview on white background

This text has color #D08E47 on white background.



Black color preview on #D08E47 background

This text has black color on #D08E47 background.


White color preview on #D08E47 background

This text has white color on #D08E47 background.