COLOR #A35F33

HEX: #A35F33
RGB: (163,95,51)

Color info

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

RGB color model

#A35F33 color RGB value is (163,95,51).

  • red value is 163;
  • green value is 95;
  • blue value is 51.
RGB:
(163,95,51)
(64%,37%,20%)

RGB channels and saturation

R 163 of 255 = 64%
G 95 of 255 = 37%
B 51 of 255 = 20%

163
95
51

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

Portions of RGB colors in percentages

R + G + B =
163 + 95 + 51 = 309 (100%)
R 163 of 309 ~ 52.75%
G 95 of 309 ~ 30.74%
B 51 of 309 ~ 16.5%

%52.75
%30.74
%16.5

CMYK color model

#A35F33 color CMYK value is (0,42,69,36).

  • cyan value is 0.00%
  • magenta value is 41.72%
  • yellow value is 68.71%
  • key color value is 36.08%
CMYK:
(0,42,69,36)
C0M42Y69K36 
(0%,42%,69%,36%)
(0.00/0.42/0.69/0.36)	

CMYK percentages

%0
%41.72
%68.71
%36.08

Codes

Color #A35F33 in popluar color models

A35F33
RGB1639551
HSL24°52.34%41.96%
HSB/HSV24°68.71%63.92%
CMYK0.00%41.72%68.71%
36.08%

Color #A35F33 in popluar number systems.

HEXA35F33
Decimal1639551
Binary101000111011111110011
Octal24313763

Shades and tints

Shades of #A35F33

#A35F33
(163,95,51)
#95572F
(149,87,47)
#874F2B
(135,79,43)
#794727
(121,71,39)
#6B3F23
(107,63,35)
#5D371F
(93,55,31)
#4F2F1B
(79,47,27)
#412717
(65,39,23)
#331F13
(51,31,19)
#25170F
(37,23,15)
#170F0B
(23,15,11)
#000000
(0,0,0)

Tints of #A35F33

#A35F33
(163,95,51)
#AB6D45
(171,109,69)
#B37B57
(179,123,87)
#BB8969
(187,137,105)
#C3977B
(195,151,123)
#CBA58D
(203,165,141)
#D3B39F
(211,179,159)
#DBC1B1
(219,193,177)
#E3CFC3
(227,207,195)
#EBDDD5
(235,221,213)
#F3EBE7
(243,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A35F33 color. Also use rgb(163,95,51) instead hex code.

Text Font Color

.myTextColor { color: #A35F33; }

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

This text font color is #A35F33.


Background Color

.myBgColor { background-color: #A35F33; }

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

This div background color is #A35F33.


Border color

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

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

This div border color is #A35F33.


Opacity

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

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

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

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

This text has shadow with #A35F33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A35F33 on black background.


Color preview on white background

This text has color #A35F33 on white background.



Black color preview on #A35F33 background

This text has black color on #A35F33 background.


White color preview on #A35F33 background

This text has white color on #A35F33 background.