COLOR #D0756D

HEX: #D0756D
RGB: (208,117,109)

Color info

#D0756D contains mainly red color. Web safe color of #D0756D is #CC6666 (or #C66).

RGB color model

#D0756D color RGB value is (208,117,109).

  • red value is 208;
  • green value is 117;
  • blue value is 109.
RGB:
(208,117,109)
(82%,46%,43%)

RGB channels and saturation

R 208 of 255 = 82%
G 117 of 255 = 46%
B 109 of 255 = 43%

208
117
109

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

Portions of RGB colors in percentages

R + G + B =
208 + 117 + 109 = 434 (100%)
R 208 of 434 ~ 47.93%
G 117 of 434 ~ 26.96%
B 109 of 434 ~ 25.12%

%47.93
%26.96
%25.12

CMYK color model

#D0756D color CMYK value is (0,44,48,18).

  • cyan value is 0.00%
  • magenta value is 43.75%
  • yellow value is 47.60%
  • key color value is 18.43%
CMYK:
(0,44,48,18)
C0M44Y48K18 
(0%,44%,48%,18%)
(0.00/0.44/0.48/0.18)	

CMYK percentages

%0
%43.75
%47.6
%18.43

Codes

Color #D0756D in popluar color models

D0756D
RGB208117109
HSL51.30%62.16%
HSB/HSV47.60%81.57%
CMYK0.00%43.75%47.60%
18.43%

Color #D0756D in popluar number systems.

HEXD0756D
Decimal208117109
Binary1101000011101011101101
Octal320165155

Shades and tints

Shades of #D0756D

#D0756D
(208,117,109)
#BE6B64
(190,107,100)
#AC615B
(172,97,91)
#9A5752
(154,87,82)
#884D49
(136,77,73)
#764340
(118,67,64)
#643937
(100,57,55)
#522F2E
(82,47,46)
#402525
(64,37,37)
#2E1B1C
(46,27,28)
#1C1113
(28,17,19)
#000000
(0,0,0)

Tints of #D0756D

#D0756D
(208,117,109)
#D4817A
(212,129,122)
#D88D87
(216,141,135)
#DC9994
(220,153,148)
#E0A5A1
(224,165,161)
#E4B1AE
(228,177,174)
#E8BDBB
(232,189,187)
#ECC9C8
(236,201,200)
#F0D5D5
(240,213,213)
#F4E1E2
(244,225,226)
#F8EDEF
(248,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0756D color. Also use rgb(208,117,109) instead hex code.

Text Font Color

.myTextColor { color: #D0756D; }

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

This text font color is #D0756D.


Background Color

.myBgColor { background-color: #D0756D; }

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

This div background color is #D0756D.


Border color

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

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

This div border color is #D0756D.


Opacity

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

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

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

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

This text has shadow with #D0756D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0756D on black background.


Color preview on white background

This text has color #D0756D on white background.



Black color preview on #D0756D background

This text has black color on #D0756D background.


White color preview on #D0756D background

This text has white color on #D0756D background.