COLOR #A37479

HEX: #A37479
RGB: (163,116,121)

Color info

#A37479 contains red, green and blue colors in about the same proportion. Web safe color of #A37479 is #996666 (or #966).

RGB color model

#A37479 color RGB value is (163,116,121).

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

RGB channels and saturation

R 163 of 255 = 64%
G 116 of 255 = 45%
B 121 of 255 = 47%

163
116
121

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

Portions of RGB colors in percentages

R + G + B =
163 + 116 + 121 = 400 (100%)
R 163 of 400 ~ 40.75%
G 116 of 400 ~ 29%
B 121 of 400 ~ 30.25%

%40.75
%29
%30.25

CMYK color model

#A37479 color CMYK value is (0,29,26,36).

  • cyan value is 0.00%
  • magenta value is 28.83%
  • yellow value is 25.77%
  • key color value is 36.08%
CMYK:
(0,29,26,36)
C0M29Y26K36 
(0%,29%,26%,36%)
(0.00/0.29/0.26/0.36)	

CMYK percentages

%0
%28.83
%25.77
%36.08

Codes

Color #A37479 in popluar color models

A37479
RGB163116121
HSL354°20.35%54.71%
HSB/HSV354°28.83%63.92%
CMYK0.00%28.83%25.77%
36.08%

Color #A37479 in popluar number systems.

HEXA37479
Decimal163116121
Binary1010001111101001111001
Octal243164171

Shades and tints

Shades of #A37479

#A37479
(163,116,121)
#956A6E
(149,106,110)
#876063
(135,96,99)
#795658
(121,86,88)
#6B4C4D
(107,76,77)
#5D4242
(93,66,66)
#4F3837
(79,56,55)
#412E2C
(65,46,44)
#332421
(51,36,33)
#251A16
(37,26,22)
#17100B
(23,16,11)
#000000
(0,0,0)

Tints of #A37479

#A37479
(163,116,121)
#AB8085
(171,128,133)
#B38C91
(179,140,145)
#BB989D
(187,152,157)
#C3A4A9
(195,164,169)
#CBB0B5
(203,176,181)
#D3BCC1
(211,188,193)
#DBC8CD
(219,200,205)
#E3D4D9
(227,212,217)
#EBE0E5
(235,224,229)
#F3ECF1
(243,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A37479; }

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

This text font color is #A37479.


Background Color

.myBgColor { background-color: #A37479; }

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

This div background color is #A37479.


Border color

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

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

This div border color is #A37479.


Opacity

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

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

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

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

This text has shadow with #A37479 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A37479 on black background.


Color preview on white background

This text has color #A37479 on white background.



Black color preview on #A37479 background

This text has black color on #A37479 background.


White color preview on #A37479 background

This text has white color on #A37479 background.