COLOR #A74C30

HEX: #A74C30
RGB: (167,76,48)

Color info

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

RGB color model

#A74C30 color RGB value is (167,76,48).

  • red value is 167;
  • green value is 76;
  • blue value is 48.
RGB:
(167,76,48)
(65%,30%,19%)

RGB channels and saturation

R 167 of 255 = 65%
G 76 of 255 = 30%
B 48 of 255 = 19%

167
76
48

R + G + B ~ 38%. #A74C30 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
167 + 76 + 48 = 291 (100%)
R 167 of 291 ~ 57.39%
G 76 of 291 ~ 26.12%
B 48 of 291 ~ 16.49%

%57.39
%26.12
%16.49

CMYK color model

#A74C30 color CMYK value is (0,54,71,35).

  • cyan value is 0.00%
  • magenta value is 54.49%
  • yellow value is 71.26%
  • key color value is 34.51%
CMYK:
(0,54,71,35)
C0M54Y71K35 
(0%,54%,71%,35%)
(0.00/0.54/0.71/0.35)	

CMYK percentages

%0
%54.49
%71.26
%34.51

Codes

Color #A74C30 in popluar color models

A74C30
RGB1677648
HSL14°55.35%42.16%
HSB/HSV14°71.26%65.49%
CMYK0.00%54.49%71.26%
34.51%

Color #A74C30 in popluar number systems.

HEXA74C30
Decimal1677648
Binary101001111001100110000
Octal24711460

Shades and tints

Shades of #A74C30

#A74C30
(167,76,48)
#98462C
(152,70,44)
#894028
(137,64,40)
#7A3A24
(122,58,36)
#6B3420
(107,52,32)
#5C2E1C
(92,46,28)
#4D2818
(77,40,24)
#3E2214
(62,34,20)
#2F1C10
(47,28,16)
#20160C
(32,22,12)
#111008
(17,16,8)
#000000
(0,0,0)

Tints of #A74C30

#A74C30
(167,76,48)
#AF5C42
(175,92,66)
#B76C54
(183,108,84)
#BF7C66
(191,124,102)
#C78C78
(199,140,120)
#CF9C8A
(207,156,138)
#D7AC9C
(215,172,156)
#DFBCAE
(223,188,174)
#E7CCC0
(231,204,192)
#EFDCD2
(239,220,210)
#F7ECE4
(247,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A74C30; }

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

This text font color is #A74C30.


Background Color

.myBgColor { background-color: #A74C30; }

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

This div background color is #A74C30.


Border color

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

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

This div border color is #A74C30.


Opacity

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

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

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

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

This text has shadow with #A74C30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A74C30 on black background.


Color preview on white background

This text has color #A74C30 on white background.



Black color preview on #A74C30 background

This text has black color on #A74C30 background.


White color preview on #A74C30 background

This text has white color on #A74C30 background.