COLOR #A33C4E

HEX: #A33C4E RGB: (163,60,78)

Color info

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

RGB color model

#A33C4E color RGB value is (163,60,78).

RGB: (163,60,78) (64%, 24%, 31%)

RGB channels and saturation

R 163 of 255 = 64%
G 60 of 255 = 24%
B 78 of 255 = 31%

163
60
78

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

Portions of RGB colors in percentages

R + G + B = 163 + 60 + 78 = 301 (100%)
R 163 of 301 ~ 54.15%
G 60 of 301 ~ 19.93%
B 78 of 301 ~ 25.91'%

%54.15
%19.93
%25.91

CMYK color model

#A33C4E color CMYK value is (0,63,52,36).

  • cyan value is 0.00%
  • magenta value is 63.19%
  • yellow value is 52.15%
  • key color value is 36.08%

CMYK: (0,63,52,36)
C0M63Y52K36 (0%, 63%, 52%, 36%)
(0.00 / 0.63 / 0.52 / 0.36)

CMYK percentages

%0
%63.19
%52.15
%36.08

Codes

Color #A33C4E in popluar color models

A3 3C 4E
RGB 163 60 78
HSL 350° 46.19% 43.73%
HSB/HSV 350° 63.19% 63.92%
CMYK 0.00% 63.19% 52.15%
36.08%

Color #A33C4E in popluar number systems.

HEX A3 3C 4E
Decimal 163 60 78
Binary 10100011 111100 1001110
Octal 243 74 116

Shades and tints

Shades of #A33C4E

#A33C4E
(163,60,78)
#953747
(149,55,71)
#873240
(135,50,64)
#792D39
(121,45,57)
#6B2832
(107,40,50)
#5D232B
(93,35,43)
#4F1E24
(79,30,36)
#41191D
(65,25,29)
#331416
(51,20,22)
#250F0F
(37,15,15)
#170A08
(23,10,8)
#000000
(0,0,0)

Tints of #A33C4E

#A33C4E
(163,60,78)
#AB4D5E
(171,77,94)
#B35E6E
(179,94,110)
#BB6F7E
(187,111,126)
#C3808E
(195,128,142)
#CB919E
(203,145,158)
#D3A2AE
(211,162,174)
#DBB3BE
(219,179,190)
#E3C4CE
(227,196,206)
#EBD5DE
(235,213,222)
#F3E6EE
(243,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A33C4E; }

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

This text font color is #A33C4E.

Background Color

.myBgColor { background-color: #A33C4E; }

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

This div background color is #A33C4E.

Border color

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

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

This div border color is #A33C4E.

Opacity

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

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

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

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

This text has shadow with #A33C4E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A33C4E.

Preview

Color preview on black background

This text has color #A33C4E on black background.


Color preview on white background

This text has color #A33C4E on white background.


Black color preview on #A33C4E background

This text has black color on #A33C4E background.


White color preview on #A33C4E background

This text has white color on #A33C4E background.


Related colors

Complementary color

Complementary color for #hex is #5CC3B1.


I love getcolorcode.com

Triadic colors

1 #4EA33C and #3C4EA3 with #A33C4E are triadic colors.

2 #4E3CA3 and #3CA34E with #A33C4E are triadic colors.