COLOR #A36523

HEX: #A36523
RGB: (163,101,35)

Color info

#A36523 contains mainly red color. Web safe color of #A36523 is #996633 (or #963).

RGB color model

#A36523 color RGB value is (163,101,35).

  • red value is 163;
  • green value is 101;
  • blue value is 35.
RGB:
(163,101,35)
(64%,40%,14%)

RGB channels and saturation

R 163 of 255 = 64%
G 101 of 255 = 40%
B 35 of 255 = 14%

163
101
35

R + G + B ~ 39%. #A36523 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
163 + 101 + 35 = 299 (100%)
R 163 of 299 ~ 54.52%
G 101 of 299 ~ 33.78%
B 35 of 299 ~ 11.71%

%54.52
%33.78
%11.71

CMYK color model

#A36523 color CMYK value is (0,38,79,36).

  • cyan value is 0.00%
  • magenta value is 38.04%
  • yellow value is 78.53%
  • key color value is 36.08%
CMYK:
(0,38,79,36)
C0M38Y79K36 
(0%,38%,79%,36%)
(0.00/0.38/0.79/0.36)	

CMYK percentages

%0
%38.04
%78.53
%36.08

Codes

Color #A36523 in popluar color models

A36523
RGB16310135
HSL31°64.65%38.82%
HSB/HSV31°78.53%63.92%
CMYK0.00%38.04%78.53%
36.08%

Color #A36523 in popluar number systems.

HEXA36523
Decimal16310135
Binary101000111100101100011
Octal24314543

Shades and tints

Shades of #A36523

#A36523
(163,101,35)
#955C20
(149,92,32)
#87531D
(135,83,29)
#794A1A
(121,74,26)
#6B4117
(107,65,23)
#5D3814
(93,56,20)
#4F2F11
(79,47,17)
#41260E
(65,38,14)
#331D0B
(51,29,11)
#251408
(37,20,8)
#170B05
(23,11,5)
#000000
(0,0,0)

Tints of #A36523

#A36523
(163,101,35)
#AB7337
(171,115,55)
#B3814B
(179,129,75)
#BB8F5F
(187,143,95)
#C39D73
(195,157,115)
#CBAB87
(203,171,135)
#D3B99B
(211,185,155)
#DBC7AF
(219,199,175)
#E3D5C3
(227,213,195)
#EBE3D7
(235,227,215)
#F3F1EB
(243,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A36523 color. Also use rgb(163,101,35) instead hex code.

Text Font Color

.myTextColor { color: #A36523; }

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

This text font color is #A36523.


Background Color

.myBgColor { background-color: #A36523; }

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

This div background color is #A36523.


Border color

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

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

This div border color is #A36523.


Opacity

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

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

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

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

This text has shadow with #A36523 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A36523 on black background.


Color preview on white background

This text has color #A36523 on white background.



Black color preview on #A36523 background

This text has black color on #A36523 background.


White color preview on #A36523 background

This text has white color on #A36523 background.