COLOR #A3623C

HEX: #A3623C
RGB: (163,98,60)

Color info

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

RGB color model

#A3623C color RGB value is (163,98,60).

  • red value is 163;
  • green value is 98;
  • blue value is 60.
RGB:
(163,98,60)
(64%,38%,24%)

RGB channels and saturation

R 163 of 255 = 64%
G 98 of 255 = 38%
B 60 of 255 = 24%

163
98
60

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

Portions of RGB colors in percentages

R + G + B =
163 + 98 + 60 = 321 (100%)
R 163 of 321 ~ 50.78%
G 98 of 321 ~ 30.53%
B 60 of 321 ~ 18.69%

%50.78
%30.53
%18.69

CMYK color model

#A3623C color CMYK value is (0,40,63,36).

  • cyan value is 0.00%
  • magenta value is 39.88%
  • yellow value is 63.19%
  • key color value is 36.08%
CMYK:
(0,40,63,36)
C0M40Y63K36 
(0%,40%,63%,36%)
(0.00/0.40/0.63/0.36)	

CMYK percentages

%0
%39.88
%63.19
%36.08

Codes

Color #A3623C in popluar color models

A3623C
RGB1639860
HSL22°46.19%43.73%
HSB/HSV22°63.19%63.92%
CMYK0.00%39.88%63.19%
36.08%

Color #A3623C in popluar number systems.

HEXA3623C
Decimal1639860
Binary101000111100010111100
Octal24314274

Shades and tints

Shades of #A3623C

#A3623C
(163,98,60)
#955A37
(149,90,55)
#875232
(135,82,50)
#794A2D
(121,74,45)
#6B4228
(107,66,40)
#5D3A23
(93,58,35)
#4F321E
(79,50,30)
#412A19
(65,42,25)
#332214
(51,34,20)
#251A0F
(37,26,15)
#17120A
(23,18,10)
#000000
(0,0,0)

Tints of #A3623C

#A3623C
(163,98,60)
#AB704D
(171,112,77)
#B37E5E
(179,126,94)
#BB8C6F
(187,140,111)
#C39A80
(195,154,128)
#CBA891
(203,168,145)
#D3B6A2
(211,182,162)
#DBC4B3
(219,196,179)
#E3D2C4
(227,210,196)
#EBE0D5
(235,224,213)
#F3EEE6
(243,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3623C color. Also use rgb(163,98,60) instead hex code.

Text Font Color

.myTextColor { color: #A3623C; }

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

This text font color is #A3623C.


Background Color

.myBgColor { background-color: #A3623C; }

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

This div background color is #A3623C.


Border color

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

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

This div border color is #A3623C.


Opacity

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

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

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

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

This text has shadow with #A3623C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3623C on black background.


Color preview on white background

This text has color #A3623C on white background.



Black color preview on #A3623C background

This text has black color on #A3623C background.


White color preview on #A3623C background

This text has white color on #A3623C background.