COLOR #A54376

HEX: #A54376
RGB: (165,67,118)

Color info

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

RGB color model

#A54376 color RGB value is (165,67,118).

  • red value is 165;
  • green value is 67;
  • blue value is 118.
RGB:
(165,67,118)
(65%,26%,46%)

RGB channels and saturation

R 165 of 255 = 65%
G 67 of 255 = 26%
B 118 of 255 = 46%

165
67
118

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

Portions of RGB colors in percentages

R + G + B =
165 + 67 + 118 = 350 (100%)
R 165 of 350 ~ 47.14%
G 67 of 350 ~ 19.14%
B 118 of 350 ~ 33.71%

%47.14
%19.14
%33.71

CMYK color model

#A54376 color CMYK value is (0,59,28,35).

  • cyan value is 0.00%
  • magenta value is 59.39%
  • yellow value is 28.48%
  • key color value is 35.29%
CMYK:
(0,59,28,35)
C0M59Y28K35 
(0%,59%,28%,35%)
(0.00/0.59/0.28/0.35)	

CMYK percentages

%0
%59.39
%28.48
%35.29

Codes

Color #A54376 in popluar color models

A54376
RGB16567118
HSL329°42.24%45.49%
HSB/HSV329°59.39%64.71%
CMYK0.00%59.39%28.48%
35.29%

Color #A54376 in popluar number systems.

HEXA54376
Decimal16567118
Binary1010010110000111110110
Octal245103166

Shades and tints

Shades of #A54376

#A54376
(165,67,118)
#963D6C
(150,61,108)
#873762
(135,55,98)
#783158
(120,49,88)
#692B4E
(105,43,78)
#5A2544
(90,37,68)
#4B1F3A
(75,31,58)
#3C1930
(60,25,48)
#2D1326
(45,19,38)
#1E0D1C
(30,13,28)
#0F0712
(15,7,18)
#000000
(0,0,0)

Tints of #A54376

#A54376
(165,67,118)
#AD5482
(173,84,130)
#B5658E
(181,101,142)
#BD769A
(189,118,154)
#C587A6
(197,135,166)
#CD98B2
(205,152,178)
#D5A9BE
(213,169,190)
#DDBACA
(221,186,202)
#E5CBD6
(229,203,214)
#EDDCE2
(237,220,226)
#F5EDEE
(245,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A54376 color. Also use rgb(165,67,118) instead hex code.

Text Font Color

.myTextColor { color: #A54376; }

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

This text font color is #A54376.


Background Color

.myBgColor { background-color: #A54376; }

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

This div background color is #A54376.


Border color

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

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

This div border color is #A54376.


Opacity

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

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

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

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

This text has shadow with #A54376 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A54376 on black background.


Color preview on white background

This text has color #A54376 on white background.



Black color preview on #A54376 background

This text has black color on #A54376 background.


White color preview on #A54376 background

This text has white color on #A54376 background.