COLOR #A34D6F

HEX: #A34D6F
RGB: (163,77,111)

Color info

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

RGB color model

#A34D6F color RGB value is (163,77,111).

  • red value is 163;
  • green value is 77;
  • blue value is 111.
RGB:
(163,77,111)
(64%,30%,44%)

RGB channels and saturation

R 163 of 255 = 64%
G 77 of 255 = 30%
B 111 of 255 = 44%

163
77
111

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

Portions of RGB colors in percentages

R + G + B =
163 + 77 + 111 = 351 (100%)
R 163 of 351 ~ 46.44%
G 77 of 351 ~ 21.94%
B 111 of 351 ~ 31.62%

%46.44
%21.94
%31.62

CMYK color model

#A34D6F color CMYK value is (0,53,32,36).

  • cyan value is 0.00%
  • magenta value is 52.76%
  • yellow value is 31.90%
  • key color value is 36.08%
CMYK:
(0,53,32,36)
C0M53Y32K36 
(0%,53%,32%,36%)
(0.00/0.53/0.32/0.36)	

CMYK percentages

%0
%52.76
%31.9
%36.08

Codes

Color #A34D6F in popluar color models

A34D6F
RGB16377111
HSL336°35.83%47.06%
HSB/HSV336°52.76%63.92%
CMYK0.00%52.76%31.90%
36.08%

Color #A34D6F in popluar number systems.

HEXA34D6F
Decimal16377111
Binary1010001110011011101111
Octal243115157

Shades and tints

Shades of #A34D6F

#A34D6F
(163,77,111)
#954665
(149,70,101)
#873F5B
(135,63,91)
#793851
(121,56,81)
#6B3147
(107,49,71)
#5D2A3D
(93,42,61)
#4F2333
(79,35,51)
#411C29
(65,28,41)
#33151F
(51,21,31)
#250E15
(37,14,21)
#17070B
(23,7,11)
#000000
(0,0,0)

Tints of #A34D6F

#A34D6F
(163,77,111)
#AB5D7C
(171,93,124)
#B36D89
(179,109,137)
#BB7D96
(187,125,150)
#C38DA3
(195,141,163)
#CB9DB0
(203,157,176)
#D3ADBD
(211,173,189)
#DBBDCA
(219,189,202)
#E3CDD7
(227,205,215)
#EBDDE4
(235,221,228)
#F3EDF1
(243,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A34D6F; }

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

This text font color is #A34D6F.


Background Color

.myBgColor { background-color: #A34D6F; }

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

This div background color is #A34D6F.


Border color

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

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

This div border color is #A34D6F.


Opacity

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

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

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

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

This text has shadow with #A34D6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A34D6F on black background.


Color preview on white background

This text has color #A34D6F on white background.



Black color preview on #A34D6F background

This text has black color on #A34D6F background.


White color preview on #A34D6F background

This text has white color on #A34D6F background.