COLOR #D48968

HEX: #D48968
RGB: (212,137,104)

Color info

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

RGB color model

#D48968 color RGB value is (212,137,104).

  • red value is 212;
  • green value is 137;
  • blue value is 104.
RGB:
(212,137,104)
(83%,54%,41%)

RGB channels and saturation

R 212 of 255 = 83%
G 137 of 255 = 54%
B 104 of 255 = 41%

212
137
104

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

Portions of RGB colors in percentages

R + G + B =
212 + 137 + 104 = 453 (100%)
R 212 of 453 ~ 46.8%
G 137 of 453 ~ 30.24%
B 104 of 453 ~ 22.96%

%46.8
%30.24
%22.96

CMYK color model

#D48968 color CMYK value is (0,35,51,17).

  • cyan value is 0.00%
  • magenta value is 35.38%
  • yellow value is 50.94%
  • key color value is 16.86%
CMYK:
(0,35,51,17)
C0M35Y51K17 
(0%,35%,51%,17%)
(0.00/0.35/0.51/0.17)	

CMYK percentages

%0
%35.38
%50.94
%16.86

Codes

Color #D48968 in popluar color models

D48968
RGB212137104
HSL18°55.67%61.96%
HSB/HSV18°50.94%83.14%
CMYK0.00%35.38%50.94%
16.86%

Color #D48968 in popluar number systems.

HEXD48968
Decimal212137104
Binary11010100100010011101000
Octal324211150

Shades and tints

Shades of #D48968

#D48968
(212,137,104)
#C17D5F
(193,125,95)
#AE7156
(174,113,86)
#9B654D
(155,101,77)
#885944
(136,89,68)
#754D3B
(117,77,59)
#624132
(98,65,50)
#4F3529
(79,53,41)
#3C2920
(60,41,32)
#291D17
(41,29,23)
#16110E
(22,17,14)
#000000
(0,0,0)

Tints of #D48968

#D48968
(212,137,104)
#D79375
(215,147,117)
#DA9D82
(218,157,130)
#DDA78F
(221,167,143)
#E0B19C
(224,177,156)
#E3BBA9
(227,187,169)
#E6C5B6
(230,197,182)
#E9CFC3
(233,207,195)
#ECD9D0
(236,217,208)
#EFE3DD
(239,227,221)
#F2EDEA
(242,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D48968 color. Also use rgb(212,137,104) instead hex code.

Text Font Color

.myTextColor { color: #D48968; }

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

This text font color is #D48968.


Background Color

.myBgColor { background-color: #D48968; }

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

This div background color is #D48968.


Border color

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

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

This div border color is #D48968.


Opacity

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

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

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

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

This text has shadow with #D48968 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D48968 on black background.


Color preview on white background

This text has color #D48968 on white background.



Black color preview on #D48968 background

This text has black color on #D48968 background.


White color preview on #D48968 background

This text has white color on #D48968 background.