COLOR #D5837B

HEX: #D5837B RGB: (213,131,123)

Color info

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

RGB color model

#D5837B color RGB value is (213,131,123).

RGB: (213,131,123) (84%, 51%, 48%)

RGB channels and saturation

R 213 of 255 = 84%
G 131 of 255 = 51%
B 123 of 255 = 48%

213
131
123

R + G + B ~ 61%. #D5837B is quite light color.

Portions of RGB colors in percentages

R + G + B = 213 + 131 + 123 = 467 (100%)
R 213 of 467 ~ 45.61%
G 131 of 467 ~ 28.05%
B 123 of 467 ~ 26.34'%

%45.61
%28.05
%26.34

CMYK color model

#D5837B color CMYK value is (0,38,42,16).

  • cyan value is 0.00%
  • magenta value is 38.50%
  • yellow value is 42.25%
  • key color value is 16.47%
CMYK: (0,38,42,16) C0M38Y42K16 (0%,38%,42%,16%) (0.00/0.38/0.42/0.16) 

CMYK percentages

%0
%38.5
%42.25
%16.47

Codes

Color #D5837B in popluar color models

D5 83 7B
RGB 213 131 123
HSL 51.72% 65.88%
HSB/HSV 42.25% 83.53%
CMYK 0.00% 38.50% 42.25%
16.47%

Color #D5837B in popluar number systems.

HEX D5 83 7B
Decimal 213 131 123
Binary 11010101 10000011 1111011
Octal 325 203 173

Shades and tints

Shades of #D5837B

#D5837B
(213,131,123)
#C27870
(194,120,112)
#AF6D65
(175,109,101)
#9C625A
(156,98,90)
#89574F
(137,87,79)
#764C44
(118,76,68)
#634139
(99,65,57)
#50362E
(80,54,46)
#3D2B23
(61,43,35)
#2A2018
(42,32,24)
#17150D
(23,21,13)
#000000
(0,0,0)

Tints of #D5837B

#D5837B
(213,131,123)
#D88E87
(216,142,135)
#DB9993
(219,153,147)
#DEA49F
(222,164,159)
#E1AFAB
(225,175,171)
#E4BAB7
(228,186,183)
#E7C5C3
(231,197,195)
#EAD0CF
(234,208,207)
#EDDBDB
(237,219,219)
#F0E6E7
(240,230,231)
#F3F1F3
(243,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5837B; }

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

This text font color is #D5837B.

Background Color

.myBgColor { background-color: #D5837B; }

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

This div background color is #D5837B.

Border color

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

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

This div border color is #D5837B.

Opacity

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

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

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

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

This text has shadow with #D5837B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5837B.

Preview

Color preview on black background

This text has color #D5837B on black background.


Color preview on white background

This text has color #D5837B on white background.


Black color preview on #D5837B background

This text has black color on #D5837B background.


White color preview on #D5837B background

This text has white color on #D5837B background.


Related colors

Complementary color

Complementary color for #hex is #2A7C84.


I love getcolorcode.com

Triadic colors

1 #7BD583 and #837BD5 with #D5837B are triadic colors.

2 #7B83D5 and #83D57B with #D5837B are triadic colors.