COLOR #A3623E

HEX: #A3623E
RGB: (163,98,62)

Color info

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

RGB color model

#A3623E color RGB value is (163,98,62).

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

RGB channels and saturation

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

163
98
62

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

Portions of RGB colors in percentages

R + G + B =
163 + 98 + 62 = 323 (100%)
R 163 of 323 ~ 50.46%
G 98 of 323 ~ 30.34%
B 62 of 323 ~ 19.2%

%50.46
%30.34
%19.2

CMYK color model

#A3623E color CMYK value is (0,40,62,36).

  • cyan value is 0.00%
  • magenta value is 39.88%
  • yellow value is 61.96%
  • key color value is 36.08%
CMYK:
(0,40,62,36)
C0M40Y62K36 
(0%,40%,62%,36%)
(0.00/0.40/0.62/0.36)	

CMYK percentages

%0
%39.88
%61.96
%36.08

Codes

Color #A3623E in popluar color models

A3623E
RGB1639862
HSL21°44.89%44.12%
HSB/HSV21°61.96%63.92%
CMYK0.00%39.88%61.96%
36.08%

Color #A3623E in popluar number systems.

HEXA3623E
Decimal1639862
Binary101000111100010111110
Octal24314276

Shades and tints

Shades of #A3623E

#A3623E
(163,98,62)
#955A39
(149,90,57)
#875234
(135,82,52)
#794A2F
(121,74,47)
#6B422A
(107,66,42)
#5D3A25
(93,58,37)
#4F3220
(79,50,32)
#412A1B
(65,42,27)
#332216
(51,34,22)
#251A11
(37,26,17)
#17120C
(23,18,12)
#000000
(0,0,0)

Tints of #A3623E

#A3623E
(163,98,62)
#AB704F
(171,112,79)
#B37E60
(179,126,96)
#BB8C71
(187,140,113)
#C39A82
(195,154,130)
#CBA893
(203,168,147)
#D3B6A4
(211,182,164)
#DBC4B5
(219,196,181)
#E3D2C6
(227,210,198)
#EBE0D7
(235,224,215)
#F3EEE8
(243,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3623E; }

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

This text font color is #A3623E.


Background Color

.myBgColor { background-color: #A3623E; }

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

This div background color is #A3623E.


Border color

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

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

This div border color is #A3623E.


Opacity

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

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

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

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

This text has shadow with #A3623E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3623E on black background.


Color preview on white background

This text has color #A3623E on white background.



Black color preview on #A3623E background

This text has black color on #A3623E background.


White color preview on #A3623E background

This text has white color on #A3623E background.