COLOR #D08B5F

HEX: #D08B5F
RGB: (208,139,95)

Color info

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

RGB color model

#D08B5F color RGB value is (208,139,95).

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

RGB channels and saturation

R 208 of 255 = 82%
G 139 of 255 = 55%
B 95 of 255 = 37%

208
139
95

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

Portions of RGB colors in percentages

R + G + B =
208 + 139 + 95 = 442 (100%)
R 208 of 442 ~ 47.06%
G 139 of 442 ~ 31.45%
B 95 of 442 ~ 21.49%

%47.06
%31.45
%21.49

CMYK color model

#D08B5F color CMYK value is (0,33,54,18).

  • cyan value is 0.00%
  • magenta value is 33.17%
  • yellow value is 54.33%
  • key color value is 18.43%
CMYK:
(0,33,54,18)
C0M33Y54K18 
(0%,33%,54%,18%)
(0.00/0.33/0.54/0.18)	

CMYK percentages

%0
%33.17
%54.33
%18.43

Codes

Color #D08B5F in popluar color models

D08B5F
RGB20813995
HSL23°54.59%59.41%
HSB/HSV23°54.33%81.57%
CMYK0.00%33.17%54.33%
18.43%

Color #D08B5F in popluar number systems.

HEXD08B5F
Decimal20813995
Binary11010000100010111011111
Octal320213137

Shades and tints

Shades of #D08B5F

#D08B5F
(208,139,95)
#BE7F57
(190,127,87)
#AC734F
(172,115,79)
#9A6747
(154,103,71)
#885B3F
(136,91,63)
#764F37
(118,79,55)
#64432F
(100,67,47)
#523727
(82,55,39)
#402B1F
(64,43,31)
#2E1F17
(46,31,23)
#1C130F
(28,19,15)
#000000
(0,0,0)

Tints of #D08B5F

#D08B5F
(208,139,95)
#D4956D
(212,149,109)
#D89F7B
(216,159,123)
#DCA989
(220,169,137)
#E0B397
(224,179,151)
#E4BDA5
(228,189,165)
#E8C7B3
(232,199,179)
#ECD1C1
(236,209,193)
#F0DBCF
(240,219,207)
#F4E5DD
(244,229,221)
#F8EFEB
(248,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D08B5F; }

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

This text font color is #D08B5F.


Background Color

.myBgColor { background-color: #D08B5F; }

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

This div background color is #D08B5F.


Border color

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

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

This div border color is #D08B5F.


Opacity

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

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

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

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

This text has shadow with #D08B5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D08B5F on black background.


Color preview on white background

This text has color #D08B5F on white background.



Black color preview on #D08B5F background

This text has black color on #D08B5F background.


White color preview on #D08B5F background

This text has white color on #D08B5F background.