COLOR #A45748

HEX: #A45748
RGB: (164,87,72)

Color info

#A45748 contains mainly red color. Web safe color of #A45748 is #996633 (or #963).

RGB color model

#A45748 color RGB value is (164,87,72).

  • red value is 164;
  • green value is 87;
  • blue value is 72.
RGB:
(164,87,72)
(64%,34%,28%)

RGB channels and saturation

R 164 of 255 = 64%
G 87 of 255 = 34%
B 72 of 255 = 28%

164
87
72

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

Portions of RGB colors in percentages

R + G + B =
164 + 87 + 72 = 323 (100%)
R 164 of 323 ~ 50.77%
G 87 of 323 ~ 26.93%
B 72 of 323 ~ 22.29%

%50.77
%26.93
%22.29

CMYK color model

#A45748 color CMYK value is (0,47,56,36).

  • cyan value is 0.00%
  • magenta value is 46.95%
  • yellow value is 56.10%
  • key color value is 35.69%
CMYK:
(0,47,56,36)
C0M47Y56K36 
(0%,47%,56%,36%)
(0.00/0.47/0.56/0.36)	

CMYK percentages

%0
%46.95
%56.1
%35.69

Codes

Color #A45748 in popluar color models

A45748
RGB1648772
HSL10°38.98%46.27%
HSB/HSV10°56.10%64.31%
CMYK0.00%46.95%56.10%
35.69%

Color #A45748 in popluar number systems.

HEXA45748
Decimal1648772
Binary1010010010101111001000
Octal244127110

Shades and tints

Shades of #A45748

#A45748
(164,87,72)
#965042
(150,80,66)
#88493C
(136,73,60)
#7A4236
(122,66,54)
#6C3B30
(108,59,48)
#5E342A
(94,52,42)
#502D24
(80,45,36)
#42261E
(66,38,30)
#341F18
(52,31,24)
#261812
(38,24,18)
#18110C
(24,17,12)
#000000
(0,0,0)

Tints of #A45748

#A45748
(164,87,72)
#AC6658
(172,102,88)
#B47568
(180,117,104)
#BC8478
(188,132,120)
#C49388
(196,147,136)
#CCA298
(204,162,152)
#D4B1A8
(212,177,168)
#DCC0B8
(220,192,184)
#E4CFC8
(228,207,200)
#ECDED8
(236,222,216)
#F4EDE8
(244,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A45748 color. Also use rgb(164,87,72) instead hex code.

Text Font Color

.myTextColor { color: #A45748; }

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

This text font color is #A45748.


Background Color

.myBgColor { background-color: #A45748; }

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

This div background color is #A45748.


Border color

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

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

This div border color is #A45748.


Opacity

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

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

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

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

This text has shadow with #A45748 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A45748 on black background.


Color preview on white background

This text has color #A45748 on white background.



Black color preview on #A45748 background

This text has black color on #A45748 background.


White color preview on #A45748 background

This text has white color on #A45748 background.