COLOR #A33742

HEX: #A33742
RGB: (163,55,66)

Color info

#A33742 contains mainly red color. Web safe color of #A33742 is #993333 (or #933).

RGB color model

#A33742 color RGB value is (163,55,66).

  • red value is 163;
  • green value is 55;
  • blue value is 66.
RGB:
(163,55,66)
(64%,22%,26%)

RGB channels and saturation

R 163 of 255 = 64%
G 55 of 255 = 22%
B 66 of 255 = 26%

163
55
66

R + G + B ~ 37%. #A33742 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
163 + 55 + 66 = 284 (100%)
R 163 of 284 ~ 57.39%
G 55 of 284 ~ 19.37%
B 66 of 284 ~ 23.24%

%57.39
%19.37
%23.24

CMYK color model

#A33742 color CMYK value is (0,66,60,36).

  • cyan value is 0.00%
  • magenta value is 66.26%
  • yellow value is 59.51%
  • key color value is 36.08%
CMYK:
(0,66,60,36)
C0M66Y60K36 
(0%,66%,60%,36%)
(0.00/0.66/0.60/0.36)	

CMYK percentages

%0
%66.26
%59.51
%36.08

Codes

Color #A33742 in popluar color models

A33742
RGB1635566
HSL354°49.54%42.75%
HSB/HSV354°66.26%63.92%
CMYK0.00%66.26%59.51%
36.08%

Color #A33742 in popluar number systems.

HEXA33742
Decimal1635566
Binary101000111101111000010
Octal24367102

Shades and tints

Shades of #A33742

#A33742
(163,55,66)
#95323C
(149,50,60)
#872D36
(135,45,54)
#792830
(121,40,48)
#6B232A
(107,35,42)
#5D1E24
(93,30,36)
#4F191E
(79,25,30)
#411418
(65,20,24)
#330F12
(51,15,18)
#250A0C
(37,10,12)
#170506
(23,5,6)
#000000
(0,0,0)

Tints of #A33742

#A33742
(163,55,66)
#AB4953
(171,73,83)
#B35B64
(179,91,100)
#BB6D75
(187,109,117)
#C37F86
(195,127,134)
#CB9197
(203,145,151)
#D3A3A8
(211,163,168)
#DBB5B9
(219,181,185)
#E3C7CA
(227,199,202)
#EBD9DB
(235,217,219)
#F3EBEC
(243,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A33742 color. Also use rgb(163,55,66) instead hex code.

Text Font Color

.myTextColor { color: #A33742; }

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

This text font color is #A33742.


Background Color

.myBgColor { background-color: #A33742; }

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

This div background color is #A33742.


Border color

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

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

This div border color is #A33742.


Opacity

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

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

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

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

This text has shadow with #A33742 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A33742 on black background.


Color preview on white background

This text has color #A33742 on white background.



Black color preview on #A33742 background

This text has black color on #A33742 background.


White color preview on #A33742 background

This text has white color on #A33742 background.