COLOR #D08C45

HEX: #D08C45
RGB: (208,140,69)

Color info

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

RGB color model

#D08C45 color RGB value is (208,140,69).

  • red value is 208;
  • green value is 140;
  • blue value is 69.
RGB:
(208,140,69)
(82%,55%,27%)

RGB channels and saturation

R 208 of 255 = 82%
G 140 of 255 = 55%
B 69 of 255 = 27%

208
140
69

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

Portions of RGB colors in percentages

R + G + B =
208 + 140 + 69 = 417 (100%)
R 208 of 417 ~ 49.88%
G 140 of 417 ~ 33.57%
B 69 of 417 ~ 16.55%

%49.88
%33.57
%16.55

CMYK color model

#D08C45 color CMYK value is (0,33,67,18).

  • cyan value is 0.00%
  • magenta value is 32.69%
  • yellow value is 66.83%
  • key color value is 18.43%
CMYK:
(0,33,67,18)
C0M33Y67K18 
(0%,33%,67%,18%)
(0.00/0.33/0.67/0.18)	

CMYK percentages

%0
%32.69
%66.83
%18.43

Codes

Color #D08C45 in popluar color models

D08C45
RGB20814069
HSL31°59.66%54.31%
HSB/HSV31°66.83%81.57%
CMYK0.00%32.69%66.83%
18.43%

Color #D08C45 in popluar number systems.

HEXD08C45
Decimal20814069
Binary11010000100011001000101
Octal320214105

Shades and tints

Shades of #D08C45

#D08C45
(208,140,69)
#BE803F
(190,128,63)
#AC7439
(172,116,57)
#9A6833
(154,104,51)
#885C2D
(136,92,45)
#765027
(118,80,39)
#644421
(100,68,33)
#52381B
(82,56,27)
#402C15
(64,44,21)
#2E200F
(46,32,15)
#1C1409
(28,20,9)
#000000
(0,0,0)

Tints of #D08C45

#D08C45
(208,140,69)
#D49655
(212,150,85)
#D8A065
(216,160,101)
#DCAA75
(220,170,117)
#E0B485
(224,180,133)
#E4BE95
(228,190,149)
#E8C8A5
(232,200,165)
#ECD2B5
(236,210,181)
#F0DCC5
(240,220,197)
#F4E6D5
(244,230,213)
#F8F0E5
(248,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D08C45 color. Also use rgb(208,140,69) instead hex code.

Text Font Color

.myTextColor { color: #D08C45; }

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

This text font color is #D08C45.


Background Color

.myBgColor { background-color: #D08C45; }

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

This div background color is #D08C45.


Border color

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

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

This div border color is #D08C45.


Opacity

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

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

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

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

This text has shadow with #D08C45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D08C45 on black background.


Color preview on white background

This text has color #D08C45 on white background.



Black color preview on #D08C45 background

This text has black color on #D08C45 background.


White color preview on #D08C45 background

This text has white color on #D08C45 background.