COLOR #D4854F

HEX: #D4854F
RGB: (212,133,79)

Color info

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

RGB color model

#D4854F color RGB value is (212,133,79).

  • red value is 212;
  • green value is 133;
  • blue value is 79.
RGB:
(212,133,79)
(83%,52%,31%)

RGB channels and saturation

R 212 of 255 = 83%
G 133 of 255 = 52%
B 79 of 255 = 31%

212
133
79

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

Portions of RGB colors in percentages

R + G + B =
212 + 133 + 79 = 424 (100%)
R 212 of 424 ~ 50%
G 133 of 424 ~ 31.37%
B 79 of 424 ~ 18.63%

%50
%31.37
%18.63

CMYK color model

#D4854F color CMYK value is (0,37,63,17).

  • cyan value is 0.00%
  • magenta value is 37.26%
  • yellow value is 62.74%
  • key color value is 16.86%
CMYK:
(0,37,63,17)
C0M37Y63K17 
(0%,37%,63%,17%)
(0.00/0.37/0.63/0.17)	

CMYK percentages

%0
%37.26
%62.74
%16.86

Codes

Color #D4854F in popluar color models

D4854F
RGB21213379
HSL24°60.73%57.06%
HSB/HSV24°62.74%83.14%
CMYK0.00%37.26%62.74%
16.86%

Color #D4854F in popluar number systems.

HEXD4854F
Decimal21213379
Binary11010100100001011001111
Octal324205117

Shades and tints

Shades of #D4854F

#D4854F
(212,133,79)
#C17948
(193,121,72)
#AE6D41
(174,109,65)
#9B613A
(155,97,58)
#885533
(136,85,51)
#75492C
(117,73,44)
#623D25
(98,61,37)
#4F311E
(79,49,30)
#3C2517
(60,37,23)
#291910
(41,25,16)
#160D09
(22,13,9)
#000000
(0,0,0)

Tints of #D4854F

#D4854F
(212,133,79)
#D7905F
(215,144,95)
#DA9B6F
(218,155,111)
#DDA67F
(221,166,127)
#E0B18F
(224,177,143)
#E3BC9F
(227,188,159)
#E6C7AF
(230,199,175)
#E9D2BF
(233,210,191)
#ECDDCF
(236,221,207)
#EFE8DF
(239,232,223)
#F2F3EF
(242,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4854F color. Also use rgb(212,133,79) instead hex code.

Text Font Color

.myTextColor { color: #D4854F; }

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

This text font color is #D4854F.


Background Color

.myBgColor { background-color: #D4854F; }

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

This div background color is #D4854F.


Border color

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

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

This div border color is #D4854F.


Opacity

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

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

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

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

This text has shadow with #D4854F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4854F on black background.


Color preview on white background

This text has color #D4854F on white background.



Black color preview on #D4854F background

This text has black color on #D4854F background.


White color preview on #D4854F background

This text has white color on #D4854F background.