COLOR #A54D30

HEX: #A54D30
RGB: (165,77,48)

Color info

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

RGB color model

#A54D30 color RGB value is (165,77,48).

  • red value is 165;
  • green value is 77;
  • blue value is 48.
RGB:
(165,77,48)
(65%,30%,19%)

RGB channels and saturation

R 165 of 255 = 65%
G 77 of 255 = 30%
B 48 of 255 = 19%

165
77
48

R + G + B ~ 38%. #A54D30 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
165 + 77 + 48 = 290 (100%)
R 165 of 290 ~ 56.9%
G 77 of 290 ~ 26.55%
B 48 of 290 ~ 16.55%

%56.9
%26.55
%16.55

CMYK color model

#A54D30 color CMYK value is (0,53,71,35).

  • cyan value is 0.00%
  • magenta value is 53.33%
  • yellow value is 70.91%
  • key color value is 35.29%
CMYK:
(0,53,71,35)
C0M53Y71K35 
(0%,53%,71%,35%)
(0.00/0.53/0.71/0.35)	

CMYK percentages

%0
%53.33
%70.91
%35.29

Codes

Color #A54D30 in popluar color models

A54D30
RGB1657748
HSL15°54.93%41.76%
HSB/HSV15°70.91%64.71%
CMYK0.00%53.33%70.91%
35.29%

Color #A54D30 in popluar number systems.

HEXA54D30
Decimal1657748
Binary101001011001101110000
Octal24511560

Shades and tints

Shades of #A54D30

#A54D30
(165,77,48)
#96462C
(150,70,44)
#873F28
(135,63,40)
#783824
(120,56,36)
#693120
(105,49,32)
#5A2A1C
(90,42,28)
#4B2318
(75,35,24)
#3C1C14
(60,28,20)
#2D1510
(45,21,16)
#1E0E0C
(30,14,12)
#0F0708
(15,7,8)
#000000
(0,0,0)

Tints of #A54D30

#A54D30
(165,77,48)
#AD5D42
(173,93,66)
#B56D54
(181,109,84)
#BD7D66
(189,125,102)
#C58D78
(197,141,120)
#CD9D8A
(205,157,138)
#D5AD9C
(213,173,156)
#DDBDAE
(221,189,174)
#E5CDC0
(229,205,192)
#EDDDD2
(237,221,210)
#F5EDE4
(245,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A54D30 color. Also use rgb(165,77,48) instead hex code.

Text Font Color

.myTextColor { color: #A54D30; }

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

This text font color is #A54D30.


Background Color

.myBgColor { background-color: #A54D30; }

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

This div background color is #A54D30.


Border color

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

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

This div border color is #A54D30.


Opacity

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

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

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

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

This text has shadow with #A54D30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A54D30 on black background.


Color preview on white background

This text has color #A54D30 on white background.



Black color preview on #A54D30 background

This text has black color on #A54D30 background.


White color preview on #A54D30 background

This text has white color on #A54D30 background.