COLOR #D0824B

HEX: #D0824B
RGB: (208,130,75)

Color info

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

RGB color model

#D0824B color RGB value is (208,130,75).

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

RGB channels and saturation

R 208 of 255 = 82%
G 130 of 255 = 51%
B 75 of 255 = 29%

208
130
75

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

Portions of RGB colors in percentages

R + G + B =
208 + 130 + 75 = 413 (100%)
R 208 of 413 ~ 50.36%
G 130 of 413 ~ 31.48%
B 75 of 413 ~ 18.16%

%50.36
%31.48
%18.16

CMYK color model

#D0824B color CMYK value is (0,38,64,18).

  • cyan value is 0.00%
  • magenta value is 37.50%
  • yellow value is 63.94%
  • key color value is 18.43%
CMYK:
(0,38,64,18)
C0M38Y64K18 
(0%,38%,64%,18%)
(0.00/0.38/0.64/0.18)	

CMYK percentages

%0
%37.5
%63.94
%18.43

Codes

Color #D0824B in popluar color models

D0824B
RGB20813075
HSL25°58.59%55.49%
HSB/HSV25°63.94%81.57%
CMYK0.00%37.50%63.94%
18.43%

Color #D0824B in popluar number systems.

HEXD0824B
Decimal20813075
Binary11010000100000101001011
Octal320202113

Shades and tints

Shades of #D0824B

#D0824B
(208,130,75)
#BE7745
(190,119,69)
#AC6C3F
(172,108,63)
#9A6139
(154,97,57)
#885633
(136,86,51)
#764B2D
(118,75,45)
#644027
(100,64,39)
#523521
(82,53,33)
#402A1B
(64,42,27)
#2E1F15
(46,31,21)
#1C140F
(28,20,15)
#000000
(0,0,0)

Tints of #D0824B

#D0824B
(208,130,75)
#D48D5B
(212,141,91)
#D8986B
(216,152,107)
#DCA37B
(220,163,123)
#E0AE8B
(224,174,139)
#E4B99B
(228,185,155)
#E8C4AB
(232,196,171)
#ECCFBB
(236,207,187)
#F0DACB
(240,218,203)
#F4E5DB
(244,229,219)
#F8F0EB
(248,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0824B; }

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

This text font color is #D0824B.


Background Color

.myBgColor { background-color: #D0824B; }

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

This div background color is #D0824B.


Border color

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

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

This div border color is #D0824B.


Opacity

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

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

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

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

This text has shadow with #D0824B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0824B on black background.


Color preview on white background

This text has color #D0824B on white background.



Black color preview on #D0824B background

This text has black color on #D0824B background.


White color preview on #D0824B background

This text has white color on #D0824B background.