COLOR #D7952E

HEX: #D7952E
RGB: (215,149,46)

Color info

#D7952E contains mainly red color. Web safe color of #D7952E is #CC9933 (or #C93).

RGB color model

#D7952E color RGB value is (215,149,46).

  • red value is 215;
  • green value is 149;
  • blue value is 46.
RGB:
(215,149,46)
(84%,58%,18%)

RGB channels and saturation

R 215 of 255 = 84%
G 149 of 255 = 58%
B 46 of 255 = 18%

215
149
46

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

Portions of RGB colors in percentages

R + G + B =
215 + 149 + 46 = 410 (100%)
R 215 of 410 ~ 52.44%
G 149 of 410 ~ 36.34%
B 46 of 410 ~ 11.22%

%52.44
%36.34
%11.22

CMYK color model

#D7952E color CMYK value is (0,31,79,16).

  • cyan value is 0.00%
  • magenta value is 30.70%
  • yellow value is 78.60%
  • key color value is 15.69%
CMYK:
(0,31,79,16)
C0M31Y79K16 
(0%,31%,79%,16%)
(0.00/0.31/0.79/0.16)	

CMYK percentages

%0
%30.7
%78.6
%15.69

Codes

Color #D7952E in popluar color models

D7952E
RGB21514946
HSL37°67.87%51.18%
HSB/HSV37°78.60%84.31%
CMYK0.00%30.70%78.60%
15.69%

Color #D7952E in popluar number systems.

HEXD7952E
Decimal21514946
Binary1101011110010101101110
Octal32722556

Shades and tints

Shades of #D7952E

#D7952E
(215,149,46)
#C4882A
(196,136,42)
#B17B26
(177,123,38)
#9E6E22
(158,110,34)
#8B611E
(139,97,30)
#78541A
(120,84,26)
#654716
(101,71,22)
#523A12
(82,58,18)
#3F2D0E
(63,45,14)
#2C200A
(44,32,10)
#191306
(25,19,6)
#000000
(0,0,0)

Tints of #D7952E

#D7952E
(215,149,46)
#DA9E41
(218,158,65)
#DDA754
(221,167,84)
#E0B067
(224,176,103)
#E3B97A
(227,185,122)
#E6C28D
(230,194,141)
#E9CBA0
(233,203,160)
#ECD4B3
(236,212,179)
#EFDDC6
(239,221,198)
#F2E6D9
(242,230,217)
#F5EFEC
(245,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7952E color. Also use rgb(215,149,46) instead hex code.

Text Font Color

.myTextColor { color: #D7952E; }

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

This text font color is #D7952E.


Background Color

.myBgColor { background-color: #D7952E; }

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

This div background color is #D7952E.


Border color

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

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

This div border color is #D7952E.


Opacity

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

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

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

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

This text has shadow with #D7952E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7952E on black background.


Color preview on white background

This text has color #D7952E on white background.



Black color preview on #D7952E background

This text has black color on #D7952E background.


White color preview on #D7952E background

This text has white color on #D7952E background.