COLOR #D08464

HEX: #D08464
RGB: (208,132,100)

Color info

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

RGB color model

#D08464 color RGB value is (208,132,100).

  • red value is 208;
  • green value is 132;
  • blue value is 100.
RGB:
(208,132,100)
(82%,52%,39%)

RGB channels and saturation

R 208 of 255 = 82%
G 132 of 255 = 52%
B 100 of 255 = 39%

208
132
100

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

Portions of RGB colors in percentages

R + G + B =
208 + 132 + 100 = 440 (100%)
R 208 of 440 ~ 47.27%
G 132 of 440 ~ 30%
B 100 of 440 ~ 22.73%

%47.27
%30
%22.73

CMYK color model

#D08464 color CMYK value is (0,37,52,18).

  • cyan value is 0.00%
  • magenta value is 36.54%
  • yellow value is 51.92%
  • key color value is 18.43%
CMYK:
(0,37,52,18)
C0M37Y52K18 
(0%,37%,52%,18%)
(0.00/0.37/0.52/0.18)	

CMYK percentages

%0
%36.54
%51.92
%18.43

Codes

Color #D08464 in popluar color models

D08464
RGB208132100
HSL18°53.47%60.39%
HSB/HSV18°51.92%81.57%
CMYK0.00%36.54%51.92%
18.43%

Color #D08464 in popluar number systems.

HEXD08464
Decimal208132100
Binary11010000100001001100100
Octal320204144

Shades and tints

Shades of #D08464

#D08464
(208,132,100)
#BE785B
(190,120,91)
#AC6C52
(172,108,82)
#9A6049
(154,96,73)
#885440
(136,84,64)
#764837
(118,72,55)
#643C2E
(100,60,46)
#523025
(82,48,37)
#40241C
(64,36,28)
#2E1813
(46,24,19)
#1C0C0A
(28,12,10)
#000000
(0,0,0)

Tints of #D08464

#D08464
(208,132,100)
#D48F72
(212,143,114)
#D89A80
(216,154,128)
#DCA58E
(220,165,142)
#E0B09C
(224,176,156)
#E4BBAA
(228,187,170)
#E8C6B8
(232,198,184)
#ECD1C6
(236,209,198)
#F0DCD4
(240,220,212)
#F4E7E2
(244,231,226)
#F8F2F0
(248,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D08464 color. Also use rgb(208,132,100) instead hex code.

Text Font Color

.myTextColor { color: #D08464; }

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

This text font color is #D08464.


Background Color

.myBgColor { background-color: #D08464; }

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

This div background color is #D08464.


Border color

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

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

This div border color is #D08464.


Opacity

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

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

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

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

This text has shadow with #D08464 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D08464 on black background.


Color preview on white background

This text has color #D08464 on white background.



Black color preview on #D08464 background

This text has black color on #D08464 background.


White color preview on #D08464 background

This text has white color on #D08464 background.