COLOR #A04B33

HEX: #A04B33
RGB: (160,75,51)

Color info

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

RGB color model

#A04B33 color RGB value is (160,75,51).

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

RGB channels and saturation

R 160 of 255 = 63%
G 75 of 255 = 29%
B 51 of 255 = 20%

160
75
51

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

Portions of RGB colors in percentages

R + G + B =
160 + 75 + 51 = 286 (100%)
R 160 of 286 ~ 55.94%
G 75 of 286 ~ 26.22%
B 51 of 286 ~ 17.83%

%55.94
%26.22
%17.83

CMYK color model

#A04B33 color CMYK value is (0,53,68,37).

  • cyan value is 0.00%
  • magenta value is 53.13%
  • yellow value is 68.13%
  • key color value is 37.25%
CMYK:
(0,53,68,37)
C0M53Y68K37 
(0%,53%,68%,37%)
(0.00/0.53/0.68/0.37)	

CMYK percentages

%0
%53.13
%68.13
%37.25

Codes

Color #A04B33 in popluar color models

A04B33
RGB1607551
HSL13°51.66%41.37%
HSB/HSV13°68.13%62.75%
CMYK0.00%53.13%68.13%
37.25%

Color #A04B33 in popluar number systems.

HEXA04B33
Decimal1607551
Binary101000001001011110011
Octal24011363

Shades and tints

Shades of #A04B33

#A04B33
(160,75,51)
#92452F
(146,69,47)
#843F2B
(132,63,43)
#763927
(118,57,39)
#683323
(104,51,35)
#5A2D1F
(90,45,31)
#4C271B
(76,39,27)
#3E2117
(62,33,23)
#301B13
(48,27,19)
#22150F
(34,21,15)
#140F0B
(20,15,11)
#000000
(0,0,0)

Tints of #A04B33

#A04B33
(160,75,51)
#A85B45
(168,91,69)
#B06B57
(176,107,87)
#B87B69
(184,123,105)
#C08B7B
(192,139,123)
#C89B8D
(200,155,141)
#D0AB9F
(208,171,159)
#D8BBB1
(216,187,177)
#E0CBC3
(224,203,195)
#E8DBD5
(232,219,213)
#F0EBE7
(240,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A04B33; }

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

This text font color is #A04B33.


Background Color

.myBgColor { background-color: #A04B33; }

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

This div background color is #A04B33.


Border color

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

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

This div border color is #A04B33.


Opacity

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

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

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

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

This text has shadow with #A04B33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A04B33 on black background.


Color preview on white background

This text has color #A04B33 on white background.



Black color preview on #A04B33 background

This text has black color on #A04B33 background.


White color preview on #A04B33 background

This text has white color on #A04B33 background.