COLOR #A8384E

HEX: #A8384E
RGB: (168,56,78)

Color info

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

RGB color model

#A8384E color RGB value is (168,56,78).

  • red value is 168;
  • green value is 56;
  • blue value is 78.
RGB:
(168,56,78)
(66%,22%,31%)

RGB channels and saturation

R 168 of 255 = 66%
G 56 of 255 = 22%
B 78 of 255 = 31%

168
56
78

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

Portions of RGB colors in percentages

R + G + B =
168 + 56 + 78 = 302 (100%)
R 168 of 302 ~ 55.63%
G 56 of 302 ~ 18.54%
B 78 of 302 ~ 25.83%

%55.63
%18.54
%25.83

CMYK color model

#A8384E color CMYK value is (0,67,54,34).

  • cyan value is 0.00%
  • magenta value is 66.67%
  • yellow value is 53.57%
  • key color value is 34.12%
CMYK:
(0,67,54,34)
C0M67Y54K34 
(0%,67%,54%,34%)
(0.00/0.67/0.54/0.34)	

CMYK percentages

%0
%66.67
%53.57
%34.12

Codes

Color #A8384E in popluar color models

A8384E
RGB1685678
HSL348°50.00%43.92%
HSB/HSV348°66.67%65.88%
CMYK0.00%66.67%53.57%
34.12%

Color #A8384E in popluar number systems.

HEXA8384E
Decimal1685678
Binary101010001110001001110
Octal25070116

Shades and tints

Shades of #A8384E

#A8384E
(168,56,78)
#993347
(153,51,71)
#8A2E40
(138,46,64)
#7B2939
(123,41,57)
#6C2432
(108,36,50)
#5D1F2B
(93,31,43)
#4E1A24
(78,26,36)
#3F151D
(63,21,29)
#301016
(48,16,22)
#210B0F
(33,11,15)
#120608
(18,6,8)
#000000
(0,0,0)

Tints of #A8384E

#A8384E
(168,56,78)
#AF4A5E
(175,74,94)
#B65C6E
(182,92,110)
#BD6E7E
(189,110,126)
#C4808E
(196,128,142)
#CB929E
(203,146,158)
#D2A4AE
(210,164,174)
#D9B6BE
(217,182,190)
#E0C8CE
(224,200,206)
#E7DADE
(231,218,222)
#EEECEE
(238,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8384E color. Also use rgb(168,56,78) instead hex code.

Text Font Color

.myTextColor { color: #A8384E; }

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

This text font color is #A8384E.


Background Color

.myBgColor { background-color: #A8384E; }

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

This div background color is #A8384E.


Border color

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

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

This div border color is #A8384E.


Opacity

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

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

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

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

This text has shadow with #A8384E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8384E on black background.


Color preview on white background

This text has color #A8384E on white background.



Black color preview on #A8384E background

This text has black color on #A8384E background.


White color preview on #A8384E background

This text has white color on #A8384E background.