COLOR #A63518

HEX: #A63518
RGB: (166,53,24)

Color info

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

RGB color model

#A63518 color RGB value is (166,53,24).

  • red value is 166;
  • green value is 53;
  • blue value is 24.
RGB:
(166,53,24)
(65%,21%,9%)

RGB channels and saturation

R 166 of 255 = 65%
G 53 of 255 = 21%
B 24 of 255 = 9%

166
53
24

R + G + B ~ 32%. #A63518 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
166 + 53 + 24 = 243 (100%)
R 166 of 243 ~ 68.31%
G 53 of 243 ~ 21.81%
B 24 of 243 ~ 9.88%

%68.31
%21.81
%9.88

CMYK color model

#A63518 color CMYK value is (0,68,86,35).

  • cyan value is 0.00%
  • magenta value is 68.07%
  • yellow value is 85.54%
  • key color value is 34.90%
CMYK:
(0,68,86,35)
C0M68Y86K35 
(0%,68%,86%,35%)
(0.00/0.68/0.86/0.35)	

CMYK percentages

%0
%68.07
%85.54
%34.9

Codes

Color #A63518 in popluar color models

A63518
RGB1665324
HSL12°74.74%37.25%
HSB/HSV12°85.54%65.10%
CMYK0.00%68.07%85.54%
34.90%

Color #A63518 in popluar number systems.

HEXA63518
Decimal1665324
Binary1010011011010111000
Octal2466530

Shades and tints

Shades of #A63518

#A63518
(166,53,24)
#973116
(151,49,22)
#882D14
(136,45,20)
#792912
(121,41,18)
#6A2510
(106,37,16)
#5B210E
(91,33,14)
#4C1D0C
(76,29,12)
#3D190A
(61,25,10)
#2E1508
(46,21,8)
#1F1106
(31,17,6)
#100D04
(16,13,4)
#000000
(0,0,0)

Tints of #A63518

#A63518
(166,53,24)
#AE472D
(174,71,45)
#B65942
(182,89,66)
#BE6B57
(190,107,87)
#C67D6C
(198,125,108)
#CE8F81
(206,143,129)
#D6A196
(214,161,150)
#DEB3AB
(222,179,171)
#E6C5C0
(230,197,192)
#EED7D5
(238,215,213)
#F6E9EA
(246,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A63518 color. Also use rgb(166,53,24) instead hex code.

Text Font Color

.myTextColor { color: #A63518; }

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

This text font color is #A63518.


Background Color

.myBgColor { background-color: #A63518; }

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

This div background color is #A63518.


Border color

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

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

This div border color is #A63518.


Opacity

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

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

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

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

This text has shadow with #A63518 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A63518 on black background.


Color preview on white background

This text has color #A63518 on white background.



Black color preview on #A63518 background

This text has black color on #A63518 background.


White color preview on #A63518 background

This text has white color on #A63518 background.