COLOR #A54B5D

HEX: #A54B5D
RGB: (165,75,93)

Color info

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

RGB color model

#A54B5D color RGB value is (165,75,93).

  • red value is 165;
  • green value is 75;
  • blue value is 93.
RGB:
(165,75,93)
(65%,29%,36%)

RGB channels and saturation

R 165 of 255 = 65%
G 75 of 255 = 29%
B 93 of 255 = 36%

165
75
93

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

Portions of RGB colors in percentages

R + G + B =
165 + 75 + 93 = 333 (100%)
R 165 of 333 ~ 49.55%
G 75 of 333 ~ 22.52%
B 93 of 333 ~ 27.93%

%49.55
%22.52
%27.93

CMYK color model

#A54B5D color CMYK value is (0,55,44,35).

  • cyan value is 0.00%
  • magenta value is 54.55%
  • yellow value is 43.64%
  • key color value is 35.29%
CMYK:
(0,55,44,35)
C0M55Y44K35 
(0%,55%,44%,35%)
(0.00/0.55/0.44/0.35)	

CMYK percentages

%0
%54.55
%43.64
%35.29

Codes

Color #A54B5D in popluar color models

A54B5D
RGB1657593
HSL348°37.50%47.06%
HSB/HSV348°54.55%64.71%
CMYK0.00%54.55%43.64%
35.29%

Color #A54B5D in popluar number systems.

HEXA54B5D
Decimal1657593
Binary1010010110010111011101
Octal245113135

Shades and tints

Shades of #A54B5D

#A54B5D
(165,75,93)
#964555
(150,69,85)
#873F4D
(135,63,77)
#783945
(120,57,69)
#69333D
(105,51,61)
#5A2D35
(90,45,53)
#4B272D
(75,39,45)
#3C2125
(60,33,37)
#2D1B1D
(45,27,29)
#1E1515
(30,21,21)
#0F0F0D
(15,15,13)
#000000
(0,0,0)

Tints of #A54B5D

#A54B5D
(165,75,93)
#AD5B6B
(173,91,107)
#B56B79
(181,107,121)
#BD7B87
(189,123,135)
#C58B95
(197,139,149)
#CD9BA3
(205,155,163)
#D5ABB1
(213,171,177)
#DDBBBF
(221,187,191)
#E5CBCD
(229,203,205)
#EDDBDB
(237,219,219)
#F5EBE9
(245,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A54B5D color. Also use rgb(165,75,93) instead hex code.

Text Font Color

.myTextColor { color: #A54B5D; }

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

This text font color is #A54B5D.


Background Color

.myBgColor { background-color: #A54B5D; }

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

This div background color is #A54B5D.


Border color

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

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

This div border color is #A54B5D.


Opacity

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

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

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

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

This text has shadow with #A54B5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A54B5D on black background.


Color preview on white background

This text has color #A54B5D on white background.



Black color preview on #A54B5D background

This text has black color on #A54B5D background.


White color preview on #A54B5D background

This text has white color on #A54B5D background.