COLOR #A74C3E

HEX: #A74C3E RGB: (167,76,62)

Color info

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

RGB color model

#A74C3E color RGB value is (167,76,62).

RGB: (167,76,62) (65%, 30%, 24%)

RGB channels and saturation

R 167 of 255 = 65%
G 76 of 255 = 30%
B 62 of 255 = 24%

167
76
62

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

Portions of RGB colors in percentages

R + G + B = 167 + 76 + 62 = 305 (100%)
R 167 of 305 ~ 54.75%
G 76 of 305 ~ 24.92%
B 62 of 305 ~ 20.33'%

%54.75
%24.92
%20.33

CMYK color model

#A74C3E color CMYK value is (0,54,63,35).

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

CMYK: (0,54,63,35)
C0M54Y63K35 (0%, 54%, 63%, 35%)
(0.00 / 0.54 / 0.63 / 0.35)

CMYK percentages

%0
%54.49
%62.87
%34.51

Codes

Color #A74C3E in popluar color models

A7 4C 3E
RGB 167 76 62
HSL 45.85% 44.90%
HSB/HSV 62.87% 65.49%
CMYK 0.00% 54.49% 62.87%
34.51%

Color #A74C3E in popluar number systems.

HEX A7 4C 3E
Decimal 167 76 62
Binary 10100111 1001100 111110
Octal 247 114 76

Shades and tints

Shades of #A74C3E

#A74C3E
(167,76,62)
#984639
(152,70,57)
#894034
(137,64,52)
#7A3A2F
(122,58,47)
#6B342A
(107,52,42)
#5C2E25
(92,46,37)
#4D2820
(77,40,32)
#3E221B
(62,34,27)
#2F1C16
(47,28,22)
#201611
(32,22,17)
#11100C
(17,16,12)
#000000
(0,0,0)

Tints of #A74C3E

#A74C3E
(167,76,62)
#AF5C4F
(175,92,79)
#B76C60
(183,108,96)
#BF7C71
(191,124,113)
#C78C82
(199,140,130)
#CF9C93
(207,156,147)
#D7ACA4
(215,172,164)
#DFBCB5
(223,188,181)
#E7CCC6
(231,204,198)
#EFDCD7
(239,220,215)
#F7ECE8
(247,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A74C3E; }

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

This text font color is #A74C3E.

Background Color

.myBgColor { background-color: #A74C3E; }

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

This div background color is #A74C3E.

Border color

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

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

This div border color is #A74C3E.

Opacity

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

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

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

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

This text has shadow with #A74C3E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A74C3E.

Preview

Color preview on black background

This text has color #A74C3E on black background.


Color preview on white background

This text has color #A74C3E on white background.


Black color preview on #A74C3E background

This text has black color on #A74C3E background.


White color preview on #A74C3E background

This text has white color on #A74C3E background.


Related colors

Complementary color

Complementary color for #hex is #58B3C1.


I love getcolorcode.com

Triadic colors

1 #3EA74C and #4C3EA7 with #A74C3E are triadic colors.

2 #3E4CA7 and #4CA73E with #A74C3E are triadic colors.