COLOR #A54B6B

HEX: #A54B6B
RGB: (165,75,107)

Color info

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

RGB color model

#A54B6B color RGB value is (165,75,107).

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

RGB channels and saturation

R 165 of 255 = 65%
G 75 of 255 = 29%
B 107 of 255 = 42%

165
75
107

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

Portions of RGB colors in percentages

R + G + B =
165 + 75 + 107 = 347 (100%)
R 165 of 347 ~ 47.55%
G 75 of 347 ~ 21.61%
B 107 of 347 ~ 30.84%

%47.55
%21.61
%30.84

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 54.55%
  • yellow value is 35.15%
  • key color value is 35.29%
CMYK:
(0,55,35,35)
C0M55Y35K35 
(0%,55%,35%,35%)
(0.00/0.55/0.35/0.35)	

CMYK percentages

%0
%54.55
%35.15
%35.29

Codes

Color #A54B6B in popluar color models

A54B6B
RGB16575107
HSL339°37.50%47.06%
HSB/HSV339°54.55%64.71%
CMYK0.00%54.55%35.15%
35.29%

Color #A54B6B in popluar number systems.

HEXA54B6B
Decimal16575107
Binary1010010110010111101011
Octal245113153

Shades and tints

Shades of #A54B6B

#A54B6B
(165,75,107)
#964562
(150,69,98)
#873F59
(135,63,89)
#783950
(120,57,80)
#693347
(105,51,71)
#5A2D3E
(90,45,62)
#4B2735
(75,39,53)
#3C212C
(60,33,44)
#2D1B23
(45,27,35)
#1E151A
(30,21,26)
#0F0F11
(15,15,17)
#000000
(0,0,0)

Tints of #A54B6B

#A54B6B
(165,75,107)
#AD5B78
(173,91,120)
#B56B85
(181,107,133)
#BD7B92
(189,123,146)
#C58B9F
(197,139,159)
#CD9BAC
(205,155,172)
#D5ABB9
(213,171,185)
#DDBBC6
(221,187,198)
#E5CBD3
(229,203,211)
#EDDBE0
(237,219,224)
#F5EBED
(245,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A54B6B; }

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

This text font color is #A54B6B.


Background Color

.myBgColor { background-color: #A54B6B; }

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

This div background color is #A54B6B.


Border color

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

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

This div border color is #A54B6B.


Opacity

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

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

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

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

This text has shadow with #A54B6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A54B6B on black background.


Color preview on white background

This text has color #A54B6B on white background.



Black color preview on #A54B6B background

This text has black color on #A54B6B background.


White color preview on #A54B6B background

This text has white color on #A54B6B background.