COLOR #D4823F

HEX: #D4823F
RGB: (212,130,63)

Color info

#D4823F contains mainly red color. Web safe color of #D4823F is #CC9933 (or #C93).

RGB color model

#D4823F color RGB value is (212,130,63).

  • red value is 212;
  • green value is 130;
  • blue value is 63.
RGB:
(212,130,63)
(83%,51%,25%)

RGB channels and saturation

R 212 of 255 = 83%
G 130 of 255 = 51%
B 63 of 255 = 25%

212
130
63

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

Portions of RGB colors in percentages

R + G + B =
212 + 130 + 63 = 405 (100%)
R 212 of 405 ~ 52.35%
G 130 of 405 ~ 32.1%
B 63 of 405 ~ 15.56%

%52.35
%32.1
%15.56

CMYK color model

#D4823F color CMYK value is (0,39,70,17).

  • cyan value is 0.00%
  • magenta value is 38.68%
  • yellow value is 70.28%
  • key color value is 16.86%
CMYK:
(0,39,70,17)
C0M39Y70K17 
(0%,39%,70%,17%)
(0.00/0.39/0.70/0.17)	

CMYK percentages

%0
%38.68
%70.28
%16.86

Codes

Color #D4823F in popluar color models

D4823F
RGB21213063
HSL27°63.40%53.92%
HSB/HSV27°70.28%83.14%
CMYK0.00%38.68%70.28%
16.86%

Color #D4823F in popluar number systems.

HEXD4823F
Decimal21213063
Binary1101010010000010111111
Octal32420277

Shades and tints

Shades of #D4823F

#D4823F
(212,130,63)
#C1773A
(193,119,58)
#AE6C35
(174,108,53)
#9B6130
(155,97,48)
#88562B
(136,86,43)
#754B26
(117,75,38)
#624021
(98,64,33)
#4F351C
(79,53,28)
#3C2A17
(60,42,23)
#291F12
(41,31,18)
#16140D
(22,20,13)
#000000
(0,0,0)

Tints of #D4823F

#D4823F
(212,130,63)
#D78D50
(215,141,80)
#DA9861
(218,152,97)
#DDA372
(221,163,114)
#E0AE83
(224,174,131)
#E3B994
(227,185,148)
#E6C4A5
(230,196,165)
#E9CFB6
(233,207,182)
#ECDAC7
(236,218,199)
#EFE5D8
(239,229,216)
#F2F0E9
(242,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4823F color. Also use rgb(212,130,63) instead hex code.

Text Font Color

.myTextColor { color: #D4823F; }

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

This text font color is #D4823F.


Background Color

.myBgColor { background-color: #D4823F; }

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

This div background color is #D4823F.


Border color

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

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

This div border color is #D4823F.


Opacity

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

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

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

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

This text has shadow with #D4823F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4823F on black background.


Color preview on white background

This text has color #D4823F on white background.



Black color preview on #D4823F background

This text has black color on #D4823F background.


White color preview on #D4823F background

This text has white color on #D4823F background.