COLOR #D48077

HEX: #D48077
RGB: (212,128,119)

Color info

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

RGB color model

#D48077 color RGB value is (212,128,119).

  • red value is 212;
  • green value is 128;
  • blue value is 119.
RGB:
(212,128,119)
(83%,50%,47%)

RGB channels and saturation

R 212 of 255 = 83%
G 128 of 255 = 50%
B 119 of 255 = 47%

212
128
119

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

Portions of RGB colors in percentages

R + G + B =
212 + 128 + 119 = 459 (100%)
R 212 of 459 ~ 46.19%
G 128 of 459 ~ 27.89%
B 119 of 459 ~ 25.93%

%46.19
%27.89
%25.93

CMYK color model

#D48077 color CMYK value is (0,40,44,17).

  • cyan value is 0.00%
  • magenta value is 39.62%
  • yellow value is 43.87%
  • key color value is 16.86%
CMYK:
(0,40,44,17)
C0M40Y44K17 
(0%,40%,44%,17%)
(0.00/0.40/0.44/0.17)	

CMYK percentages

%0
%39.62
%43.87
%16.86

Codes

Color #D48077 in popluar color models

D48077
RGB212128119
HSL51.96%64.90%
HSB/HSV43.87%83.14%
CMYK0.00%39.62%43.87%
16.86%

Color #D48077 in popluar number systems.

HEXD48077
Decimal212128119
Binary11010100100000001110111
Octal324200167

Shades and tints

Shades of #D48077

#D48077
(212,128,119)
#C1756D
(193,117,109)
#AE6A63
(174,106,99)
#9B5F59
(155,95,89)
#88544F
(136,84,79)
#754945
(117,73,69)
#623E3B
(98,62,59)
#4F3331
(79,51,49)
#3C2827
(60,40,39)
#291D1D
(41,29,29)
#161213
(22,18,19)
#000000
(0,0,0)

Tints of #D48077

#D48077
(212,128,119)
#D78B83
(215,139,131)
#DA968F
(218,150,143)
#DDA19B
(221,161,155)
#E0ACA7
(224,172,167)
#E3B7B3
(227,183,179)
#E6C2BF
(230,194,191)
#E9CDCB
(233,205,203)
#ECD8D7
(236,216,215)
#EFE3E3
(239,227,227)
#F2EEEF
(242,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D48077 color. Also use rgb(212,128,119) instead hex code.

Text Font Color

.myTextColor { color: #D48077; }

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

This text font color is #D48077.


Background Color

.myBgColor { background-color: #D48077; }

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

This div background color is #D48077.


Border color

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

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

This div border color is #D48077.


Opacity

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

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

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

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

This text has shadow with #D48077 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D48077 on black background.


Color preview on white background

This text has color #D48077 on white background.



Black color preview on #D48077 background

This text has black color on #D48077 background.


White color preview on #D48077 background

This text has white color on #D48077 background.