COLOR #A04B39

HEX: #A04B39
RGB: (160,75,57)

Color info

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

RGB color model

#A04B39 color RGB value is (160,75,57).

  • red value is 160;
  • green value is 75;
  • blue value is 57.
RGB:
(160,75,57)
(63%,29%,22%)

RGB channels and saturation

R 160 of 255 = 63%
G 75 of 255 = 29%
B 57 of 255 = 22%

160
75
57

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

Portions of RGB colors in percentages

R + G + B =
160 + 75 + 57 = 292 (100%)
R 160 of 292 ~ 54.79%
G 75 of 292 ~ 25.68%
B 57 of 292 ~ 19.52%

%54.79
%25.68
%19.52

CMYK color model

#A04B39 color CMYK value is (0,53,64,37).

  • cyan value is 0.00%
  • magenta value is 53.13%
  • yellow value is 64.38%
  • key color value is 37.25%
CMYK:
(0,53,64,37)
C0M53Y64K37 
(0%,53%,64%,37%)
(0.00/0.53/0.64/0.37)	

CMYK percentages

%0
%53.13
%64.38
%37.25

Codes

Color #A04B39 in popluar color models

A04B39
RGB1607557
HSL10°47.47%42.55%
HSB/HSV10°64.38%62.75%
CMYK0.00%53.13%64.38%
37.25%

Color #A04B39 in popluar number systems.

HEXA04B39
Decimal1607557
Binary101000001001011111001
Octal24011371

Shades and tints

Shades of #A04B39

#A04B39
(160,75,57)
#924534
(146,69,52)
#843F2F
(132,63,47)
#76392A
(118,57,42)
#683325
(104,51,37)
#5A2D20
(90,45,32)
#4C271B
(76,39,27)
#3E2116
(62,33,22)
#301B11
(48,27,17)
#22150C
(34,21,12)
#140F07
(20,15,7)
#000000
(0,0,0)

Tints of #A04B39

#A04B39
(160,75,57)
#A85B4B
(168,91,75)
#B06B5D
(176,107,93)
#B87B6F
(184,123,111)
#C08B81
(192,139,129)
#C89B93
(200,155,147)
#D0ABA5
(208,171,165)
#D8BBB7
(216,187,183)
#E0CBC9
(224,203,201)
#E8DBDB
(232,219,219)
#F0EBED
(240,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A04B39 color. Also use rgb(160,75,57) instead hex code.

Text Font Color

.myTextColor { color: #A04B39; }

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

This text font color is #A04B39.


Background Color

.myBgColor { background-color: #A04B39; }

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

This div background color is #A04B39.


Border color

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

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

This div border color is #A04B39.


Opacity

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

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

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

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

This text has shadow with #A04B39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A04B39 on black background.


Color preview on white background

This text has color #A04B39 on white background.



Black color preview on #A04B39 background

This text has black color on #A04B39 background.


White color preview on #A04B39 background

This text has white color on #A04B39 background.