COLOR #4A3353

HEX: #4A3353
RGB: (74,51,83)

Color info

#4A3353 contains red, green and blue colors in about the same proportion. Web safe color of #4A3353 is #333366 (or #336).

RGB color model

#4A3353 color RGB value is (74,51,83).

  • red value is 74;
  • green value is 51;
  • blue value is 83.
RGB:
(74,51,83)
(29%,20%,33%)

RGB channels and saturation

R 74 of 255 = 29%
G 51 of 255 = 20%
B 83 of 255 = 33%

74
51
83

R + G + B ~ 27%. #4A3353 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 51 + 83 = 208 (100%)
R 74 of 208 ~ 35.58%
G 51 of 208 ~ 24.52%
B 83 of 208 ~ 39.9%

%35.58
%24.52
%39.9

CMYK color model

#4A3353 color CMYK value is (11,39,0,67).

  • cyan value is 10.84%
  • magenta value is 38.55%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(11,39,0,67)
C11M39Y0K67 
(11%,39%,0%,67%)
(0.11/0.39/0.00/0.67)	

CMYK percentages

%10.84
%38.55
%0
%67.45

Codes

Color #4A3353 in popluar color models

4A3353
RGB745183
HSL283°23.88%26.27%
HSB/HSV283°38.55%32.55%
CMYK10.84%38.55%0.00%
67.45%

Color #4A3353 in popluar number systems.

HEX4A3353
Decimal745183
Binary10010101100111010011
Octal11263123

Shades and tints

Shades of #4A3353

#4A3353
(74,51,83)
#442F4C
(68,47,76)
#3E2B45
(62,43,69)
#38273E
(56,39,62)
#322337
(50,35,55)
#2C1F30
(44,31,48)
#261B29
(38,27,41)
#201722
(32,23,34)
#1A131B
(26,19,27)
#140F14
(20,15,20)
#0E0B0D
(14,11,13)
#000000
(0,0,0)

Tints of #4A3353

#4A3353
(74,51,83)
#5A4562
(90,69,98)
#6A5771
(106,87,113)
#7A6980
(122,105,128)
#8A7B8F
(138,123,143)
#9A8D9E
(154,141,158)
#AA9FAD
(170,159,173)
#BAB1BC
(186,177,188)
#CAC3CB
(202,195,203)
#DAD5DA
(218,213,218)
#EAE7E9
(234,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A3353 color. Also use rgb(74,51,83) instead hex code.

Text Font Color

.myTextColor { color: #4A3353; }

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

This text font color is #4A3353.


Background Color

.myBgColor { background-color: #4A3353; }

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

This div background color is #4A3353.


Border color

.myBorderColor { border: 1px solid #4A3353; }

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

This div border color is #4A3353.


Opacity

.myOpacity80 { color: #4A3353; opacity: 0.8; }

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

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

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

This text has shadow with #4A3353 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A3353 on black background.


Color preview on white background

This text has color #4A3353 on white background.



Black color preview on #4A3353 background

This text has black color on #4A3353 background.


White color preview on #4A3353 background

This text has white color on #4A3353 background.