COLOR #D0825D

HEX: #D0825D
RGB: (208,130,93)

Color info

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

RGB color model

#D0825D color RGB value is (208,130,93).

  • red value is 208;
  • green value is 130;
  • blue value is 93.
RGB:
(208,130,93)
(82%,51%,36%)

RGB channels and saturation

R 208 of 255 = 82%
G 130 of 255 = 51%
B 93 of 255 = 36%

208
130
93

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

Portions of RGB colors in percentages

R + G + B =
208 + 130 + 93 = 431 (100%)
R 208 of 431 ~ 48.26%
G 130 of 431 ~ 30.16%
B 93 of 431 ~ 21.58%

%48.26
%30.16
%21.58

CMYK color model

#D0825D color CMYK value is (0,38,55,18).

  • cyan value is 0.00%
  • magenta value is 37.50%
  • yellow value is 55.29%
  • key color value is 18.43%
CMYK:
(0,38,55,18)
C0M38Y55K18 
(0%,38%,55%,18%)
(0.00/0.38/0.55/0.18)	

CMYK percentages

%0
%37.5
%55.29
%18.43

Codes

Color #D0825D in popluar color models

D0825D
RGB20813093
HSL19°55.02%59.02%
HSB/HSV19°55.29%81.57%
CMYK0.00%37.50%55.29%
18.43%

Color #D0825D in popluar number systems.

HEXD0825D
Decimal20813093
Binary11010000100000101011101
Octal320202135

Shades and tints

Shades of #D0825D

#D0825D
(208,130,93)
#BE7755
(190,119,85)
#AC6C4D
(172,108,77)
#9A6145
(154,97,69)
#88563D
(136,86,61)
#764B35
(118,75,53)
#64402D
(100,64,45)
#523525
(82,53,37)
#402A1D
(64,42,29)
#2E1F15
(46,31,21)
#1C140D
(28,20,13)
#000000
(0,0,0)

Tints of #D0825D

#D0825D
(208,130,93)
#D48D6B
(212,141,107)
#D89879
(216,152,121)
#DCA387
(220,163,135)
#E0AE95
(224,174,149)
#E4B9A3
(228,185,163)
#E8C4B1
(232,196,177)
#ECCFBF
(236,207,191)
#F0DACD
(240,218,205)
#F4E5DB
(244,229,219)
#F8F0E9
(248,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0825D color. Also use rgb(208,130,93) instead hex code.

Text Font Color

.myTextColor { color: #D0825D; }

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

This text font color is #D0825D.


Background Color

.myBgColor { background-color: #D0825D; }

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

This div background color is #D0825D.


Border color

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

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

This div border color is #D0825D.


Opacity

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

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

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

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

This text has shadow with #D0825D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0825D on black background.


Color preview on white background

This text has color #D0825D on white background.



Black color preview on #D0825D background

This text has black color on #D0825D background.


White color preview on #D0825D background

This text has white color on #D0825D background.