COLOR #A3777C

HEX: #A3777C
RGB: (163,119,124)

Color info

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

RGB color model

#A3777C color RGB value is (163,119,124).

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

RGB channels and saturation

R 163 of 255 = 64%
G 119 of 255 = 47%
B 124 of 255 = 49%

163
119
124

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

Portions of RGB colors in percentages

R + G + B =
163 + 119 + 124 = 406 (100%)
R 163 of 406 ~ 40.15%
G 119 of 406 ~ 29.31%
B 124 of 406 ~ 30.54%

%40.15
%29.31
%30.54

CMYK color model

#A3777C color CMYK value is (0,27,24,36).

  • cyan value is 0.00%
  • magenta value is 26.99%
  • yellow value is 23.93%
  • key color value is 36.08%
CMYK:
(0,27,24,36)
C0M27Y24K36 
(0%,27%,24%,36%)
(0.00/0.27/0.24/0.36)	

CMYK percentages

%0
%26.99
%23.93
%36.08

Codes

Color #A3777C in popluar color models

A3777C
RGB163119124
HSL353°19.30%55.29%
HSB/HSV353°26.99%63.92%
CMYK0.00%26.99%23.93%
36.08%

Color #A3777C in popluar number systems.

HEXA3777C
Decimal163119124
Binary1010001111101111111100
Octal243167174

Shades and tints

Shades of #A3777C

#A3777C
(163,119,124)
#956D71
(149,109,113)
#876366
(135,99,102)
#79595B
(121,89,91)
#6B4F50
(107,79,80)
#5D4545
(93,69,69)
#4F3B3A
(79,59,58)
#41312F
(65,49,47)
#332724
(51,39,36)
#251D19
(37,29,25)
#17130E
(23,19,14)
#000000
(0,0,0)

Tints of #A3777C

#A3777C
(163,119,124)
#AB8387
(171,131,135)
#B38F92
(179,143,146)
#BB9B9D
(187,155,157)
#C3A7A8
(195,167,168)
#CBB3B3
(203,179,179)
#D3BFBE
(211,191,190)
#DBCBC9
(219,203,201)
#E3D7D4
(227,215,212)
#EBE3DF
(235,227,223)
#F3EFEA
(243,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3777C; }

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

This text font color is #A3777C.


Background Color

.myBgColor { background-color: #A3777C; }

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

This div background color is #A3777C.


Border color

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

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

This div border color is #A3777C.


Opacity

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

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

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

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

This text has shadow with #A3777C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3777C on black background.


Color preview on white background

This text has color #A3777C on white background.



Black color preview on #A3777C background

This text has black color on #A3777C background.


White color preview on #A3777C background

This text has white color on #A3777C background.