COLOR #A74E3E

HEX: #A74E3E RGB: (167,78,62)

Color info

#A74E3E contains mainly red color. Web safe color of #A74E3E is #996633 (or #963).

RGB color model

#A74E3E color RGB value is (167,78,62).

RGB: (167,78,62) (65%, 31%, 24%)

RGB channels and saturation

R 167 of 255 = 65%
G 78 of 255 = 31%
B 62 of 255 = 24%

167
78
62

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

Portions of RGB colors in percentages

R + G + B = 167 + 78 + 62 = 307 (100%)
R 167 of 307 ~ 54.4%
G 78 of 307 ~ 25.41%
B 62 of 307 ~ 20.2'%

%54.4
%25.41
%20.2

CMYK color model

#A74E3E color CMYK value is (0,53,63,35).

  • cyan value is 0.00%
  • magenta value is 53.29%
  • yellow value is 62.87%
  • key color value is 34.51%

CMYK: (0,53,63,35)
C0M53Y63K35 (0%, 53%, 63%, 35%)
(0.00 / 0.53 / 0.63 / 0.35)

CMYK percentages

%0
%53.29
%62.87
%34.51

Codes

Color #A74E3E in popluar color models

A7 4E 3E
RGB 167 78 62
HSL 45.85% 44.90%
HSB/HSV 62.87% 65.49%
CMYK 0.00% 53.29% 62.87%
34.51%

Color #A74E3E in popluar number systems.

HEX A7 4E 3E
Decimal 167 78 62
Binary 10100111 1001110 111110
Octal 247 116 76

Shades and tints

Shades of #A74E3E

#A74E3E
(167,78,62)
#984739
(152,71,57)
#894034
(137,64,52)
#7A392F
(122,57,47)
#6B322A
(107,50,42)
#5C2B25
(92,43,37)
#4D2420
(77,36,32)
#3E1D1B
(62,29,27)
#2F1616
(47,22,22)
#200F11
(32,15,17)
#11080C
(17,8,12)
#000000
(0,0,0)

Tints of #A74E3E

#A74E3E
(167,78,62)
#AF5E4F
(175,94,79)
#B76E60
(183,110,96)
#BF7E71
(191,126,113)
#C78E82
(199,142,130)
#CF9E93
(207,158,147)
#D7AEA4
(215,174,164)
#DFBEB5
(223,190,181)
#E7CEC6
(231,206,198)
#EFDED7
(239,222,215)
#F7EEE8
(247,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A74E3E; }

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

This text font color is #A74E3E.

Background Color

.myBgColor { background-color: #A74E3E; }

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

This div background color is #A74E3E.

Border color

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

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

This div border color is #A74E3E.

Opacity

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

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

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

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

This text has shadow with #A74E3E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A74E3E.

Preview

Color preview on black background

This text has color #A74E3E on black background.


Color preview on white background

This text has color #A74E3E on white background.


Black color preview on #A74E3E background

This text has black color on #A74E3E background.


White color preview on #A74E3E background

This text has white color on #A74E3E background.


Related colors

Complementary color

Complementary color for #hex is #58B1C1.


I love getcolorcode.com

Triadic colors

1 #3EA74E and #4E3EA7 with #A74E3E are triadic colors.

2 #3E4EA7 and #4EA73E with #A74E3E are triadic colors.