COLOR #A33C62

HEX: #A33C62
RGB: (163,60,98)

Color info

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

RGB color model

#A33C62 color RGB value is (163,60,98).

  • red value is 163;
  • green value is 60;
  • blue value is 98.
RGB:
(163,60,98)
(64%,24%,38%)

RGB channels and saturation

R 163 of 255 = 64%
G 60 of 255 = 24%
B 98 of 255 = 38%

163
60
98

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

Portions of RGB colors in percentages

R + G + B =
163 + 60 + 98 = 321 (100%)
R 163 of 321 ~ 50.78%
G 60 of 321 ~ 18.69%
B 98 of 321 ~ 30.53%

%50.78
%18.69
%30.53

CMYK color model

#A33C62 color CMYK value is (0,63,40,36).

  • cyan value is 0.00%
  • magenta value is 63.19%
  • yellow value is 39.88%
  • key color value is 36.08%
CMYK:
(0,63,40,36)
C0M63Y40K36 
(0%,63%,40%,36%)
(0.00/0.63/0.40/0.36)	

CMYK percentages

%0
%63.19
%39.88
%36.08

Codes

Color #A33C62 in popluar color models

A33C62
RGB1636098
HSL338°46.19%43.73%
HSB/HSV338°63.19%63.92%
CMYK0.00%63.19%39.88%
36.08%

Color #A33C62 in popluar number systems.

HEXA33C62
Decimal1636098
Binary101000111111001100010
Octal24374142

Shades and tints

Shades of #A33C62

#A33C62
(163,60,98)
#95375A
(149,55,90)
#873252
(135,50,82)
#792D4A
(121,45,74)
#6B2842
(107,40,66)
#5D233A
(93,35,58)
#4F1E32
(79,30,50)
#41192A
(65,25,42)
#331422
(51,20,34)
#250F1A
(37,15,26)
#170A12
(23,10,18)
#000000
(0,0,0)

Tints of #A33C62

#A33C62
(163,60,98)
#AB4D70
(171,77,112)
#B35E7E
(179,94,126)
#BB6F8C
(187,111,140)
#C3809A
(195,128,154)
#CB91A8
(203,145,168)
#D3A2B6
(211,162,182)
#DBB3C4
(219,179,196)
#E3C4D2
(227,196,210)
#EBD5E0
(235,213,224)
#F3E6EE
(243,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A33C62 color. Also use rgb(163,60,98) instead hex code.

Text Font Color

.myTextColor { color: #A33C62; }

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

This text font color is #A33C62.


Background Color

.myBgColor { background-color: #A33C62; }

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

This div background color is #A33C62.


Border color

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

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

This div border color is #A33C62.


Opacity

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

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

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

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

This text has shadow with #A33C62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A33C62 on black background.


Color preview on white background

This text has color #A33C62 on white background.



Black color preview on #A33C62 background

This text has black color on #A33C62 background.


White color preview on #A33C62 background

This text has white color on #A33C62 background.