COLOR #A36C35

HEX: #A36C35
RGB: (163,108,53)

Color info

#A36C35 contains mainly red and green colors. Web safe color of #A36C35 is #996633 (or #963).

RGB color model

#A36C35 color RGB value is (163,108,53).

  • red value is 163;
  • green value is 108;
  • blue value is 53.
RGB:
(163,108,53)
(64%,42%,21%)

RGB channels and saturation

R 163 of 255 = 64%
G 108 of 255 = 42%
B 53 of 255 = 21%

163
108
53

R + G + B ~ 42%. #A36C35 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
163 + 108 + 53 = 324 (100%)
R 163 of 324 ~ 50.31%
G 108 of 324 ~ 33.33%
B 53 of 324 ~ 16.36%

%50.31
%33.33
%16.36

CMYK color model

#A36C35 color CMYK value is (0,34,67,36).

  • cyan value is 0.00%
  • magenta value is 33.74%
  • yellow value is 67.48%
  • key color value is 36.08%
CMYK:
(0,34,67,36)
C0M34Y67K36 
(0%,34%,67%,36%)
(0.00/0.34/0.67/0.36)	

CMYK percentages

%0
%33.74
%67.48
%36.08

Codes

Color #A36C35 in popluar color models

A36C35
RGB16310853
HSL30°50.93%42.35%
HSB/HSV30°67.48%63.92%
CMYK0.00%33.74%67.48%
36.08%

Color #A36C35 in popluar number systems.

HEXA36C35
Decimal16310853
Binary101000111101100110101
Octal24315465

Shades and tints

Shades of #A36C35

#A36C35
(163,108,53)
#956331
(149,99,49)
#875A2D
(135,90,45)
#795129
(121,81,41)
#6B4825
(107,72,37)
#5D3F21
(93,63,33)
#4F361D
(79,54,29)
#412D19
(65,45,25)
#332415
(51,36,21)
#251B11
(37,27,17)
#17120D
(23,18,13)
#000000
(0,0,0)

Tints of #A36C35

#A36C35
(163,108,53)
#AB7947
(171,121,71)
#B38659
(179,134,89)
#BB936B
(187,147,107)
#C3A07D
(195,160,125)
#CBAD8F
(203,173,143)
#D3BAA1
(211,186,161)
#DBC7B3
(219,199,179)
#E3D4C5
(227,212,197)
#EBE1D7
(235,225,215)
#F3EEE9
(243,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A36C35 color. Also use rgb(163,108,53) instead hex code.

Text Font Color

.myTextColor { color: #A36C35; }

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

This text font color is #A36C35.


Background Color

.myBgColor { background-color: #A36C35; }

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

This div background color is #A36C35.


Border color

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

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

This div border color is #A36C35.


Opacity

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

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

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

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

This text has shadow with #A36C35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A36C35 on black background.


Color preview on white background

This text has color #A36C35 on white background.



Black color preview on #A36C35 background

This text has black color on #A36C35 background.


White color preview on #A36C35 background

This text has white color on #A36C35 background.