COLOR #A37878

HEX: #A37878
RGB: (163,120,120)

Color info

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

RGB color model

#A37878 color RGB value is (163,120,120).

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

RGB channels and saturation

R 163 of 255 = 64%
G 120 of 255 = 47%
B 120 of 255 = 47%

163
120
120

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

Portions of RGB colors in percentages

R + G + B =
163 + 120 + 120 = 403 (100%)
R 163 of 403 ~ 40.45%
G 120 of 403 ~ 29.78%
B 120 of 403 ~ 29.78%

%40.45
%29.78
%29.78

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 26.38%
  • yellow value is 26.38%
  • key color value is 36.08%
CMYK:
(0,26,26,36)
C0M26Y26K36 
(0%,26%,26%,36%)
(0.00/0.26/0.26/0.36)	

CMYK percentages

%0
%26.38
%26.38
%36.08

Codes

Color #A37878 in popluar color models

A37878
RGB163120120
HSL18.94%55.49%
HSB/HSV26.38%63.92%
CMYK0.00%26.38%26.38%
36.08%

Color #A37878 in popluar number systems.

HEXA37878
Decimal163120120
Binary1010001111110001111000
Octal243170170

Shades and tints

Shades of #A37878

#A37878
(163,120,120)
#956E6E
(149,110,110)
#876464
(135,100,100)
#795A5A
(121,90,90)
#6B5050
(107,80,80)
#5D4646
(93,70,70)
#4F3C3C
(79,60,60)
#413232
(65,50,50)
#332828
(51,40,40)
#251E1E
(37,30,30)
#171414
(23,20,20)
#000000
(0,0,0)

Tints of #A37878

#A37878
(163,120,120)
#AB8484
(171,132,132)
#B39090
(179,144,144)
#BB9C9C
(187,156,156)
#C3A8A8
(195,168,168)
#CBB4B4
(203,180,180)
#D3C0C0
(211,192,192)
#DBCCCC
(219,204,204)
#E3D8D8
(227,216,216)
#EBE4E4
(235,228,228)
#F3F0F0
(243,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A37878; }

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

This text font color is #A37878.


Background Color

.myBgColor { background-color: #A37878; }

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

This div background color is #A37878.


Border color

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

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

This div border color is #A37878.


Opacity

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

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

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

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

This text has shadow with #A37878 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A37878 on black background.


Color preview on white background

This text has color #A37878 on white background.



Black color preview on #A37878 background

This text has black color on #A37878 background.


White color preview on #A37878 background

This text has white color on #A37878 background.