COLOR #A34954

HEX: #A34954
RGB: (163,73,84)

Color info

#A34954 contains mainly red color. Web safe color of #A34954 is #993366 (or #936).

RGB color model

#A34954 color RGB value is (163,73,84).

  • red value is 163;
  • green value is 73;
  • blue value is 84.
RGB:
(163,73,84)
(64%,29%,33%)

RGB channels and saturation

R 163 of 255 = 64%
G 73 of 255 = 29%
B 84 of 255 = 33%

163
73
84

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

Portions of RGB colors in percentages

R + G + B =
163 + 73 + 84 = 320 (100%)
R 163 of 320 ~ 50.94%
G 73 of 320 ~ 22.81%
B 84 of 320 ~ 26.25%

%50.94
%22.81
%26.25

CMYK color model

#A34954 color CMYK value is (0,55,48,36).

  • cyan value is 0.00%
  • magenta value is 55.21%
  • yellow value is 48.47%
  • key color value is 36.08%
CMYK:
(0,55,48,36)
C0M55Y48K36 
(0%,55%,48%,36%)
(0.00/0.55/0.48/0.36)	

CMYK percentages

%0
%55.21
%48.47
%36.08

Codes

Color #A34954 in popluar color models

A34954
RGB1637384
HSL353°38.14%46.27%
HSB/HSV353°55.21%63.92%
CMYK0.00%55.21%48.47%
36.08%

Color #A34954 in popluar number systems.

HEXA34954
Decimal1637384
Binary1010001110010011010100
Octal243111124

Shades and tints

Shades of #A34954

#A34954
(163,73,84)
#95434D
(149,67,77)
#873D46
(135,61,70)
#79373F
(121,55,63)
#6B3138
(107,49,56)
#5D2B31
(93,43,49)
#4F252A
(79,37,42)
#411F23
(65,31,35)
#33191C
(51,25,28)
#251315
(37,19,21)
#170D0E
(23,13,14)
#000000
(0,0,0)

Tints of #A34954

#A34954
(163,73,84)
#AB5963
(171,89,99)
#B36972
(179,105,114)
#BB7981
(187,121,129)
#C38990
(195,137,144)
#CB999F
(203,153,159)
#D3A9AE
(211,169,174)
#DBB9BD
(219,185,189)
#E3C9CC
(227,201,204)
#EBD9DB
(235,217,219)
#F3E9EA
(243,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A34954; }

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

This text font color is #A34954.


Background Color

.myBgColor { background-color: #A34954; }

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

This div background color is #A34954.


Border color

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

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

This div border color is #A34954.


Opacity

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

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

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

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

This text has shadow with #A34954 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A34954 on black background.


Color preview on white background

This text has color #A34954 on white background.



Black color preview on #A34954 background

This text has black color on #A34954 background.


White color preview on #A34954 background

This text has white color on #A34954 background.