COLOR #D5826F

HEX: #D5826F
RGB: (213,130,111)

Color info

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

RGB color model

#D5826F color RGB value is (213,130,111).

  • red value is 213;
  • green value is 130;
  • blue value is 111.
RGB:
(213,130,111)
(84%,51%,44%)

RGB channels and saturation

R 213 of 255 = 84%
G 130 of 255 = 51%
B 111 of 255 = 44%

213
130
111

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

Portions of RGB colors in percentages

R + G + B =
213 + 130 + 111 = 454 (100%)
R 213 of 454 ~ 46.92%
G 130 of 454 ~ 28.63%
B 111 of 454 ~ 24.45%

%46.92
%28.63
%24.45

CMYK color model

#D5826F color CMYK value is (0,39,48,16).

  • cyan value is 0.00%
  • magenta value is 38.97%
  • yellow value is 47.89%
  • key color value is 16.47%
CMYK:
(0,39,48,16)
C0M39Y48K16 
(0%,39%,48%,16%)
(0.00/0.39/0.48/0.16)	

CMYK percentages

%0
%38.97
%47.89
%16.47

Codes

Color #D5826F in popluar color models

D5826F
RGB213130111
HSL11°54.84%63.53%
HSB/HSV11°47.89%83.53%
CMYK0.00%38.97%47.89%
16.47%

Color #D5826F in popluar number systems.

HEXD5826F
Decimal213130111
Binary11010101100000101101111
Octal325202157

Shades and tints

Shades of #D5826F

#D5826F
(213,130,111)
#C27765
(194,119,101)
#AF6C5B
(175,108,91)
#9C6151
(156,97,81)
#895647
(137,86,71)
#764B3D
(118,75,61)
#634033
(99,64,51)
#503529
(80,53,41)
#3D2A1F
(61,42,31)
#2A1F15
(42,31,21)
#17140B
(23,20,11)
#000000
(0,0,0)

Tints of #D5826F

#D5826F
(213,130,111)
#D88D7C
(216,141,124)
#DB9889
(219,152,137)
#DEA396
(222,163,150)
#E1AEA3
(225,174,163)
#E4B9B0
(228,185,176)
#E7C4BD
(231,196,189)
#EACFCA
(234,207,202)
#EDDAD7
(237,218,215)
#F0E5E4
(240,229,228)
#F3F0F1
(243,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5826F color. Also use rgb(213,130,111) instead hex code.

Text Font Color

.myTextColor { color: #D5826F; }

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

This text font color is #D5826F.


Background Color

.myBgColor { background-color: #D5826F; }

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

This div background color is #D5826F.


Border color

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

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

This div border color is #D5826F.


Opacity

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

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

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

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

This text has shadow with #D5826F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5826F on black background.


Color preview on white background

This text has color #D5826F on white background.



Black color preview on #D5826F background

This text has black color on #D5826F background.


White color preview on #D5826F background

This text has white color on #D5826F background.