COLOR #D5954E

HEX: #D5954E RGB: (213,149,78)

Color info

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

RGB color model

#D5954E color RGB value is (213,149,78).

RGB: (213,149,78) (84%, 58%, 31%)

RGB channels and saturation

R 213 of 255 = 84%
G 149 of 255 = 58%
B 78 of 255 = 31%

213
149
78

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

Portions of RGB colors in percentages

R + G + B = 213 + 149 + 78 = 440 (100%)
R 213 of 440 ~ 48.41%
G 149 of 440 ~ 33.86%
B 78 of 440 ~ 17.73'%

%48.41
%33.86
%17.73

CMYK color model

#D5954E color CMYK value is (0,30,63,16).

  • cyan value is 0.00%
  • magenta value is 30.05%
  • yellow value is 63.38%
  • key color value is 16.47%
CMYK: (0,30,63,16) C0M30Y63K16 (0%,30%,63%,16%) (0.00/0.30/0.63/0.16) 

CMYK percentages

%0
%30.05
%63.38
%16.47

Codes

Color #D5954E in popluar color models

D5 95 4E
RGB 213 149 78
HSL 32° 61.64% 57.06%
HSB/HSV 32° 63.38% 83.53%
CMYK 0.00% 30.05% 63.38%
16.47%

Color #D5954E in popluar number systems.

HEX D5 95 4E
Decimal 213 149 78
Binary 11010101 10010101 1001110
Octal 325 225 116

Shades and tints

Shades of #D5954E

#D5954E
(213,149,78)
#C28847
(194,136,71)
#AF7B40
(175,123,64)
#9C6E39
(156,110,57)
#896132
(137,97,50)
#76542B
(118,84,43)
#634724
(99,71,36)
#503A1D
(80,58,29)
#3D2D16
(61,45,22)
#2A200F
(42,32,15)
#171308
(23,19,8)
#000000
(0,0,0)

Tints of #D5954E

#D5954E
(213,149,78)
#D89E5E
(216,158,94)
#DBA76E
(219,167,110)
#DEB07E
(222,176,126)
#E1B98E
(225,185,142)
#E4C29E
(228,194,158)
#E7CBAE
(231,203,174)
#EAD4BE
(234,212,190)
#EDDDCE
(237,221,206)
#F0E6DE
(240,230,222)
#F3EFEE
(243,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5954E color. Also use rgb(213,149,78) instead hex code.

Text Font Color

.myTextColor { color: #D5954E; }

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

This text font color is #D5954E.

Background Color

.myBgColor { background-color: #D5954E; }

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

This div background color is #D5954E.

Border color

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

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

This div border color is #D5954E.

Opacity

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

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

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

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

This text has shadow with #D5954E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5954E.

Preview

Color preview on black background

This text has color #D5954E on black background.


Color preview on white background

This text has color #D5954E on white background.


Black color preview on #D5954E background

This text has black color on #D5954E background.


White color preview on #D5954E background

This text has white color on #D5954E background.


Related colors

Complementary color

Complementary color for #hex is #2A6AB1.


I love getcolorcode.com

Triadic colors

1 #4ED595 and #954ED5 with #D5954E are triadic colors.

2 #4E95D5 and #95D54E with #D5954E are triadic colors.