COLOR #A74357

HEX: #A74357
RGB: (167,67,87)

Color info

#A74357 contains mainly red color. Web safe color of #A74357 is #993366 (or #936).

RGB color model

#A74357 color RGB value is (167,67,87).

  • red value is 167;
  • green value is 67;
  • blue value is 87.
RGB:
(167,67,87)
(65%,26%,34%)

RGB channels and saturation

R 167 of 255 = 65%
G 67 of 255 = 26%
B 87 of 255 = 34%

167
67
87

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

Portions of RGB colors in percentages

R + G + B =
167 + 67 + 87 = 321 (100%)
R 167 of 321 ~ 52.02%
G 67 of 321 ~ 20.87%
B 87 of 321 ~ 27.1%

%52.02
%20.87
%27.1

CMYK color model

#A74357 color CMYK value is (0,60,48,35).

  • cyan value is 0.00%
  • magenta value is 59.88%
  • yellow value is 47.90%
  • key color value is 34.51%
CMYK:
(0,60,48,35)
C0M60Y48K35 
(0%,60%,48%,35%)
(0.00/0.60/0.48/0.35)	

CMYK percentages

%0
%59.88
%47.9
%34.51

Codes

Color #A74357 in popluar color models

A74357
RGB1676787
HSL348°42.74%45.88%
HSB/HSV348°59.88%65.49%
CMYK0.00%59.88%47.90%
34.51%

Color #A74357 in popluar number systems.

HEXA74357
Decimal1676787
Binary1010011110000111010111
Octal247103127

Shades and tints

Shades of #A74357

#A74357
(167,67,87)
#983D50
(152,61,80)
#893749
(137,55,73)
#7A3142
(122,49,66)
#6B2B3B
(107,43,59)
#5C2534
(92,37,52)
#4D1F2D
(77,31,45)
#3E1926
(62,25,38)
#2F131F
(47,19,31)
#200D18
(32,13,24)
#110711
(17,7,17)
#000000
(0,0,0)

Tints of #A74357

#A74357
(167,67,87)
#AF5466
(175,84,102)
#B76575
(183,101,117)
#BF7684
(191,118,132)
#C78793
(199,135,147)
#CF98A2
(207,152,162)
#D7A9B1
(215,169,177)
#DFBAC0
(223,186,192)
#E7CBCF
(231,203,207)
#EFDCDE
(239,220,222)
#F7EDED
(247,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A74357 color. Also use rgb(167,67,87) instead hex code.

Text Font Color

.myTextColor { color: #A74357; }

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

This text font color is #A74357.


Background Color

.myBgColor { background-color: #A74357; }

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

This div background color is #A74357.


Border color

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

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

This div border color is #A74357.


Opacity

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

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

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

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

This text has shadow with #A74357 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A74357 on black background.


Color preview on white background

This text has color #A74357 on white background.



Black color preview on #A74357 background

This text has black color on #A74357 background.


White color preview on #A74357 background

This text has white color on #A74357 background.