COLOR #A7345D

HEX: #A7345D
RGB: (167,52,93)

Color info

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

RGB color model

#A7345D color RGB value is (167,52,93).

  • red value is 167;
  • green value is 52;
  • blue value is 93.
RGB:
(167,52,93)
(65%,20%,36%)

RGB channels and saturation

R 167 of 255 = 65%
G 52 of 255 = 20%
B 93 of 255 = 36%

167
52
93

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

Portions of RGB colors in percentages

R + G + B =
167 + 52 + 93 = 312 (100%)
R 167 of 312 ~ 53.53%
G 52 of 312 ~ 16.67%
B 93 of 312 ~ 29.81%

%53.53
%16.67
%29.81

CMYK color model

#A7345D color CMYK value is (0,69,44,35).

  • cyan value is 0.00%
  • magenta value is 68.86%
  • yellow value is 44.31%
  • key color value is 34.51%
CMYK:
(0,69,44,35)
C0M69Y44K35 
(0%,69%,44%,35%)
(0.00/0.69/0.44/0.35)	

CMYK percentages

%0
%68.86
%44.31
%34.51

Codes

Color #A7345D in popluar color models

A7345D
RGB1675293
HSL339°52.51%42.94%
HSB/HSV339°68.86%65.49%
CMYK0.00%68.86%44.31%
34.51%

Color #A7345D in popluar number systems.

HEXA7345D
Decimal1675293
Binary101001111101001011101
Octal24764135

Shades and tints

Shades of #A7345D

#A7345D
(167,52,93)
#983055
(152,48,85)
#892C4D
(137,44,77)
#7A2845
(122,40,69)
#6B243D
(107,36,61)
#5C2035
(92,32,53)
#4D1C2D
(77,28,45)
#3E1825
(62,24,37)
#2F141D
(47,20,29)
#201015
(32,16,21)
#110C0D
(17,12,13)
#000000
(0,0,0)

Tints of #A7345D

#A7345D
(167,52,93)
#AF466B
(175,70,107)
#B75879
(183,88,121)
#BF6A87
(191,106,135)
#C77C95
(199,124,149)
#CF8EA3
(207,142,163)
#D7A0B1
(215,160,177)
#DFB2BF
(223,178,191)
#E7C4CD
(231,196,205)
#EFD6DB
(239,214,219)
#F7E8E9
(247,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7345D color. Also use rgb(167,52,93) instead hex code.

Text Font Color

.myTextColor { color: #A7345D; }

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

This text font color is #A7345D.


Background Color

.myBgColor { background-color: #A7345D; }

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

This div background color is #A7345D.


Border color

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

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

This div border color is #A7345D.


Opacity

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

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

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

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

This text has shadow with #A7345D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7345D on black background.


Color preview on white background

This text has color #A7345D on white background.



Black color preview on #A7345D background

This text has black color on #A7345D background.


White color preview on #A7345D background

This text has white color on #A7345D background.