COLOR #A75314

HEX: #A75314
RGB: (167,83,20)

Color info

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

RGB color model

#A75314 color RGB value is (167,83,20).

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

RGB channels and saturation

R 167 of 255 = 65%
G 83 of 255 = 33%
B 20 of 255 = 8%

167
83
20

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

Portions of RGB colors in percentages

R + G + B =
167 + 83 + 20 = 270 (100%)
R 167 of 270 ~ 61.85%
G 83 of 270 ~ 30.74%
B 20 of 270 ~ 7.41%

%61.85
%30.74

CMYK color model

#A75314 color CMYK value is (0,50,88,35).

  • cyan value is 0.00%
  • magenta value is 50.30%
  • yellow value is 88.02%
  • key color value is 34.51%
CMYK:
(0,50,88,35)
C0M50Y88K35 
(0%,50%,88%,35%)
(0.00/0.50/0.88/0.35)	

CMYK percentages

%0
%50.3
%88.02
%34.51

Codes

Color #A75314 in popluar color models

A75314
RGB1678320
HSL26°78.61%36.67%
HSB/HSV26°88.02%65.49%
CMYK0.00%50.30%88.02%
34.51%

Color #A75314 in popluar number systems.

HEXA75314
Decimal1678320
Binary10100111101001110100
Octal24712324

Shades and tints

Shades of #A75314

#A75314
(167,83,20)
#984C13
(152,76,19)
#894512
(137,69,18)
#7A3E11
(122,62,17)
#6B3710
(107,55,16)
#5C300F
(92,48,15)
#4D290E
(77,41,14)
#3E220D
(62,34,13)
#2F1B0C
(47,27,12)
#20140B
(32,20,11)
#110D0A
(17,13,10)
#000000
(0,0,0)

Tints of #A75314

#A75314
(167,83,20)
#AF6229
(175,98,41)
#B7713E
(183,113,62)
#BF8053
(191,128,83)
#C78F68
(199,143,104)
#CF9E7D
(207,158,125)
#D7AD92
(215,173,146)
#DFBCA7
(223,188,167)
#E7CBBC
(231,203,188)
#EFDAD1
(239,218,209)
#F7E9E6
(247,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A75314; }

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

This text font color is #A75314.


Background Color

.myBgColor { background-color: #A75314; }

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

This div background color is #A75314.


Border color

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

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

This div border color is #A75314.


Opacity

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

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

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

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

This text has shadow with #A75314 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A75314 on black background.


Color preview on white background

This text has color #A75314 on white background.



Black color preview on #A75314 background

This text has black color on #A75314 background.


White color preview on #A75314 background

This text has white color on #A75314 background.