COLOR #A04F53

HEX: #A04F53
RGB: (160,79,83)

Color info

#A04F53 contains mainly red color. Web safe color of #A04F53 is #996666 (or #966).

RGB color model

#A04F53 color RGB value is (160,79,83).

  • red value is 160;
  • green value is 79;
  • blue value is 83.
RGB:
(160,79,83)
(63%,31%,33%)

RGB channels and saturation

R 160 of 255 = 63%
G 79 of 255 = 31%
B 83 of 255 = 33%

160
79
83

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

Portions of RGB colors in percentages

R + G + B =
160 + 79 + 83 = 322 (100%)
R 160 of 322 ~ 49.69%
G 79 of 322 ~ 24.53%
B 83 of 322 ~ 25.78%

%49.69
%24.53
%25.78

CMYK color model

#A04F53 color CMYK value is (0,51,48,37).

  • cyan value is 0.00%
  • magenta value is 50.63%
  • yellow value is 48.13%
  • key color value is 37.25%
CMYK:
(0,51,48,37)
C0M51Y48K37 
(0%,51%,48%,37%)
(0.00/0.51/0.48/0.37)	

CMYK percentages

%0
%50.63
%48.13
%37.25

Codes

Color #A04F53 in popluar color models

A04F53
RGB1607983
HSL357°33.89%46.86%
HSB/HSV357°50.63%62.75%
CMYK0.00%50.63%48.13%
37.25%

Color #A04F53 in popluar number systems.

HEXA04F53
Decimal1607983
Binary1010000010011111010011
Octal240117123

Shades and tints

Shades of #A04F53

#A04F53
(160,79,83)
#92484C
(146,72,76)
#844145
(132,65,69)
#763A3E
(118,58,62)
#683337
(104,51,55)
#5A2C30
(90,44,48)
#4C2529
(76,37,41)
#3E1E22
(62,30,34)
#30171B
(48,23,27)
#221014
(34,16,20)
#14090D
(20,9,13)
#000000
(0,0,0)

Tints of #A04F53

#A04F53
(160,79,83)
#A85F62
(168,95,98)
#B06F71
(176,111,113)
#B87F80
(184,127,128)
#C08F8F
(192,143,143)
#C89F9E
(200,159,158)
#D0AFAD
(208,175,173)
#D8BFBC
(216,191,188)
#E0CFCB
(224,207,203)
#E8DFDA
(232,223,218)
#F0EFE9
(240,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A04F53 color. Also use rgb(160,79,83) instead hex code.

Text Font Color

.myTextColor { color: #A04F53; }

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

This text font color is #A04F53.


Background Color

.myBgColor { background-color: #A04F53; }

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

This div background color is #A04F53.


Border color

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

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

This div border color is #A04F53.


Opacity

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

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

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

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

This text has shadow with #A04F53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A04F53 on black background.


Color preview on white background

This text has color #A04F53 on white background.



Black color preview on #A04F53 background

This text has black color on #A04F53 background.


White color preview on #A04F53 background

This text has white color on #A04F53 background.