COLOR #A74D28

HEX: #A74D28 RGB: (167,77,40)

Color info

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

RGB color model

#A74D28 color RGB value is (167,77,40).

RGB: (167,77,40) (65%, 30%, 16%)

RGB channels and saturation

R 167 of 255 = 65%
G 77 of 255 = 30%
B 40 of 255 = 16%

167
77
40

R + G + B ~ 37%. #A74D28 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 167 + 77 + 40 = 284 (100%)
R 167 of 284 ~ 58.8%
G 77 of 284 ~ 27.11%
B 40 of 284 ~ 14.08'%

%58.8
%27.11
%14.08

CMYK color model

#A74D28 color CMYK value is (0,54,76,35).

  • cyan value is 0.00%
  • magenta value is 53.89%
  • yellow value is 76.05%
  • key color value is 34.51%

CMYK: (0,54,76,35)
C0M54Y76K35 (0%, 54%, 76%, 35%)
(0.00 / 0.54 / 0.76 / 0.35)

CMYK percentages

%0
%53.89
%76.05
%34.51

Codes

Color #A74D28 in popluar color models

A7 4D 28
RGB 167 77 40
HSL 17° 61.35% 40.59%
HSB/HSV 17° 76.05% 65.49%
CMYK 0.00% 53.89% 76.05%
34.51%

Color #A74D28 in popluar number systems.

HEX A7 4D 28
Decimal 167 77 40
Binary 10100111 1001101 101000
Octal 247 115 50

Shades and tints

Shades of #A74D28

#A74D28
(167,77,40)
#984625
(152,70,37)
#893F22
(137,63,34)
#7A381F
(122,56,31)
#6B311C
(107,49,28)
#5C2A19
(92,42,25)
#4D2316
(77,35,22)
#3E1C13
(62,28,19)
#2F1510
(47,21,16)
#200E0D
(32,14,13)
#11070A
(17,7,10)
#000000
(0,0,0)

Tints of #A74D28

#A74D28
(167,77,40)
#AF5D3B
(175,93,59)
#B76D4E
(183,109,78)
#BF7D61
(191,125,97)
#C78D74
(199,141,116)
#CF9D87
(207,157,135)
#D7AD9A
(215,173,154)
#DFBDAD
(223,189,173)
#E7CDC0
(231,205,192)
#EFDDD3
(239,221,211)
#F7EDE6
(247,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A74D28; }

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

This text font color is #A74D28.

Background Color

.myBgColor { background-color: #A74D28; }

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

This div background color is #A74D28.

Border color

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

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

This div border color is #A74D28.

Opacity

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

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

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

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

This text has shadow with #A74D28 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A74D28.

Preview

Color preview on black background

This text has color #A74D28 on black background.


Color preview on white background

This text has color #A74D28 on white background.


Black color preview on #A74D28 background

This text has black color on #A74D28 background.


White color preview on #A74D28 background

This text has white color on #A74D28 background.


Related colors

Complementary color

Complementary color for #hex is #58B2D7.


I love getcolorcode.com

Triadic colors

1 #28A74D and #4D28A7 with #A74D28 are triadic colors.

2 #284DA7 and #4DA728 with #A74D28 are triadic colors.