COLOR #A83E17

HEX: #A83E17
RGB: (168,62,23)

Color info

#A83E17 contains mainly red color. Web safe color of #A83E17 is #993300 (or #930).

RGB color model

#A83E17 color RGB value is (168,62,23).

  • red value is 168;
  • green value is 62;
  • blue value is 23.
RGB:
(168,62,23)
(66%,24%,9%)

RGB channels and saturation

R 168 of 255 = 66%
G 62 of 255 = 24%
B 23 of 255 = 9%

168
62
23

R + G + B ~ 33%. #A83E17 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
168 + 62 + 23 = 253 (100%)
R 168 of 253 ~ 66.4%
G 62 of 253 ~ 24.51%
B 23 of 253 ~ 9.09%

%66.4
%24.51

CMYK color model

#A83E17 color CMYK value is (0,63,86,34).

  • cyan value is 0.00%
  • magenta value is 63.10%
  • yellow value is 86.31%
  • key color value is 34.12%
CMYK:
(0,63,86,34)
C0M63Y86K34 
(0%,63%,86%,34%)
(0.00/0.63/0.86/0.34)	

CMYK percentages

%0
%63.1
%86.31
%34.12

Codes

Color #A83E17 in popluar color models

A83E17
RGB1686223
HSL16°75.92%37.45%
HSB/HSV16°86.31%65.88%
CMYK0.00%63.10%86.31%
34.12%

Color #A83E17 in popluar number systems.

HEXA83E17
Decimal1686223
Binary1010100011111010111
Octal2507627

Shades and tints

Shades of #A83E17

#A83E17
(168,62,23)
#993915
(153,57,21)
#8A3413
(138,52,19)
#7B2F11
(123,47,17)
#6C2A0F
(108,42,15)
#5D250D
(93,37,13)
#4E200B
(78,32,11)
#3F1B09
(63,27,9)
#301607
(48,22,7)
#211105
(33,17,5)
#120C03
(18,12,3)
#000000
(0,0,0)

Tints of #A83E17

#A83E17
(168,62,23)
#AF4F2C
(175,79,44)
#B66041
(182,96,65)
#BD7156
(189,113,86)
#C4826B
(196,130,107)
#CB9380
(203,147,128)
#D2A495
(210,164,149)
#D9B5AA
(217,181,170)
#E0C6BF
(224,198,191)
#E7D7D4
(231,215,212)
#EEE8E9
(238,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A83E17 color. Also use rgb(168,62,23) instead hex code.

Text Font Color

.myTextColor { color: #A83E17; }

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

This text font color is #A83E17.


Background Color

.myBgColor { background-color: #A83E17; }

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

This div background color is #A83E17.


Border color

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

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

This div border color is #A83E17.


Opacity

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

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

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

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

This text has shadow with #A83E17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A83E17 on black background.


Color preview on white background

This text has color #A83E17 on white background.



Black color preview on #A83E17 background

This text has black color on #A83E17 background.


White color preview on #A83E17 background

This text has white color on #A83E17 background.