COLOR #D08B7F

HEX: #D08B7F
RGB: (208,139,127)

Color info

#D08B7F contains mainly red color. Web safe color of #D08B7F is #CC9966 (or #C96).

RGB color model

#D08B7F color RGB value is (208,139,127).

  • red value is 208;
  • green value is 139;
  • blue value is 127.
RGB:
(208,139,127)
(82%,55%,50%)

RGB channels and saturation

R 208 of 255 = 82%
G 139 of 255 = 55%
B 127 of 255 = 50%

208
139
127

R + G + B ~ 62%. #D08B7F is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 139 + 127 = 474 (100%)
R 208 of 474 ~ 43.88%
G 139 of 474 ~ 29.32%
B 127 of 474 ~ 26.79%

%43.88
%29.32
%26.79

CMYK color model

#D08B7F color CMYK value is (0,33,39,18).

  • cyan value is 0.00%
  • magenta value is 33.17%
  • yellow value is 38.94%
  • key color value is 18.43%
CMYK:
(0,33,39,18)
C0M33Y39K18 
(0%,33%,39%,18%)
(0.00/0.33/0.39/0.18)	

CMYK percentages

%0
%33.17
%38.94
%18.43

Codes

Color #D08B7F in popluar color models

D08B7F
RGB208139127
HSL46.29%65.69%
HSB/HSV38.94%81.57%
CMYK0.00%33.17%38.94%
18.43%

Color #D08B7F in popluar number systems.

HEXD08B7F
Decimal208139127
Binary11010000100010111111111
Octal320213177

Shades and tints

Shades of #D08B7F

#D08B7F
(208,139,127)
#BE7F74
(190,127,116)
#AC7369
(172,115,105)
#9A675E
(154,103,94)
#885B53
(136,91,83)
#764F48
(118,79,72)
#64433D
(100,67,61)
#523732
(82,55,50)
#402B27
(64,43,39)
#2E1F1C
(46,31,28)
#1C1311
(28,19,17)
#000000
(0,0,0)

Tints of #D08B7F

#D08B7F
(208,139,127)
#D4958A
(212,149,138)
#D89F95
(216,159,149)
#DCA9A0
(220,169,160)
#E0B3AB
(224,179,171)
#E4BDB6
(228,189,182)
#E8C7C1
(232,199,193)
#ECD1CC
(236,209,204)
#F0DBD7
(240,219,215)
#F4E5E2
(244,229,226)
#F8EFED
(248,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D08B7F color. Also use rgb(208,139,127) instead hex code.

Text Font Color

.myTextColor { color: #D08B7F; }

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

This text font color is #D08B7F.


Background Color

.myBgColor { background-color: #D08B7F; }

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

This div background color is #D08B7F.


Border color

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

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

This div border color is #D08B7F.


Opacity

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

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

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

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

This text has shadow with #D08B7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D08B7F on black background.


Color preview on white background

This text has color #D08B7F on white background.



Black color preview on #D08B7F background

This text has black color on #D08B7F background.


White color preview on #D08B7F background

This text has white color on #D08B7F background.