COLOR #A35334

HEX: #A35334
RGB: (163,83,52)

Color info

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

RGB color model

#A35334 color RGB value is (163,83,52).

  • red value is 163;
  • green value is 83;
  • blue value is 52.
RGB:
(163,83,52)
(64%,33%,20%)

RGB channels and saturation

R 163 of 255 = 64%
G 83 of 255 = 33%
B 52 of 255 = 20%

163
83
52

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

Portions of RGB colors in percentages

R + G + B =
163 + 83 + 52 = 298 (100%)
R 163 of 298 ~ 54.7%
G 83 of 298 ~ 27.85%
B 52 of 298 ~ 17.45%

%54.7
%27.85
%17.45

CMYK color model

#A35334 color CMYK value is (0,49,68,36).

  • cyan value is 0.00%
  • magenta value is 49.08%
  • yellow value is 68.10%
  • key color value is 36.08%
CMYK:
(0,49,68,36)
C0M49Y68K36 
(0%,49%,68%,36%)
(0.00/0.49/0.68/0.36)	

CMYK percentages

%0
%49.08
%68.1
%36.08

Codes

Color #A35334 in popluar color models

A35334
RGB1638352
HSL17°51.63%42.16%
HSB/HSV17°68.10%63.92%
CMYK0.00%49.08%68.10%
36.08%

Color #A35334 in popluar number systems.

HEXA35334
Decimal1638352
Binary101000111010011110100
Octal24312364

Shades and tints

Shades of #A35334

#A35334
(163,83,52)
#954C30
(149,76,48)
#87452C
(135,69,44)
#793E28
(121,62,40)
#6B3724
(107,55,36)
#5D3020
(93,48,32)
#4F291C
(79,41,28)
#412218
(65,34,24)
#331B14
(51,27,20)
#251410
(37,20,16)
#170D0C
(23,13,12)
#000000
(0,0,0)

Tints of #A35334

#A35334
(163,83,52)
#AB6246
(171,98,70)
#B37158
(179,113,88)
#BB806A
(187,128,106)
#C38F7C
(195,143,124)
#CB9E8E
(203,158,142)
#D3ADA0
(211,173,160)
#DBBCB2
(219,188,178)
#E3CBC4
(227,203,196)
#EBDAD6
(235,218,214)
#F3E9E8
(243,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A35334 color. Also use rgb(163,83,52) instead hex code.

Text Font Color

.myTextColor { color: #A35334; }

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

This text font color is #A35334.


Background Color

.myBgColor { background-color: #A35334; }

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

This div background color is #A35334.


Border color

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

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

This div border color is #A35334.


Opacity

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

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

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

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

This text has shadow with #A35334 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A35334 on black background.


Color preview on white background

This text has color #A35334 on white background.



Black color preview on #A35334 background

This text has black color on #A35334 background.


White color preview on #A35334 background

This text has white color on #A35334 background.