COLOR #A3642C

HEX: #A3642C
RGB: (163,100,44)

Color info

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

RGB color model

#A3642C color RGB value is (163,100,44).

  • red value is 163;
  • green value is 100;
  • blue value is 44.
RGB:
(163,100,44)
(64%,39%,17%)

RGB channels and saturation

R 163 of 255 = 64%
G 100 of 255 = 39%
B 44 of 255 = 17%

163
100
44

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

Portions of RGB colors in percentages

R + G + B =
163 + 100 + 44 = 307 (100%)
R 163 of 307 ~ 53.09%
G 100 of 307 ~ 32.57%
B 44 of 307 ~ 14.33%

%53.09
%32.57
%14.33

CMYK color model

#A3642C color CMYK value is (0,39,73,36).

  • cyan value is 0.00%
  • magenta value is 38.65%
  • yellow value is 73.01%
  • key color value is 36.08%
CMYK:
(0,39,73,36)
C0M39Y73K36 
(0%,39%,73%,36%)
(0.00/0.39/0.73/0.36)	

CMYK percentages

%0
%38.65
%73.01
%36.08

Codes

Color #A3642C in popluar color models

A3642C
RGB16310044
HSL28°57.49%40.59%
HSB/HSV28°73.01%63.92%
CMYK0.00%38.65%73.01%
36.08%

Color #A3642C in popluar number systems.

HEXA3642C
Decimal16310044
Binary101000111100100101100
Octal24314454

Shades and tints

Shades of #A3642C

#A3642C
(163,100,44)
#955B28
(149,91,40)
#875224
(135,82,36)
#794920
(121,73,32)
#6B401C
(107,64,28)
#5D3718
(93,55,24)
#4F2E14
(79,46,20)
#412510
(65,37,16)
#331C0C
(51,28,12)
#251308
(37,19,8)
#170A04
(23,10,4)
#000000
(0,0,0)

Tints of #A3642C

#A3642C
(163,100,44)
#AB723F
(171,114,63)
#B38052
(179,128,82)
#BB8E65
(187,142,101)
#C39C78
(195,156,120)
#CBAA8B
(203,170,139)
#D3B89E
(211,184,158)
#DBC6B1
(219,198,177)
#E3D4C4
(227,212,196)
#EBE2D7
(235,226,215)
#F3F0EA
(243,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3642C color. Also use rgb(163,100,44) instead hex code.

Text Font Color

.myTextColor { color: #A3642C; }

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

This text font color is #A3642C.


Background Color

.myBgColor { background-color: #A3642C; }

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

This div background color is #A3642C.


Border color

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

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

This div border color is #A3642C.


Opacity

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

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

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

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

This text has shadow with #A3642C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3642C on black background.


Color preview on white background

This text has color #A3642C on white background.



Black color preview on #A3642C background

This text has black color on #A3642C background.


White color preview on #A3642C background

This text has white color on #A3642C background.