COLOR #A04B3F

HEX: #A04B3F RGB: (160,75,63)

Color info

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

RGB color model

#A04B3F color RGB value is (160,75,63).

RGB: (160,75,63) (63%, 29%, 25%)

RGB channels and saturation

R 160 of 255 = 63%
G 75 of 255 = 29%
B 63 of 255 = 25%

160
75
63

R + G + B ~ 39%. #A04B3F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 160 + 75 + 63 = 298 (100%)
R 160 of 298 ~ 53.69%
G 75 of 298 ~ 25.17%
B 63 of 298 ~ 21.14'%

%53.69
%25.17
%21.14

CMYK color model

#A04B3F color CMYK value is (0,53,61,37).

  • cyan value is 0.00%
  • magenta value is 53.13%
  • yellow value is 60.63%
  • key color value is 37.25%

CMYK: (0,53,61,37)
C0M53Y61K37 (0%, 53%, 61%, 37%)
(0.00 / 0.53 / 0.61 / 0.37)

CMYK percentages

%0
%53.13
%60.63
%37.25

Codes

Color #A04B3F in popluar color models

A0 4B 3F
RGB 160 75 63
HSL 43.50% 43.73%
HSB/HSV 60.63% 62.75%
CMYK 0.00% 53.13% 60.63%
37.25%

Color #A04B3F in popluar number systems.

HEX A0 4B 3F
Decimal 160 75 63
Binary 10100000 1001011 111111
Octal 240 113 77

Shades and tints

Shades of #A04B3F

#A04B3F
(160,75,63)
#92453A
(146,69,58)
#843F35
(132,63,53)
#763930
(118,57,48)
#68332B
(104,51,43)
#5A2D26
(90,45,38)
#4C2721
(76,39,33)
#3E211C
(62,33,28)
#301B17
(48,27,23)
#221512
(34,21,18)
#140F0D
(20,15,13)
#000000
(0,0,0)

Tints of #A04B3F

#A04B3F
(160,75,63)
#A85B50
(168,91,80)
#B06B61
(176,107,97)
#B87B72
(184,123,114)
#C08B83
(192,139,131)
#C89B94
(200,155,148)
#D0ABA5
(208,171,165)
#D8BBB6
(216,187,182)
#E0CBC7
(224,203,199)
#E8DBD8
(232,219,216)
#F0EBE9
(240,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A04B3F; }

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

This text font color is #A04B3F.

Background Color

.myBgColor { background-color: #A04B3F; }

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

This div background color is #A04B3F.

Border color

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

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

This div border color is #A04B3F.

Opacity

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

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

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

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

This text has shadow with #A04B3F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A04B3F.

Preview

Color preview on black background

This text has color #A04B3F on black background.


Color preview on white background

This text has color #A04B3F on white background.


Black color preview on #A04B3F background

This text has black color on #A04B3F background.


White color preview on #A04B3F background

This text has white color on #A04B3F background.


Related colors

Complementary color

Complementary color for #hex is #5FB4C0.


I love getcolorcode.com

Triadic colors

1 #3FA04B and #4B3FA0 with #A04B3F are triadic colors.

2 #3F4BA0 and #4BA03F with #A04B3F are triadic colors.