COLOR #D59B7B

HEX: #D59B7B
RGB: (213,155,123)

Color info

#D59B7B contains mainly red and green colors. Web safe color of #D59B7B is #CC9966 (or #C96).

RGB color model

#D59B7B color RGB value is (213,155,123).

  • red value is 213;
  • green value is 155;
  • blue value is 123.
RGB:
(213,155,123)
(84%,61%,48%)

RGB channels and saturation

R 213 of 255 = 84%
G 155 of 255 = 61%
B 123 of 255 = 48%

213
155
123

R + G + B ~ 64%. #D59B7B is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 155 + 123 = 491 (100%)
R 213 of 491 ~ 43.38%
G 155 of 491 ~ 31.57%
B 123 of 491 ~ 25.05%

%43.38
%31.57
%25.05

CMYK color model

#D59B7B color CMYK value is (0,27,42,16).

  • cyan value is 0.00%
  • magenta value is 27.23%
  • yellow value is 42.25%
  • key color value is 16.47%
CMYK:
(0,27,42,16)
C0M27Y42K16 
(0%,27%,42%,16%)
(0.00/0.27/0.42/0.16)	

CMYK percentages

%0
%27.23
%42.25
%16.47

Codes

Color #D59B7B in popluar color models

D59B7B
RGB213155123
HSL21°51.72%65.88%
HSB/HSV21°42.25%83.53%
CMYK0.00%27.23%42.25%
16.47%

Color #D59B7B in popluar number systems.

HEXD59B7B
Decimal213155123
Binary11010101100110111111011
Octal325233173

Shades and tints

Shades of #D59B7B

#D59B7B
(213,155,123)
#C28D70
(194,141,112)
#AF7F65
(175,127,101)
#9C715A
(156,113,90)
#89634F
(137,99,79)
#765544
(118,85,68)
#634739
(99,71,57)
#50392E
(80,57,46)
#3D2B23
(61,43,35)
#2A1D18
(42,29,24)
#170F0D
(23,15,13)
#000000
(0,0,0)

Tints of #D59B7B

#D59B7B
(213,155,123)
#D8A487
(216,164,135)
#DBAD93
(219,173,147)
#DEB69F
(222,182,159)
#E1BFAB
(225,191,171)
#E4C8B7
(228,200,183)
#E7D1C3
(231,209,195)
#EADACF
(234,218,207)
#EDE3DB
(237,227,219)
#F0ECE7
(240,236,231)
#F3F5F3
(243,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D59B7B color. Also use rgb(213,155,123) instead hex code.

Text Font Color

.myTextColor { color: #D59B7B; }

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

This text font color is #D59B7B.


Background Color

.myBgColor { background-color: #D59B7B; }

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

This div background color is #D59B7B.


Border color

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

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

This div border color is #D59B7B.


Opacity

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

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

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

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

This text has shadow with #D59B7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D59B7B on black background.


Color preview on white background

This text has color #D59B7B on white background.



Black color preview on #D59B7B background

This text has black color on #D59B7B background.


White color preview on #D59B7B background

This text has white color on #D59B7B background.