COLOR #A54547

HEX: #A54547
RGB: (165,69,71)

Color info

#A54547 contains mainly red color. Web safe color of #A54547 is #993333 (or #933).

RGB color model

#A54547 color RGB value is (165,69,71).

  • red value is 165;
  • green value is 69;
  • blue value is 71.
RGB:
(165,69,71)
(65%,27%,28%)

RGB channels and saturation

R 165 of 255 = 65%
G 69 of 255 = 27%
B 71 of 255 = 28%

165
69
71

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

Portions of RGB colors in percentages

R + G + B =
165 + 69 + 71 = 305 (100%)
R 165 of 305 ~ 54.1%
G 69 of 305 ~ 22.62%
B 71 of 305 ~ 23.28%

%54.1
%22.62
%23.28

CMYK color model

#A54547 color CMYK value is (0,58,57,35).

  • cyan value is 0.00%
  • magenta value is 58.18%
  • yellow value is 56.97%
  • key color value is 35.29%
CMYK:
(0,58,57,35)
C0M58Y57K35 
(0%,58%,57%,35%)
(0.00/0.58/0.57/0.35)	

CMYK percentages

%0
%58.18
%56.97
%35.29

Codes

Color #A54547 in popluar color models

A54547
RGB1656971
HSL359°41.03%45.88%
HSB/HSV359°58.18%64.71%
CMYK0.00%58.18%56.97%
35.29%

Color #A54547 in popluar number systems.

HEXA54547
Decimal1656971
Binary1010010110001011000111
Octal245105107

Shades and tints

Shades of #A54547

#A54547
(165,69,71)
#963F41
(150,63,65)
#87393B
(135,57,59)
#783335
(120,51,53)
#692D2F
(105,45,47)
#5A2729
(90,39,41)
#4B2123
(75,33,35)
#3C1B1D
(60,27,29)
#2D1517
(45,21,23)
#1E0F11
(30,15,17)
#0F090B
(15,9,11)
#000000
(0,0,0)

Tints of #A54547

#A54547
(165,69,71)
#AD5557
(173,85,87)
#B56567
(181,101,103)
#BD7577
(189,117,119)
#C58587
(197,133,135)
#CD9597
(205,149,151)
#D5A5A7
(213,165,167)
#DDB5B7
(221,181,183)
#E5C5C7
(229,197,199)
#EDD5D7
(237,213,215)
#F5E5E7
(245,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A54547 color. Also use rgb(165,69,71) instead hex code.

Text Font Color

.myTextColor { color: #A54547; }

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

This text font color is #A54547.


Background Color

.myBgColor { background-color: #A54547; }

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

This div background color is #A54547.


Border color

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

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

This div border color is #A54547.


Opacity

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

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

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

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

This text has shadow with #A54547 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A54547 on black background.


Color preview on white background

This text has color #A54547 on white background.



Black color preview on #A54547 background

This text has black color on #A54547 background.


White color preview on #A54547 background

This text has white color on #A54547 background.