COLOR #A54627

HEX: #A54627
RGB: (165,70,39)

Color info

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

RGB color model

#A54627 color RGB value is (165,70,39).

  • red value is 165;
  • green value is 70;
  • blue value is 39.
RGB:
(165,70,39)
(65%,27%,15%)

RGB channels and saturation

R 165 of 255 = 65%
G 70 of 255 = 27%
B 39 of 255 = 15%

165
70
39

R + G + B ~ 36%. #A54627 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
165 + 70 + 39 = 274 (100%)
R 165 of 274 ~ 60.22%
G 70 of 274 ~ 25.55%
B 39 of 274 ~ 14.23%

%60.22
%25.55
%14.23

CMYK color model

#A54627 color CMYK value is (0,58,76,35).

  • cyan value is 0.00%
  • magenta value is 57.58%
  • yellow value is 76.36%
  • key color value is 35.29%
CMYK:
(0,58,76,35)
C0M58Y76K35 
(0%,58%,76%,35%)
(0.00/0.58/0.76/0.35)	

CMYK percentages

%0
%57.58
%76.36
%35.29

Codes

Color #A54627 in popluar color models

A54627
RGB1657039
HSL15°61.76%40.00%
HSB/HSV15°76.36%64.71%
CMYK0.00%57.58%76.36%
35.29%

Color #A54627 in popluar number systems.

HEXA54627
Decimal1657039
Binary101001011000110100111
Octal24510647

Shades and tints

Shades of #A54627

#A54627
(165,70,39)
#964024
(150,64,36)
#873A21
(135,58,33)
#78341E
(120,52,30)
#692E1B
(105,46,27)
#5A2818
(90,40,24)
#4B2215
(75,34,21)
#3C1C12
(60,28,18)
#2D160F
(45,22,15)
#1E100C
(30,16,12)
#0F0A09
(15,10,9)
#000000
(0,0,0)

Tints of #A54627

#A54627
(165,70,39)
#AD563A
(173,86,58)
#B5664D
(181,102,77)
#BD7660
(189,118,96)
#C58673
(197,134,115)
#CD9686
(205,150,134)
#D5A699
(213,166,153)
#DDB6AC
(221,182,172)
#E5C6BF
(229,198,191)
#EDD6D2
(237,214,210)
#F5E6E5
(245,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A54627 color. Also use rgb(165,70,39) instead hex code.

Text Font Color

.myTextColor { color: #A54627; }

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

This text font color is #A54627.


Background Color

.myBgColor { background-color: #A54627; }

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

This div background color is #A54627.


Border color

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

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

This div border color is #A54627.


Opacity

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

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

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

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

This text has shadow with #A54627 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A54627 on black background.


Color preview on white background

This text has color #A54627 on white background.



Black color preview on #A54627 background

This text has black color on #A54627 background.


White color preview on #A54627 background

This text has white color on #A54627 background.