COLOR #A35D2D

HEX: #A35D2D
RGB: (163,93,45)

Color info

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

RGB color model

#A35D2D color RGB value is (163,93,45).

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

RGB channels and saturation

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

163
93
45

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

Portions of RGB colors in percentages

R + G + B =
163 + 93 + 45 = 301 (100%)
R 163 of 301 ~ 54.15%
G 93 of 301 ~ 30.9%
B 45 of 301 ~ 14.95%

%54.15
%30.9
%14.95

CMYK color model

#A35D2D color CMYK value is (0,43,72,36).

  • cyan value is 0.00%
  • magenta value is 42.94%
  • yellow value is 72.39%
  • key color value is 36.08%
CMYK:
(0,43,72,36)
C0M43Y72K36 
(0%,43%,72%,36%)
(0.00/0.43/0.72/0.36)	

CMYK percentages

%0
%42.94
%72.39
%36.08

Codes

Color #A35D2D in popluar color models

A35D2D
RGB1639345
HSL24°56.73%40.78%
HSB/HSV24°72.39%63.92%
CMYK0.00%42.94%72.39%
36.08%

Color #A35D2D in popluar number systems.

HEXA35D2D
Decimal1639345
Binary101000111011101101101
Octal24313555

Shades and tints

Shades of #A35D2D

#A35D2D
(163,93,45)
#955529
(149,85,41)
#874D25
(135,77,37)
#794521
(121,69,33)
#6B3D1D
(107,61,29)
#5D3519
(93,53,25)
#4F2D15
(79,45,21)
#412511
(65,37,17)
#331D0D
(51,29,13)
#251509
(37,21,9)
#170D05
(23,13,5)
#000000
(0,0,0)

Tints of #A35D2D

#A35D2D
(163,93,45)
#AB6B40
(171,107,64)
#B37953
(179,121,83)
#BB8766
(187,135,102)
#C39579
(195,149,121)
#CBA38C
(203,163,140)
#D3B19F
(211,177,159)
#DBBFB2
(219,191,178)
#E3CDC5
(227,205,197)
#EBDBD8
(235,219,216)
#F3E9EB
(243,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A35D2D; }

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

This text font color is #A35D2D.


Background Color

.myBgColor { background-color: #A35D2D; }

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

This div background color is #A35D2D.


Border color

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

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

This div border color is #A35D2D.


Opacity

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

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

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

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

This text has shadow with #A35D2D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A35D2D on black background.


Color preview on white background

This text has color #A35D2D on white background.



Black color preview on #A35D2D background

This text has black color on #A35D2D background.


White color preview on #A35D2D background

This text has white color on #A35D2D background.