COLOR #A34E6B

HEX: #A34E6B
RGB: (163,78,107)

Color info

#A34E6B contains mainly red and blue colors. Web safe color of #A34E6B is #996666 (or #966).

RGB color model

#A34E6B color RGB value is (163,78,107).

  • red value is 163;
  • green value is 78;
  • blue value is 107.
RGB:
(163,78,107)
(64%,31%,42%)

RGB channels and saturation

R 163 of 255 = 64%
G 78 of 255 = 31%
B 107 of 255 = 42%

163
78
107

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

Portions of RGB colors in percentages

R + G + B =
163 + 78 + 107 = 348 (100%)
R 163 of 348 ~ 46.84%
G 78 of 348 ~ 22.41%
B 107 of 348 ~ 30.75%

%46.84
%22.41
%30.75

CMYK color model

#A34E6B color CMYK value is (0,52,34,36).

  • cyan value is 0.00%
  • magenta value is 52.15%
  • yellow value is 34.36%
  • key color value is 36.08%
CMYK:
(0,52,34,36)
C0M52Y34K36 
(0%,52%,34%,36%)
(0.00/0.52/0.34/0.36)	

CMYK percentages

%0
%52.15
%34.36
%36.08

Codes

Color #A34E6B in popluar color models

A34E6B
RGB16378107
HSL340°35.27%47.25%
HSB/HSV340°52.15%63.92%
CMYK0.00%52.15%34.36%
36.08%

Color #A34E6B in popluar number systems.

HEXA34E6B
Decimal16378107
Binary1010001110011101101011
Octal243116153

Shades and tints

Shades of #A34E6B

#A34E6B
(163,78,107)
#954762
(149,71,98)
#874059
(135,64,89)
#793950
(121,57,80)
#6B3247
(107,50,71)
#5D2B3E
(93,43,62)
#4F2435
(79,36,53)
#411D2C
(65,29,44)
#331623
(51,22,35)
#250F1A
(37,15,26)
#170811
(23,8,17)
#000000
(0,0,0)

Tints of #A34E6B

#A34E6B
(163,78,107)
#AB5E78
(171,94,120)
#B36E85
(179,110,133)
#BB7E92
(187,126,146)
#C38E9F
(195,142,159)
#CB9EAC
(203,158,172)
#D3AEB9
(211,174,185)
#DBBEC6
(219,190,198)
#E3CED3
(227,206,211)
#EBDEE0
(235,222,224)
#F3EEED
(243,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A34E6B; }

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

This text font color is #A34E6B.


Background Color

.myBgColor { background-color: #A34E6B; }

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

This div background color is #A34E6B.


Border color

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

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

This div border color is #A34E6B.


Opacity

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

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

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

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

This text has shadow with #A34E6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A34E6B on black background.


Color preview on white background

This text has color #A34E6B on white background.



Black color preview on #A34E6B background

This text has black color on #A34E6B background.


White color preview on #A34E6B background

This text has white color on #A34E6B background.