COLOR #D08583

HEX: #D08583
RGB: (208,133,131)

Color info

#D08583 contains mainly red color. Web safe color of #D08583 is #CC9999 (or #C99).

RGB color model

#D08583 color RGB value is (208,133,131).

  • red value is 208;
  • green value is 133;
  • blue value is 131.
RGB:
(208,133,131)
(82%,52%,51%)

RGB channels and saturation

R 208 of 255 = 82%
G 133 of 255 = 52%
B 131 of 255 = 51%

208
133
131

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

Portions of RGB colors in percentages

R + G + B =
208 + 133 + 131 = 472 (100%)
R 208 of 472 ~ 44.07%
G 133 of 472 ~ 28.18%
B 131 of 472 ~ 27.75%

%44.07
%28.18
%27.75

CMYK color model

#D08583 color CMYK value is (0,36,37,18).

  • cyan value is 0.00%
  • magenta value is 36.06%
  • yellow value is 37.02%
  • key color value is 18.43%
CMYK:
(0,36,37,18)
C0M36Y37K18 
(0%,36%,37%,18%)
(0.00/0.36/0.37/0.18)	

CMYK percentages

%0
%36.06
%37.02
%18.43

Codes

Color #D08583 in popluar color models

D08583
RGB208133131
HSL45.03%66.47%
HSB/HSV37.02%81.57%
CMYK0.00%36.06%37.02%
18.43%

Color #D08583 in popluar number systems.

HEXD08583
Decimal208133131
Binary110100001000010110000011
Octal320205203

Shades and tints

Shades of #D08583

#D08583
(208,133,131)
#BE7978
(190,121,120)
#AC6D6D
(172,109,109)
#9A6162
(154,97,98)
#885557
(136,85,87)
#76494C
(118,73,76)
#643D41
(100,61,65)
#523136
(82,49,54)
#40252B
(64,37,43)
#2E1920
(46,25,32)
#1C0D15
(28,13,21)
#000000
(0,0,0)

Tints of #D08583

#D08583
(208,133,131)
#D4908E
(212,144,142)
#D89B99
(216,155,153)
#DCA6A4
(220,166,164)
#E0B1AF
(224,177,175)
#E4BCBA
(228,188,186)
#E8C7C5
(232,199,197)
#ECD2D0
(236,210,208)
#F0DDDB
(240,221,219)
#F4E8E6
(244,232,230)
#F8F3F1
(248,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D08583 color. Also use rgb(208,133,131) instead hex code.

Text Font Color

.myTextColor { color: #D08583; }

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

This text font color is #D08583.


Background Color

.myBgColor { background-color: #D08583; }

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

This div background color is #D08583.


Border color

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

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

This div border color is #D08583.


Opacity

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

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

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

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

This text has shadow with #D08583 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D08583 on black background.


Color preview on white background

This text has color #D08583 on white background.



Black color preview on #D08583 background

This text has black color on #D08583 background.


White color preview on #D08583 background

This text has white color on #D08583 background.