COLOR #A54230

HEX: #A54230
RGB: (165,66,48)

Color info

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

RGB color model

#A54230 color RGB value is (165,66,48).

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

RGB channels and saturation

R 165 of 255 = 65%
G 66 of 255 = 26%
B 48 of 255 = 19%

165
66
48

R + G + B ~ 37%. #A54230 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
165 + 66 + 48 = 279 (100%)
R 165 of 279 ~ 59.14%
G 66 of 279 ~ 23.66%
B 48 of 279 ~ 17.2%

%59.14
%23.66
%17.2

CMYK color model

#A54230 color CMYK value is (0,60,71,35).

  • cyan value is 0.00%
  • magenta value is 60.00%
  • yellow value is 70.91%
  • key color value is 35.29%
CMYK:
(0,60,71,35)
C0M60Y71K35 
(0%,60%,71%,35%)
(0.00/0.60/0.71/0.35)	

CMYK percentages

%0
%60
%70.91
%35.29

Codes

Color #A54230 in popluar color models

A54230
RGB1656648
HSL54.93%41.76%
HSB/HSV70.91%64.71%
CMYK0.00%60.00%70.91%
35.29%

Color #A54230 in popluar number systems.

HEXA54230
Decimal1656648
Binary101001011000010110000
Octal24510260

Shades and tints

Shades of #A54230

#A54230
(165,66,48)
#963C2C
(150,60,44)
#873628
(135,54,40)
#783024
(120,48,36)
#692A20
(105,42,32)
#5A241C
(90,36,28)
#4B1E18
(75,30,24)
#3C1814
(60,24,20)
#2D1210
(45,18,16)
#1E0C0C
(30,12,12)
#0F0608
(15,6,8)
#000000
(0,0,0)

Tints of #A54230

#A54230
(165,66,48)
#AD5342
(173,83,66)
#B56454
(181,100,84)
#BD7566
(189,117,102)
#C58678
(197,134,120)
#CD978A
(205,151,138)
#D5A89C
(213,168,156)
#DDB9AE
(221,185,174)
#E5CAC0
(229,202,192)
#EDDBD2
(237,219,210)
#F5ECE4
(245,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A54230; }

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

This text font color is #A54230.


Background Color

.myBgColor { background-color: #A54230; }

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

This div background color is #A54230.


Border color

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

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

This div border color is #A54230.


Opacity

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

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

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

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

This text has shadow with #A54230 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A54230 on black background.


Color preview on white background

This text has color #A54230 on white background.



Black color preview on #A54230 background

This text has black color on #A54230 background.


White color preview on #A54230 background

This text has white color on #A54230 background.