COLOR #A83F54

HEX: #A83F54 RGB: (168,63,84)

Color info

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

RGB color model

#A83F54 color RGB value is (168,63,84).

RGB: (168,63,84) (66%, 25%, 33%)

RGB channels and saturation

R 168 of 255 = 66%
G 63 of 255 = 25%
B 84 of 255 = 33%

168
63
84

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

Portions of RGB colors in percentages

R + G + B = 168 + 63 + 84 = 315 (100%)
R 168 of 315 ~ 53.33%
G 63 of 315 ~ 20%
B 84 of 315 ~ 26.67'%

%53.33
%20
%26.67

CMYK color model

#A83F54 color CMYK value is (0,63,50,34).

  • cyan value is 0.00%
  • magenta value is 62.50%
  • yellow value is 50.00%
  • key color value is 34.12%

CMYK: (0,63,50,34)
C0M63Y50K34 (0%, 63%, 50%, 34%)
(0.00 / 0.63 / 0.50 / 0.34)

CMYK percentages

%0
%62.5
%50
%34.12

Codes

Color #A83F54 in popluar color models

A8 3F 54
RGB 168 63 84
HSL 348° 45.45% 45.29%
HSB/HSV 348° 62.50% 65.88%
CMYK 0.00% 62.50% 50.00%
34.12%

Color #A83F54 in popluar number systems.

HEX A8 3F 54
Decimal 168 63 84
Binary 10101000 111111 1010100
Octal 250 77 124

Shades and tints

Shades of #A83F54

#A83F54
(168,63,84)
#993A4D
(153,58,77)
#8A3546
(138,53,70)
#7B303F
(123,48,63)
#6C2B38
(108,43,56)
#5D2631
(93,38,49)
#4E212A
(78,33,42)
#3F1C23
(63,28,35)
#30171C
(48,23,28)
#211215
(33,18,21)
#120D0E
(18,13,14)
#000000
(0,0,0)

Tints of #A83F54

#A83F54
(168,63,84)
#AF5063
(175,80,99)
#B66172
(182,97,114)
#BD7281
(189,114,129)
#C48390
(196,131,144)
#CB949F
(203,148,159)
#D2A5AE
(210,165,174)
#D9B6BD
(217,182,189)
#E0C7CC
(224,199,204)
#E7D8DB
(231,216,219)
#EEE9EA
(238,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A83F54 color. Also use rgb(168,63,84) instead hex code.

Text Font Color

.myTextColor { color: #A83F54; }

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

This text font color is #A83F54.

Background Color

.myBgColor { background-color: #A83F54; }

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

This div background color is #A83F54.

Border color

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

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

This div border color is #A83F54.

Opacity

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

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

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

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

This text has shadow with #A83F54 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A83F54.

Preview

Color preview on black background

This text has color #A83F54 on black background.


Color preview on white background

This text has color #A83F54 on white background.


Black color preview on #A83F54 background

This text has black color on #A83F54 background.


White color preview on #A83F54 background

This text has white color on #A83F54 background.


Related colors

Complementary color

Complementary color for #hex is #57C0AB.


I love getcolorcode.com

Triadic colors

1 #54A83F and #3F54A8 with #A83F54 are triadic colors.

2 #543FA8 and #3FA854 with #A83F54 are triadic colors.