COLOR #A34377

HEX: #A34377
RGB: (163,67,119)

Color info

#A34377 contains mainly red and blue colors. Web safe color of #A34377 is #993366 (or #936).

RGB color model

#A34377 color RGB value is (163,67,119).

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

RGB channels and saturation

R 163 of 255 = 64%
G 67 of 255 = 26%
B 119 of 255 = 47%

163
67
119

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

Portions of RGB colors in percentages

R + G + B =
163 + 67 + 119 = 349 (100%)
R 163 of 349 ~ 46.7%
G 67 of 349 ~ 19.2%
B 119 of 349 ~ 34.1%

%46.7
%19.2
%34.1

CMYK color model

#A34377 color CMYK value is (0,59,27,36).

  • cyan value is 0.00%
  • magenta value is 58.90%
  • yellow value is 26.99%
  • key color value is 36.08%
CMYK:
(0,59,27,36)
C0M59Y27K36 
(0%,59%,27%,36%)
(0.00/0.59/0.27/0.36)	

CMYK percentages

%0
%58.9
%26.99
%36.08

Codes

Color #A34377 in popluar color models

A34377
RGB16367119
HSL328°41.74%45.10%
HSB/HSV328°58.90%63.92%
CMYK0.00%58.90%26.99%
36.08%

Color #A34377 in popluar number systems.

HEXA34377
Decimal16367119
Binary1010001110000111110111
Octal243103167

Shades and tints

Shades of #A34377

#A34377
(163,67,119)
#953D6D
(149,61,109)
#873763
(135,55,99)
#793159
(121,49,89)
#6B2B4F
(107,43,79)
#5D2545
(93,37,69)
#4F1F3B
(79,31,59)
#411931
(65,25,49)
#331327
(51,19,39)
#250D1D
(37,13,29)
#170713
(23,7,19)
#000000
(0,0,0)

Tints of #A34377

#A34377
(163,67,119)
#AB5483
(171,84,131)
#B3658F
(179,101,143)
#BB769B
(187,118,155)
#C387A7
(195,135,167)
#CB98B3
(203,152,179)
#D3A9BF
(211,169,191)
#DBBACB
(219,186,203)
#E3CBD7
(227,203,215)
#EBDCE3
(235,220,227)
#F3EDEF
(243,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A34377; }

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

This text font color is #A34377.


Background Color

.myBgColor { background-color: #A34377; }

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

This div background color is #A34377.


Border color

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

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

This div border color is #A34377.


Opacity

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

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

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

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

This text has shadow with #A34377 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A34377 on black background.


Color preview on white background

This text has color #A34377 on white background.



Black color preview on #A34377 background

This text has black color on #A34377 background.


White color preview on #A34377 background

This text has white color on #A34377 background.