COLOR #A74D4E

HEX: #A74D4E
RGB: (167,77,78)

Color info

#A74D4E contains mainly red color. Web safe color of #A74D4E is #993366 (or #936).

RGB color model

#A74D4E color RGB value is (167,77,78).

  • red value is 167;
  • green value is 77;
  • blue value is 78.
RGB:
(167,77,78)
(65%,30%,31%)

RGB channels and saturation

R 167 of 255 = 65%
G 77 of 255 = 30%
B 78 of 255 = 31%

167
77
78

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

Portions of RGB colors in percentages

R + G + B =
167 + 77 + 78 = 322 (100%)
R 167 of 322 ~ 51.86%
G 77 of 322 ~ 23.91%
B 78 of 322 ~ 24.22%

%51.86
%23.91
%24.22

CMYK color model

#A74D4E color CMYK value is (0,54,53,35).

  • cyan value is 0.00%
  • magenta value is 53.89%
  • yellow value is 53.29%
  • key color value is 34.51%
CMYK:
(0,54,53,35)
C0M54Y53K35 
(0%,54%,53%,35%)
(0.00/0.54/0.53/0.35)	

CMYK percentages

%0
%53.89
%53.29
%34.51

Codes

Color #A74D4E in popluar color models

A74D4E
RGB1677778
HSL359°36.89%47.84%
HSB/HSV359°53.89%65.49%
CMYK0.00%53.89%53.29%
34.51%

Color #A74D4E in popluar number systems.

HEXA74D4E
Decimal1677778
Binary1010011110011011001110
Octal247115116

Shades and tints

Shades of #A74D4E

#A74D4E
(167,77,78)
#984647
(152,70,71)
#893F40
(137,63,64)
#7A3839
(122,56,57)
#6B3132
(107,49,50)
#5C2A2B
(92,42,43)
#4D2324
(77,35,36)
#3E1C1D
(62,28,29)
#2F1516
(47,21,22)
#200E0F
(32,14,15)
#110708
(17,7,8)
#000000
(0,0,0)

Tints of #A74D4E

#A74D4E
(167,77,78)
#AF5D5E
(175,93,94)
#B76D6E
(183,109,110)
#BF7D7E
(191,125,126)
#C78D8E
(199,141,142)
#CF9D9E
(207,157,158)
#D7ADAE
(215,173,174)
#DFBDBE
(223,189,190)
#E7CDCE
(231,205,206)
#EFDDDE
(239,221,222)
#F7EDEE
(247,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A74D4E color. Also use rgb(167,77,78) instead hex code.

Text Font Color

.myTextColor { color: #A74D4E; }

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

This text font color is #A74D4E.


Background Color

.myBgColor { background-color: #A74D4E; }

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

This div background color is #A74D4E.


Border color

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

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

This div border color is #A74D4E.


Opacity

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

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

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

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

This text has shadow with #A74D4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A74D4E on black background.


Color preview on white background

This text has color #A74D4E on white background.



Black color preview on #A74D4E background

This text has black color on #A74D4E background.


White color preview on #A74D4E background

This text has white color on #A74D4E background.