COLOR #A04B4C

HEX: #A04B4C
RGB: (160,75,76)

Color info

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

RGB color model

#A04B4C color RGB value is (160,75,76).

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

RGB channels and saturation

R 160 of 255 = 63%
G 75 of 255 = 29%
B 76 of 255 = 30%

160
75
76

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

Portions of RGB colors in percentages

R + G + B =
160 + 75 + 76 = 311 (100%)
R 160 of 311 ~ 51.45%
G 75 of 311 ~ 24.12%
B 76 of 311 ~ 24.44%

%51.45
%24.12
%24.44

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 53.13%
  • yellow value is 52.50%
  • key color value is 37.25%
CMYK:
(0,53,53,37)
C0M53Y53K37 
(0%,53%,53%,37%)
(0.00/0.53/0.53/0.37)	

CMYK percentages

%0
%53.13
%52.5
%37.25

Codes

Color #A04B4C in popluar color models

A04B4C
RGB1607576
HSL359°36.17%46.08%
HSB/HSV359°53.13%62.75%
CMYK0.00%53.13%52.50%
37.25%

Color #A04B4C in popluar number systems.

HEXA04B4C
Decimal1607576
Binary1010000010010111001100
Octal240113114

Shades and tints

Shades of #A04B4C

#A04B4C
(160,75,76)
#924546
(146,69,70)
#843F40
(132,63,64)
#76393A
(118,57,58)
#683334
(104,51,52)
#5A2D2E
(90,45,46)
#4C2728
(76,39,40)
#3E2122
(62,33,34)
#301B1C
(48,27,28)
#221516
(34,21,22)
#140F10
(20,15,16)
#000000
(0,0,0)

Tints of #A04B4C

#A04B4C
(160,75,76)
#A85B5C
(168,91,92)
#B06B6C
(176,107,108)
#B87B7C
(184,123,124)
#C08B8C
(192,139,140)
#C89B9C
(200,155,156)
#D0ABAC
(208,171,172)
#D8BBBC
(216,187,188)
#E0CBCC
(224,203,204)
#E8DBDC
(232,219,220)
#F0EBEC
(240,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A04B4C; }

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

This text font color is #A04B4C.


Background Color

.myBgColor { background-color: #A04B4C; }

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

This div background color is #A04B4C.


Border color

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

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

This div border color is #A04B4C.


Opacity

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

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

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

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

This text has shadow with #A04B4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A04B4C on black background.


Color preview on white background

This text has color #A04B4C on white background.



Black color preview on #A04B4C background

This text has black color on #A04B4C background.


White color preview on #A04B4C background

This text has white color on #A04B4C background.