COLOR #D58781

HEX: #D58781
RGB: (213,135,129)

Color info

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

RGB color model

#D58781 color RGB value is (213,135,129).

  • red value is 213;
  • green value is 135;
  • blue value is 129.
RGB:
(213,135,129)
(84%,53%,51%)

RGB channels and saturation

R 213 of 255 = 84%
G 135 of 255 = 53%
B 129 of 255 = 51%

213
135
129

R + G + B ~ 63%. #D58781 is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 135 + 129 = 477 (100%)
R 213 of 477 ~ 44.65%
G 135 of 477 ~ 28.3%
B 129 of 477 ~ 27.04%

%44.65
%28.3
%27.04

CMYK color model

#D58781 color CMYK value is (0,37,39,16).

  • cyan value is 0.00%
  • magenta value is 36.62%
  • yellow value is 39.44%
  • key color value is 16.47%
CMYK:
(0,37,39,16)
C0M37Y39K16 
(0%,37%,39%,16%)
(0.00/0.37/0.39/0.16)	

CMYK percentages

%0
%36.62
%39.44
%16.47

Codes

Color #D58781 in popluar color models

D58781
RGB213135129
HSL50.00%67.06%
HSB/HSV39.44%83.53%
CMYK0.00%36.62%39.44%
16.47%

Color #D58781 in popluar number systems.

HEXD58781
Decimal213135129
Binary110101011000011110000001
Octal325207201

Shades and tints

Shades of #D58781

#D58781
(213,135,129)
#C27B76
(194,123,118)
#AF6F6B
(175,111,107)
#9C6360
(156,99,96)
#895755
(137,87,85)
#764B4A
(118,75,74)
#633F3F
(99,63,63)
#503334
(80,51,52)
#3D2729
(61,39,41)
#2A1B1E
(42,27,30)
#170F13
(23,15,19)
#000000
(0,0,0)

Tints of #D58781

#D58781
(213,135,129)
#D8918C
(216,145,140)
#DB9B97
(219,155,151)
#DEA5A2
(222,165,162)
#E1AFAD
(225,175,173)
#E4B9B8
(228,185,184)
#E7C3C3
(231,195,195)
#EACDCE
(234,205,206)
#EDD7D9
(237,215,217)
#F0E1E4
(240,225,228)
#F3EBEF
(243,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D58781 color. Also use rgb(213,135,129) instead hex code.

Text Font Color

.myTextColor { color: #D58781; }

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

This text font color is #D58781.


Background Color

.myBgColor { background-color: #D58781; }

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

This div background color is #D58781.


Border color

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

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

This div border color is #D58781.


Opacity

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

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

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

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

This text has shadow with #D58781 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D58781 on black background.


Color preview on white background

This text has color #D58781 on white background.



Black color preview on #D58781 background

This text has black color on #D58781 background.


White color preview on #D58781 background

This text has white color on #D58781 background.