COLOR #D48F62

HEX: #D48F62
RGB: (212,143,98)

Color info

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

RGB color model

#D48F62 color RGB value is (212,143,98).

  • red value is 212;
  • green value is 143;
  • blue value is 98.
RGB:
(212,143,98)
(83%,56%,38%)

RGB channels and saturation

R 212 of 255 = 83%
G 143 of 255 = 56%
B 98 of 255 = 38%

212
143
98

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

Portions of RGB colors in percentages

R + G + B =
212 + 143 + 98 = 453 (100%)
R 212 of 453 ~ 46.8%
G 143 of 453 ~ 31.57%
B 98 of 453 ~ 21.63%

%46.8
%31.57
%21.63

CMYK color model

#D48F62 color CMYK value is (0,33,54,17).

  • cyan value is 0.00%
  • magenta value is 32.55%
  • yellow value is 53.77%
  • key color value is 16.86%
CMYK:
(0,33,54,17)
C0M33Y54K17 
(0%,33%,54%,17%)
(0.00/0.33/0.54/0.17)	

CMYK percentages

%0
%32.55
%53.77
%16.86

Codes

Color #D48F62 in popluar color models

D48F62
RGB21214398
HSL24°57.00%60.78%
HSB/HSV24°53.77%83.14%
CMYK0.00%32.55%53.77%
16.86%

Color #D48F62 in popluar number systems.

HEXD48F62
Decimal21214398
Binary11010100100011111100010
Octal324217142

Shades and tints

Shades of #D48F62

#D48F62
(212,143,98)
#C1825A
(193,130,90)
#AE7552
(174,117,82)
#9B684A
(155,104,74)
#885B42
(136,91,66)
#754E3A
(117,78,58)
#624132
(98,65,50)
#4F342A
(79,52,42)
#3C2722
(60,39,34)
#291A1A
(41,26,26)
#160D12
(22,13,18)
#000000
(0,0,0)

Tints of #D48F62

#D48F62
(212,143,98)
#D79970
(215,153,112)
#DAA37E
(218,163,126)
#DDAD8C
(221,173,140)
#E0B79A
(224,183,154)
#E3C1A8
(227,193,168)
#E6CBB6
(230,203,182)
#E9D5C4
(233,213,196)
#ECDFD2
(236,223,210)
#EFE9E0
(239,233,224)
#F2F3EE
(242,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D48F62 color. Also use rgb(212,143,98) instead hex code.

Text Font Color

.myTextColor { color: #D48F62; }

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

This text font color is #D48F62.


Background Color

.myBgColor { background-color: #D48F62; }

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

This div background color is #D48F62.


Border color

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

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

This div border color is #D48F62.


Opacity

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

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

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

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

This text has shadow with #D48F62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D48F62 on black background.


Color preview on white background

This text has color #D48F62 on white background.



Black color preview on #D48F62 background

This text has black color on #D48F62 background.


White color preview on #D48F62 background

This text has white color on #D48F62 background.