COLOR #A36B07

HEX: #A36B07
RGB: (163,107,7)

Color info

#A36B07 contains mainly red and green colors. Web safe color of #A36B07 is #996600 (or #960).

RGB color model

#A36B07 color RGB value is (163,107,7).

  • red value is 163;
  • green value is 107;
  • blue value is 7.
RGB:
(163,107,7)
(64%,42%,3%)

RGB channels and saturation

R 163 of 255 = 64%
G 107 of 255 = 42%
B 7 of 255 = 3%

163
107
7

R + G + B ~ 36%. #A36B07 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
163 + 107 + 7 = 277 (100%)
R 163 of 277 ~ 58.84%
G 107 of 277 ~ 38.63%
B 7 of 277 ~ 2.53%

%58.84
%38.63

CMYK color model

#A36B07 color CMYK value is (0,34,96,36).

  • cyan value is 0.00%
  • magenta value is 34.36%
  • yellow value is 95.71%
  • key color value is 36.08%
CMYK:
(0,34,96,36)
C0M34Y96K36 
(0%,34%,96%,36%)
(0.00/0.34/0.96/0.36)	

CMYK percentages

%0
%34.36
%95.71
%36.08

Codes

Color #A36B07 in popluar color models

A36B07
RGB1631077
HSL38°91.76%33.33%
HSB/HSV38°95.71%63.92%
CMYK0.00%34.36%95.71%
36.08%

Color #A36B07 in popluar number systems.

HEXA36B07
Decimal1631077
Binary101000111101011111
Octal2431537

Shades and tints

Shades of #A36B07

#A36B07
(163,107,7)
#956207
(149,98,7)
#875907
(135,89,7)
#795007
(121,80,7)
#6B4707
(107,71,7)
#5D3E07
(93,62,7)
#4F3507
(79,53,7)
#412C07
(65,44,7)
#332307
(51,35,7)
#251A07
(37,26,7)
#171107
(23,17,7)
#000000
(0,0,0)

Tints of #A36B07

#A36B07
(163,107,7)
#AB781D
(171,120,29)
#B38533
(179,133,51)
#BB9249
(187,146,73)
#C39F5F
(195,159,95)
#CBAC75
(203,172,117)
#D3B98B
(211,185,139)
#DBC6A1
(219,198,161)
#E3D3B7
(227,211,183)
#EBE0CD
(235,224,205)
#F3EDE3
(243,237,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A36B07 color. Also use rgb(163,107,7) instead hex code.

Text Font Color

.myTextColor { color: #A36B07; }

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

This text font color is #A36B07.


Background Color

.myBgColor { background-color: #A36B07; }

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

This div background color is #A36B07.


Border color

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

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

This div border color is #A36B07.


Opacity

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

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

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

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

This text has shadow with #A36B07 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A36B07 on black background.


Color preview on white background

This text has color #A36B07 on white background.



Black color preview on #A36B07 background

This text has black color on #A36B07 background.


White color preview on #A36B07 background

This text has white color on #A36B07 background.