COLOR #A74F40

HEX: #A74F40
RGB: (167,79,64)

Color info

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

RGB color model

#A74F40 color RGB value is (167,79,64).

  • red value is 167;
  • green value is 79;
  • blue value is 64.
RGB:
(167,79,64)
(65%,31%,25%)

RGB channels and saturation

R 167 of 255 = 65%
G 79 of 255 = 31%
B 64 of 255 = 25%

167
79
64

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

Portions of RGB colors in percentages

R + G + B =
167 + 79 + 64 = 310 (100%)
R 167 of 310 ~ 53.87%
G 79 of 310 ~ 25.48%
B 64 of 310 ~ 20.65%

%53.87
%25.48
%20.65

CMYK color model

#A74F40 color CMYK value is (0,53,62,35).

  • cyan value is 0.00%
  • magenta value is 52.69%
  • yellow value is 61.68%
  • key color value is 34.51%
CMYK:
(0,53,62,35)
C0M53Y62K35 
(0%,53%,62%,35%)
(0.00/0.53/0.62/0.35)	

CMYK percentages

%0
%52.69
%61.68
%34.51

Codes

Color #A74F40 in popluar color models

A74F40
RGB1677964
HSL44.59%45.29%
HSB/HSV61.68%65.49%
CMYK0.00%52.69%61.68%
34.51%

Color #A74F40 in popluar number systems.

HEXA74F40
Decimal1677964
Binary1010011110011111000000
Octal247117100

Shades and tints

Shades of #A74F40

#A74F40
(167,79,64)
#98483B
(152,72,59)
#894136
(137,65,54)
#7A3A31
(122,58,49)
#6B332C
(107,51,44)
#5C2C27
(92,44,39)
#4D2522
(77,37,34)
#3E1E1D
(62,30,29)
#2F1718
(47,23,24)
#201013
(32,16,19)
#11090E
(17,9,14)
#000000
(0,0,0)

Tints of #A74F40

#A74F40
(167,79,64)
#AF5F51
(175,95,81)
#B76F62
(183,111,98)
#BF7F73
(191,127,115)
#C78F84
(199,143,132)
#CF9F95
(207,159,149)
#D7AFA6
(215,175,166)
#DFBFB7
(223,191,183)
#E7CFC8
(231,207,200)
#EFDFD9
(239,223,217)
#F7EFEA
(247,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A74F40 color. Also use rgb(167,79,64) instead hex code.

Text Font Color

.myTextColor { color: #A74F40; }

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

This text font color is #A74F40.


Background Color

.myBgColor { background-color: #A74F40; }

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

This div background color is #A74F40.


Border color

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

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

This div border color is #A74F40.


Opacity

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

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

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

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

This text has shadow with #A74F40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A74F40 on black background.


Color preview on white background

This text has color #A74F40 on white background.



Black color preview on #A74F40 background

This text has black color on #A74F40 background.


White color preview on #A74F40 background

This text has white color on #A74F40 background.