COLOR #A83C53

HEX: #A83C53
RGB: (168,60,83)

Color info

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

RGB color model

#A83C53 color RGB value is (168,60,83).

  • red value is 168;
  • green value is 60;
  • blue value is 83.
RGB:
(168,60,83)
(66%,24%,33%)

RGB channels and saturation

R 168 of 255 = 66%
G 60 of 255 = 24%
B 83 of 255 = 33%

168
60
83

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

Portions of RGB colors in percentages

R + G + B =
168 + 60 + 83 = 311 (100%)
R 168 of 311 ~ 54.02%
G 60 of 311 ~ 19.29%
B 83 of 311 ~ 26.69%

%54.02
%19.29
%26.69

CMYK color model

#A83C53 color CMYK value is (0,64,51,34).

  • cyan value is 0.00%
  • magenta value is 64.29%
  • yellow value is 50.60%
  • key color value is 34.12%
CMYK:
(0,64,51,34)
C0M64Y51K34 
(0%,64%,51%,34%)
(0.00/0.64/0.51/0.34)	

CMYK percentages

%0
%64.29
%50.6
%34.12

Codes

Color #A83C53 in popluar color models

A83C53
RGB1686083
HSL347°47.37%44.71%
HSB/HSV347°64.29%65.88%
CMYK0.00%64.29%50.60%
34.12%

Color #A83C53 in popluar number systems.

HEXA83C53
Decimal1686083
Binary101010001111001010011
Octal25074123

Shades and tints

Shades of #A83C53

#A83C53
(168,60,83)
#99374C
(153,55,76)
#8A3245
(138,50,69)
#7B2D3E
(123,45,62)
#6C2837
(108,40,55)
#5D2330
(93,35,48)
#4E1E29
(78,30,41)
#3F1922
(63,25,34)
#30141B
(48,20,27)
#210F14
(33,15,20)
#120A0D
(18,10,13)
#000000
(0,0,0)

Tints of #A83C53

#A83C53
(168,60,83)
#AF4D62
(175,77,98)
#B65E71
(182,94,113)
#BD6F80
(189,111,128)
#C4808F
(196,128,143)
#CB919E
(203,145,158)
#D2A2AD
(210,162,173)
#D9B3BC
(217,179,188)
#E0C4CB
(224,196,203)
#E7D5DA
(231,213,218)
#EEE6E9
(238,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A83C53 color. Also use rgb(168,60,83) instead hex code.

Text Font Color

.myTextColor { color: #A83C53; }

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

This text font color is #A83C53.


Background Color

.myBgColor { background-color: #A83C53; }

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

This div background color is #A83C53.


Border color

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

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

This div border color is #A83C53.


Opacity

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

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

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

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

This text has shadow with #A83C53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A83C53 on black background.


Color preview on white background

This text has color #A83C53 on white background.



Black color preview on #A83C53 background

This text has black color on #A83C53 background.


White color preview on #A83C53 background

This text has white color on #A83C53 background.