COLOR #A83A4A

HEX: #A83A4A
RGB: (168,58,74)

Color info

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

RGB color model

#A83A4A color RGB value is (168,58,74).

  • red value is 168;
  • green value is 58;
  • blue value is 74.
RGB:
(168,58,74)
(66%,23%,29%)

RGB channels and saturation

R 168 of 255 = 66%
G 58 of 255 = 23%
B 74 of 255 = 29%

168
58
74

R + G + B ~ 39%. #A83A4A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
168 + 58 + 74 = 300 (100%)
R 168 of 300 ~ 56%
G 58 of 300 ~ 19.33%
B 74 of 300 ~ 24.67%

%56
%19.33
%24.67

CMYK color model

#A83A4A color CMYK value is (0,65,56,34).

  • cyan value is 0.00%
  • magenta value is 65.48%
  • yellow value is 55.95%
  • key color value is 34.12%
CMYK:
(0,65,56,34)
C0M65Y56K34 
(0%,65%,56%,34%)
(0.00/0.65/0.56/0.34)	

CMYK percentages

%0
%65.48
%55.95
%34.12

Codes

Color #A83A4A in popluar color models

A83A4A
RGB1685874
HSL351°48.67%44.31%
HSB/HSV351°65.48%65.88%
CMYK0.00%65.48%55.95%
34.12%

Color #A83A4A in popluar number systems.

HEXA83A4A
Decimal1685874
Binary101010001110101001010
Octal25072112

Shades and tints

Shades of #A83A4A

#A83A4A
(168,58,74)
#993544
(153,53,68)
#8A303E
(138,48,62)
#7B2B38
(123,43,56)
#6C2632
(108,38,50)
#5D212C
(93,33,44)
#4E1C26
(78,28,38)
#3F1720
(63,23,32)
#30121A
(48,18,26)
#210D14
(33,13,20)
#12080E
(18,8,14)
#000000
(0,0,0)

Tints of #A83A4A

#A83A4A
(168,58,74)
#AF4B5A
(175,75,90)
#B65C6A
(182,92,106)
#BD6D7A
(189,109,122)
#C47E8A
(196,126,138)
#CB8F9A
(203,143,154)
#D2A0AA
(210,160,170)
#D9B1BA
(217,177,186)
#E0C2CA
(224,194,202)
#E7D3DA
(231,211,218)
#EEE4EA
(238,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A83A4A color. Also use rgb(168,58,74) instead hex code.

Text Font Color

.myTextColor { color: #A83A4A; }

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

This text font color is #A83A4A.


Background Color

.myBgColor { background-color: #A83A4A; }

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

This div background color is #A83A4A.


Border color

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

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

This div border color is #A83A4A.


Opacity

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

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

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

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

This text has shadow with #A83A4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A83A4A on black background.


Color preview on white background

This text has color #A83A4A on white background.



Black color preview on #A83A4A background

This text has black color on #A83A4A background.


White color preview on #A83A4A background

This text has white color on #A83A4A background.