COLOR #D46622

HEX: #D46622
RGB: (212,102,34)

Color info

#D46622 contains mainly red color. Web safe color of #D46622 is #CC6633 (or #C63).

RGB color model

#D46622 color RGB value is (212,102,34).

  • red value is 212;
  • green value is 102;
  • blue value is 34.
RGB:
(212,102,34)
(83%,40%,13%)

RGB channels and saturation

R 212 of 255 = 83%
G 102 of 255 = 40%
B 34 of 255 = 13%

212
102
34

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

Portions of RGB colors in percentages

R + G + B =
212 + 102 + 34 = 348 (100%)
R 212 of 348 ~ 60.92%
G 102 of 348 ~ 29.31%
B 34 of 348 ~ 9.77%

%60.92
%29.31
%9.77

CMYK color model

#D46622 color CMYK value is (0,52,84,17).

  • cyan value is 0.00%
  • magenta value is 51.89%
  • yellow value is 83.96%
  • key color value is 16.86%
CMYK:
(0,52,84,17)
C0M52Y84K17 
(0%,52%,84%,17%)
(0.00/0.52/0.84/0.17)	

CMYK percentages

%0
%51.89
%83.96
%16.86

Codes

Color #D46622 in popluar color models

D46622
RGB21210234
HSL23°72.36%48.24%
HSB/HSV23°83.96%83.14%
CMYK0.00%51.89%83.96%
16.86%

Color #D46622 in popluar number systems.

HEXD46622
Decimal21210234
Binary110101001100110100010
Octal32414642

Shades and tints

Shades of #D46622

#D46622
(212,102,34)
#C15D1F
(193,93,31)
#AE541C
(174,84,28)
#9B4B19
(155,75,25)
#884216
(136,66,22)
#753913
(117,57,19)
#623010
(98,48,16)
#4F270D
(79,39,13)
#3C1E0A
(60,30,10)
#291507
(41,21,7)
#160C04
(22,12,4)
#000000
(0,0,0)

Tints of #D46622

#D46622
(212,102,34)
#D77336
(215,115,54)
#DA804A
(218,128,74)
#DD8D5E
(221,141,94)
#E09A72
(224,154,114)
#E3A786
(227,167,134)
#E6B49A
(230,180,154)
#E9C1AE
(233,193,174)
#ECCEC2
(236,206,194)
#EFDBD6
(239,219,214)
#F2E8EA
(242,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D46622 color. Also use rgb(212,102,34) instead hex code.

Text Font Color

.myTextColor { color: #D46622; }

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

This text font color is #D46622.


Background Color

.myBgColor { background-color: #D46622; }

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

This div background color is #D46622.


Border color

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

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

This div border color is #D46622.


Opacity

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

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

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

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

This text has shadow with #D46622 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D46622 on black background.


Color preview on white background

This text has color #D46622 on white background.



Black color preview on #D46622 background

This text has black color on #D46622 background.


White color preview on #D46622 background

This text has white color on #D46622 background.