COLOR #D08B7A

HEX: #D08B7A
RGB: (208,139,122)

Color info

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

RGB color model

#D08B7A color RGB value is (208,139,122).

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

RGB channels and saturation

R 208 of 255 = 82%
G 139 of 255 = 55%
B 122 of 255 = 48%

208
139
122

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

Portions of RGB colors in percentages

R + G + B =
208 + 139 + 122 = 469 (100%)
R 208 of 469 ~ 44.35%
G 139 of 469 ~ 29.64%
B 122 of 469 ~ 26.01%

%44.35
%29.64
%26.01

CMYK color model

#D08B7A color CMYK value is (0,33,41,18).

  • cyan value is 0.00%
  • magenta value is 33.17%
  • yellow value is 41.35%
  • key color value is 18.43%
CMYK:
(0,33,41,18)
C0M33Y41K18 
(0%,33%,41%,18%)
(0.00/0.33/0.41/0.18)	

CMYK percentages

%0
%33.17
%41.35
%18.43

Codes

Color #D08B7A in popluar color models

D08B7A
RGB208139122
HSL12°47.78%64.71%
HSB/HSV12°41.35%81.57%
CMYK0.00%33.17%41.35%
18.43%

Color #D08B7A in popluar number systems.

HEXD08B7A
Decimal208139122
Binary11010000100010111111010
Octal320213172

Shades and tints

Shades of #D08B7A

#D08B7A
(208,139,122)
#BE7F6F
(190,127,111)
#AC7364
(172,115,100)
#9A6759
(154,103,89)
#885B4E
(136,91,78)
#764F43
(118,79,67)
#644338
(100,67,56)
#52372D
(82,55,45)
#402B22
(64,43,34)
#2E1F17
(46,31,23)
#1C130C
(28,19,12)
#000000
(0,0,0)

Tints of #D08B7A

#D08B7A
(208,139,122)
#D49586
(212,149,134)
#D89F92
(216,159,146)
#DCA99E
(220,169,158)
#E0B3AA
(224,179,170)
#E4BDB6
(228,189,182)
#E8C7C2
(232,199,194)
#ECD1CE
(236,209,206)
#F0DBDA
(240,219,218)
#F4E5E6
(244,229,230)
#F8EFF2
(248,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D08B7A; }

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

This text font color is #D08B7A.


Background Color

.myBgColor { background-color: #D08B7A; }

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

This div background color is #D08B7A.


Border color

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

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

This div border color is #D08B7A.


Opacity

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

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

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

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

This text has shadow with #D08B7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D08B7A on black background.


Color preview on white background

This text has color #D08B7A on white background.



Black color preview on #D08B7A background

This text has black color on #D08B7A background.


White color preview on #D08B7A background

This text has white color on #D08B7A background.