COLOR #A35B2D

HEX: #A35B2D
RGB: (163,91,45)

Color info

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

RGB color model

#A35B2D color RGB value is (163,91,45).

  • red value is 163;
  • green value is 91;
  • blue value is 45.
RGB:
(163,91,45)
(64%,36%,18%)

RGB channels and saturation

R 163 of 255 = 64%
G 91 of 255 = 36%
B 45 of 255 = 18%

163
91
45

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

Portions of RGB colors in percentages

R + G + B =
163 + 91 + 45 = 299 (100%)
R 163 of 299 ~ 54.52%
G 91 of 299 ~ 30.43%
B 45 of 299 ~ 15.05%

%54.52
%30.43
%15.05

CMYK color model

#A35B2D color CMYK value is (0,44,72,36).

  • cyan value is 0.00%
  • magenta value is 44.17%
  • yellow value is 72.39%
  • key color value is 36.08%
CMYK:
(0,44,72,36)
C0M44Y72K36 
(0%,44%,72%,36%)
(0.00/0.44/0.72/0.36)	

CMYK percentages

%0
%44.17
%72.39
%36.08

Codes

Color #A35B2D in popluar color models

A35B2D
RGB1639145
HSL23°56.73%40.78%
HSB/HSV23°72.39%63.92%
CMYK0.00%44.17%72.39%
36.08%

Color #A35B2D in popluar number systems.

HEXA35B2D
Decimal1639145
Binary101000111011011101101
Octal24313355

Shades and tints

Shades of #A35B2D

#A35B2D
(163,91,45)
#955329
(149,83,41)
#874B25
(135,75,37)
#794321
(121,67,33)
#6B3B1D
(107,59,29)
#5D3319
(93,51,25)
#4F2B15
(79,43,21)
#412311
(65,35,17)
#331B0D
(51,27,13)
#251309
(37,19,9)
#170B05
(23,11,5)
#000000
(0,0,0)

Tints of #A35B2D

#A35B2D
(163,91,45)
#AB6940
(171,105,64)
#B37753
(179,119,83)
#BB8566
(187,133,102)
#C39379
(195,147,121)
#CBA18C
(203,161,140)
#D3AF9F
(211,175,159)
#DBBDB2
(219,189,178)
#E3CBC5
(227,203,197)
#EBD9D8
(235,217,216)
#F3E7EB
(243,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A35B2D color. Also use rgb(163,91,45) instead hex code.

Text Font Color

.myTextColor { color: #A35B2D; }

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

This text font color is #A35B2D.


Background Color

.myBgColor { background-color: #A35B2D; }

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

This div background color is #A35B2D.


Border color

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

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

This div border color is #A35B2D.


Opacity

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

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

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

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

This text has shadow with #A35B2D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A35B2D on black background.


Color preview on white background

This text has color #A35B2D on white background.



Black color preview on #A35B2D background

This text has black color on #A35B2D background.


White color preview on #A35B2D background

This text has white color on #A35B2D background.