COLOR #A35314

HEX: #A35314
RGB: (163,83,20)

Color info

#A35314 contains mainly red color. Web safe color of #A35314 is #996600 (or #960).

RGB color model

#A35314 color RGB value is (163,83,20).

  • red value is 163;
  • green value is 83;
  • blue value is 20.
RGB:
(163,83,20)
(64%,33%,8%)

RGB channels and saturation

R 163 of 255 = 64%
G 83 of 255 = 33%
B 20 of 255 = 8%

163
83
20

R + G + B ~ 35%. #A35314 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
163 + 83 + 20 = 266 (100%)
R 163 of 266 ~ 61.28%
G 83 of 266 ~ 31.2%
B 20 of 266 ~ 7.52%

%61.28
%31.2

CMYK color model

#A35314 color CMYK value is (0,49,88,36).

  • cyan value is 0.00%
  • magenta value is 49.08%
  • yellow value is 87.73%
  • key color value is 36.08%
CMYK:
(0,49,88,36)
C0M49Y88K36 
(0%,49%,88%,36%)
(0.00/0.49/0.88/0.36)	

CMYK percentages

%0
%49.08
%87.73
%36.08

Codes

Color #A35314 in popluar color models

A35314
RGB1638320
HSL26°78.14%35.88%
HSB/HSV26°87.73%63.92%
CMYK0.00%49.08%87.73%
36.08%

Color #A35314 in popluar number systems.

HEXA35314
Decimal1638320
Binary10100011101001110100
Octal24312324

Shades and tints

Shades of #A35314

#A35314
(163,83,20)
#954C13
(149,76,19)
#874512
(135,69,18)
#793E11
(121,62,17)
#6B3710
(107,55,16)
#5D300F
(93,48,15)
#4F290E
(79,41,14)
#41220D
(65,34,13)
#331B0C
(51,27,12)
#25140B
(37,20,11)
#170D0A
(23,13,10)
#000000
(0,0,0)

Tints of #A35314

#A35314
(163,83,20)
#AB6229
(171,98,41)
#B3713E
(179,113,62)
#BB8053
(187,128,83)
#C38F68
(195,143,104)
#CB9E7D
(203,158,125)
#D3AD92
(211,173,146)
#DBBCA7
(219,188,167)
#E3CBBC
(227,203,188)
#EBDAD1
(235,218,209)
#F3E9E6
(243,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A35314 color. Also use rgb(163,83,20) instead hex code.

Text Font Color

.myTextColor { color: #A35314; }

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

This text font color is #A35314.


Background Color

.myBgColor { background-color: #A35314; }

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

This div background color is #A35314.


Border color

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

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

This div border color is #A35314.


Opacity

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

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

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

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

This text has shadow with #A35314 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A35314 on black background.


Color preview on white background

This text has color #A35314 on white background.



Black color preview on #A35314 background

This text has black color on #A35314 background.


White color preview on #A35314 background

This text has white color on #A35314 background.