COLOR #A33D56

HEX: #A33D56
RGB: (163,61,86)

Color info

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

RGB color model

#A33D56 color RGB value is (163,61,86).

  • red value is 163;
  • green value is 61;
  • blue value is 86.
RGB:
(163,61,86)
(64%,24%,34%)

RGB channels and saturation

R 163 of 255 = 64%
G 61 of 255 = 24%
B 86 of 255 = 34%

163
61
86

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

Portions of RGB colors in percentages

R + G + B =
163 + 61 + 86 = 310 (100%)
R 163 of 310 ~ 52.58%
G 61 of 310 ~ 19.68%
B 86 of 310 ~ 27.74%

%52.58
%19.68
%27.74

CMYK color model

#A33D56 color CMYK value is (0,63,47,36).

  • cyan value is 0.00%
  • magenta value is 62.58%
  • yellow value is 47.24%
  • key color value is 36.08%
CMYK:
(0,63,47,36)
C0M63Y47K36 
(0%,63%,47%,36%)
(0.00/0.63/0.47/0.36)	

CMYK percentages

%0
%62.58
%47.24
%36.08

Codes

Color #A33D56 in popluar color models

A33D56
RGB1636186
HSL345°45.54%43.92%
HSB/HSV345°62.58%63.92%
CMYK0.00%62.58%47.24%
36.08%

Color #A33D56 in popluar number systems.

HEXA33D56
Decimal1636186
Binary101000111111011010110
Octal24375126

Shades and tints

Shades of #A33D56

#A33D56
(163,61,86)
#95384F
(149,56,79)
#873348
(135,51,72)
#792E41
(121,46,65)
#6B293A
(107,41,58)
#5D2433
(93,36,51)
#4F1F2C
(79,31,44)
#411A25
(65,26,37)
#33151E
(51,21,30)
#251017
(37,16,23)
#170B10
(23,11,16)
#000000
(0,0,0)

Tints of #A33D56

#A33D56
(163,61,86)
#AB4E65
(171,78,101)
#B35F74
(179,95,116)
#BB7083
(187,112,131)
#C38192
(195,129,146)
#CB92A1
(203,146,161)
#D3A3B0
(211,163,176)
#DBB4BF
(219,180,191)
#E3C5CE
(227,197,206)
#EBD6DD
(235,214,221)
#F3E7EC
(243,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A33D56 color. Also use rgb(163,61,86) instead hex code.

Text Font Color

.myTextColor { color: #A33D56; }

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

This text font color is #A33D56.


Background Color

.myBgColor { background-color: #A33D56; }

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

This div background color is #A33D56.


Border color

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

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

This div border color is #A33D56.


Opacity

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

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

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

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

This text has shadow with #A33D56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A33D56 on black background.


Color preview on white background

This text has color #A33D56 on white background.



Black color preview on #A33D56 background

This text has black color on #A33D56 background.


White color preview on #A33D56 background

This text has white color on #A33D56 background.