COLOR #A3723E

HEX: #A3723E
RGB: (163,114,62)

Color info

#A3723E contains mainly red and green colors. Web safe color of #A3723E is #996633 (or #963).

RGB color model

#A3723E color RGB value is (163,114,62).

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

RGB channels and saturation

R 163 of 255 = 64%
G 114 of 255 = 45%
B 62 of 255 = 24%

163
114
62

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

Portions of RGB colors in percentages

R + G + B =
163 + 114 + 62 = 339 (100%)
R 163 of 339 ~ 48.08%
G 114 of 339 ~ 33.63%
B 62 of 339 ~ 18.29%

%48.08
%33.63
%18.29

CMYK color model

#A3723E color CMYK value is (0,30,62,36).

  • cyan value is 0.00%
  • magenta value is 30.06%
  • yellow value is 61.96%
  • key color value is 36.08%
CMYK:
(0,30,62,36)
C0M30Y62K36 
(0%,30%,62%,36%)
(0.00/0.30/0.62/0.36)	

CMYK percentages

%0
%30.06
%61.96
%36.08

Codes

Color #A3723E in popluar color models

A3723E
RGB16311462
HSL31°44.89%44.12%
HSB/HSV31°61.96%63.92%
CMYK0.00%30.06%61.96%
36.08%

Color #A3723E in popluar number systems.

HEXA3723E
Decimal16311462
Binary101000111110010111110
Octal24316276

Shades and tints

Shades of #A3723E

#A3723E
(163,114,62)
#956839
(149,104,57)
#875E34
(135,94,52)
#79542F
(121,84,47)
#6B4A2A
(107,74,42)
#5D4025
(93,64,37)
#4F3620
(79,54,32)
#412C1B
(65,44,27)
#332216
(51,34,22)
#251811
(37,24,17)
#170E0C
(23,14,12)
#000000
(0,0,0)

Tints of #A3723E

#A3723E
(163,114,62)
#AB7E4F
(171,126,79)
#B38A60
(179,138,96)
#BB9671
(187,150,113)
#C3A282
(195,162,130)
#CBAE93
(203,174,147)
#D3BAA4
(211,186,164)
#DBC6B5
(219,198,181)
#E3D2C6
(227,210,198)
#EBDED7
(235,222,215)
#F3EAE8
(243,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3723E; }

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

This text font color is #A3723E.


Background Color

.myBgColor { background-color: #A3723E; }

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

This div background color is #A3723E.


Border color

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

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

This div border color is #A3723E.


Opacity

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

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

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

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

This text has shadow with #A3723E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3723E on black background.


Color preview on white background

This text has color #A3723E on white background.



Black color preview on #A3723E background

This text has black color on #A3723E background.


White color preview on #A3723E background

This text has white color on #A3723E background.