COLOR #A33B54

HEX: #A33B54
RGB: (163,59,84)

Color info

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

RGB color model

#A33B54 color RGB value is (163,59,84).

  • red value is 163;
  • green value is 59;
  • blue value is 84.
RGB:
(163,59,84)
(64%,23%,33%)

RGB channels and saturation

R 163 of 255 = 64%
G 59 of 255 = 23%
B 84 of 255 = 33%

163
59
84

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

Portions of RGB colors in percentages

R + G + B =
163 + 59 + 84 = 306 (100%)
R 163 of 306 ~ 53.27%
G 59 of 306 ~ 19.28%
B 84 of 306 ~ 27.45%

%53.27
%19.28
%27.45

CMYK color model

#A33B54 color CMYK value is (0,64,48,36).

  • cyan value is 0.00%
  • magenta value is 63.80%
  • yellow value is 48.47%
  • key color value is 36.08%
CMYK:
(0,64,48,36)
C0M64Y48K36 
(0%,64%,48%,36%)
(0.00/0.64/0.48/0.36)	

CMYK percentages

%0
%63.8
%48.47
%36.08

Codes

Color #A33B54 in popluar color models

A33B54
RGB1635984
HSL346°46.85%43.53%
HSB/HSV346°63.80%63.92%
CMYK0.00%63.80%48.47%
36.08%

Color #A33B54 in popluar number systems.

HEXA33B54
Decimal1635984
Binary101000111110111010100
Octal24373124

Shades and tints

Shades of #A33B54

#A33B54
(163,59,84)
#95364D
(149,54,77)
#873146
(135,49,70)
#792C3F
(121,44,63)
#6B2738
(107,39,56)
#5D2231
(93,34,49)
#4F1D2A
(79,29,42)
#411823
(65,24,35)
#33131C
(51,19,28)
#250E15
(37,14,21)
#17090E
(23,9,14)
#000000
(0,0,0)

Tints of #A33B54

#A33B54
(163,59,84)
#AB4C63
(171,76,99)
#B35D72
(179,93,114)
#BB6E81
(187,110,129)
#C37F90
(195,127,144)
#CB909F
(203,144,159)
#D3A1AE
(211,161,174)
#DBB2BD
(219,178,189)
#E3C3CC
(227,195,204)
#EBD4DB
(235,212,219)
#F3E5EA
(243,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A33B54 color. Also use rgb(163,59,84) instead hex code.

Text Font Color

.myTextColor { color: #A33B54; }

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

This text font color is #A33B54.


Background Color

.myBgColor { background-color: #A33B54; }

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

This div background color is #A33B54.


Border color

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

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

This div border color is #A33B54.


Opacity

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

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

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

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

This text has shadow with #A33B54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A33B54 on black background.


Color preview on white background

This text has color #A33B54 on white background.



Black color preview on #A33B54 background

This text has black color on #A33B54 background.


White color preview on #A33B54 background

This text has white color on #A33B54 background.