COLOR #A54F5C

HEX: #A54F5C
RGB: (165,79,92)

Color info

#A54F5C contains mainly red color. Web safe color of #A54F5C is #996666 (or #966).

RGB color model

#A54F5C color RGB value is (165,79,92).

  • red value is 165;
  • green value is 79;
  • blue value is 92.
RGB:
(165,79,92)
(65%,31%,36%)

RGB channels and saturation

R 165 of 255 = 65%
G 79 of 255 = 31%
B 92 of 255 = 36%

165
79
92

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

Portions of RGB colors in percentages

R + G + B =
165 + 79 + 92 = 336 (100%)
R 165 of 336 ~ 49.11%
G 79 of 336 ~ 23.51%
B 92 of 336 ~ 27.38%

%49.11
%23.51
%27.38

CMYK color model

#A54F5C color CMYK value is (0,52,44,35).

  • cyan value is 0.00%
  • magenta value is 52.12%
  • yellow value is 44.24%
  • key color value is 35.29%
CMYK:
(0,52,44,35)
C0M52Y44K35 
(0%,52%,44%,35%)
(0.00/0.52/0.44/0.35)	

CMYK percentages

%0
%52.12
%44.24
%35.29

Codes

Color #A54F5C in popluar color models

A54F5C
RGB1657992
HSL351°35.25%47.84%
HSB/HSV351°52.12%64.71%
CMYK0.00%52.12%44.24%
35.29%

Color #A54F5C in popluar number systems.

HEXA54F5C
Decimal1657992
Binary1010010110011111011100
Octal245117134

Shades and tints

Shades of #A54F5C

#A54F5C
(165,79,92)
#964854
(150,72,84)
#87414C
(135,65,76)
#783A44
(120,58,68)
#69333C
(105,51,60)
#5A2C34
(90,44,52)
#4B252C
(75,37,44)
#3C1E24
(60,30,36)
#2D171C
(45,23,28)
#1E1014
(30,16,20)
#0F090C
(15,9,12)
#000000
(0,0,0)

Tints of #A54F5C

#A54F5C
(165,79,92)
#AD5F6A
(173,95,106)
#B56F78
(181,111,120)
#BD7F86
(189,127,134)
#C58F94
(197,143,148)
#CD9FA2
(205,159,162)
#D5AFB0
(213,175,176)
#DDBFBE
(221,191,190)
#E5CFCC
(229,207,204)
#EDDFDA
(237,223,218)
#F5EFE8
(245,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A54F5C color. Also use rgb(165,79,92) instead hex code.

Text Font Color

.myTextColor { color: #A54F5C; }

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

This text font color is #A54F5C.


Background Color

.myBgColor { background-color: #A54F5C; }

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

This div background color is #A54F5C.


Border color

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

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

This div border color is #A54F5C.


Opacity

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

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

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

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

This text has shadow with #A54F5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A54F5C on black background.


Color preview on white background

This text has color #A54F5C on white background.



Black color preview on #A54F5C background

This text has black color on #A54F5C background.


White color preview on #A54F5C background

This text has white color on #A54F5C background.