COLOR #A3745A

HEX: #A3745A
RGB: (163,116,90)

Color info

#A3745A contains mainly red and green colors. Web safe color of #A3745A is #996666 (or #966).

RGB color model

#A3745A color RGB value is (163,116,90).

  • red value is 163;
  • green value is 116;
  • blue value is 90.
RGB:
(163,116,90)
(64%,45%,35%)

RGB channels and saturation

R 163 of 255 = 64%
G 116 of 255 = 45%
B 90 of 255 = 35%

163
116
90

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

Portions of RGB colors in percentages

R + G + B =
163 + 116 + 90 = 369 (100%)
R 163 of 369 ~ 44.17%
G 116 of 369 ~ 31.44%
B 90 of 369 ~ 24.39%

%44.17
%31.44
%24.39

CMYK color model

#A3745A color CMYK value is (0,29,45,36).

  • cyan value is 0.00%
  • magenta value is 28.83%
  • yellow value is 44.79%
  • key color value is 36.08%
CMYK:
(0,29,45,36)
C0M29Y45K36 
(0%,29%,45%,36%)
(0.00/0.29/0.45/0.36)	

CMYK percentages

%0
%28.83
%44.79
%36.08

Codes

Color #A3745A in popluar color models

A3745A
RGB16311690
HSL21°28.85%49.61%
HSB/HSV21°44.79%63.92%
CMYK0.00%28.83%44.79%
36.08%

Color #A3745A in popluar number systems.

HEXA3745A
Decimal16311690
Binary1010001111101001011010
Octal243164132

Shades and tints

Shades of #A3745A

#A3745A
(163,116,90)
#956A52
(149,106,82)
#87604A
(135,96,74)
#795642
(121,86,66)
#6B4C3A
(107,76,58)
#5D4232
(93,66,50)
#4F382A
(79,56,42)
#412E22
(65,46,34)
#33241A
(51,36,26)
#251A12
(37,26,18)
#17100A
(23,16,10)
#000000
(0,0,0)

Tints of #A3745A

#A3745A
(163,116,90)
#AB8069
(171,128,105)
#B38C78
(179,140,120)
#BB9887
(187,152,135)
#C3A496
(195,164,150)
#CBB0A5
(203,176,165)
#D3BCB4
(211,188,180)
#DBC8C3
(219,200,195)
#E3D4D2
(227,212,210)
#EBE0E1
(235,224,225)
#F3ECF0
(243,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3745A color. Also use rgb(163,116,90) instead hex code.

Text Font Color

.myTextColor { color: #A3745A; }

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

This text font color is #A3745A.


Background Color

.myBgColor { background-color: #A3745A; }

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

This div background color is #A3745A.


Border color

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

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

This div border color is #A3745A.


Opacity

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

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

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

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

This text has shadow with #A3745A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3745A on black background.


Color preview on white background

This text has color #A3745A on white background.



Black color preview on #A3745A background

This text has black color on #A3745A background.


White color preview on #A3745A background

This text has white color on #A3745A background.