COLOR #D3957D

HEX: #D3957D
RGB: (211,149,125)

Color info

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

RGB color model

#D3957D color RGB value is (211,149,125).

  • red value is 211;
  • green value is 149;
  • blue value is 125.
RGB:
(211,149,125)
(83%,58%,49%)

RGB channels and saturation

R 211 of 255 = 83%
G 149 of 255 = 58%
B 125 of 255 = 49%

211
149
125

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

Portions of RGB colors in percentages

R + G + B =
211 + 149 + 125 = 485 (100%)
R 211 of 485 ~ 43.51%
G 149 of 485 ~ 30.72%
B 125 of 485 ~ 25.77%

%43.51
%30.72
%25.77

CMYK color model

#D3957D color CMYK value is (0,29,41,17).

  • cyan value is 0.00%
  • magenta value is 29.38%
  • yellow value is 40.76%
  • key color value is 17.25%
CMYK:
(0,29,41,17)
C0M29Y41K17 
(0%,29%,41%,17%)
(0.00/0.29/0.41/0.17)	

CMYK percentages

%0
%29.38
%40.76
%17.25

Codes

Color #D3957D in popluar color models

D3957D
RGB211149125
HSL17°49.43%65.88%
HSB/HSV17°40.76%82.75%
CMYK0.00%29.38%40.76%
17.25%

Color #D3957D in popluar number systems.

HEXD3957D
Decimal211149125
Binary11010011100101011111101
Octal323225175

Shades and tints

Shades of #D3957D

#D3957D
(211,149,125)
#C08872
(192,136,114)
#AD7B67
(173,123,103)
#9A6E5C
(154,110,92)
#876151
(135,97,81)
#745446
(116,84,70)
#61473B
(97,71,59)
#4E3A30
(78,58,48)
#3B2D25
(59,45,37)
#28201A
(40,32,26)
#15130F
(21,19,15)
#000000
(0,0,0)

Tints of #D3957D

#D3957D
(211,149,125)
#D79E88
(215,158,136)
#DBA793
(219,167,147)
#DFB09E
(223,176,158)
#E3B9A9
(227,185,169)
#E7C2B4
(231,194,180)
#EBCBBF
(235,203,191)
#EFD4CA
(239,212,202)
#F3DDD5
(243,221,213)
#F7E6E0
(247,230,224)
#FBEFEB
(251,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3957D color. Also use rgb(211,149,125) instead hex code.

Text Font Color

.myTextColor { color: #D3957D; }

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

This text font color is #D3957D.


Background Color

.myBgColor { background-color: #D3957D; }

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

This div background color is #D3957D.


Border color

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

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

This div border color is #D3957D.


Opacity

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

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

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

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

This text has shadow with #D3957D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3957D on black background.


Color preview on white background

This text has color #D3957D on white background.



Black color preview on #D3957D background

This text has black color on #D3957D background.


White color preview on #D3957D background

This text has white color on #D3957D background.