COLOR #4A3D52

HEX: #4A3D52
RGB: (74,61,82)

Color info

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

RGB color model

#4A3D52 color RGB value is (74,61,82).

  • red value is 74;
  • green value is 61;
  • blue value is 82.
RGB:
(74,61,82)
(29%,24%,32%)

RGB channels and saturation

R 74 of 255 = 29%
G 61 of 255 = 24%
B 82 of 255 = 32%

74
61
82

R + G + B ~ 28%. #4A3D52 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 61 + 82 = 217 (100%)
R 74 of 217 ~ 34.1%
G 61 of 217 ~ 28.11%
B 82 of 217 ~ 37.79%

%34.1
%28.11
%37.79

CMYK color model

#4A3D52 color CMYK value is (10,26,0,68).

  • cyan value is 9.76%
  • magenta value is 25.61%
  • yellow value is 0.00%
  • key color value is 67.84%
CMYK:
(10,26,0,68)
C10M26Y0K68 
(10%,26%,0%,68%)
(0.10/0.26/0.00/0.68)	

CMYK percentages

%9.76
%25.61
%0
%67.84

Codes

Color #4A3D52 in popluar color models

4A3D52
RGB746182
HSL277°14.69%28.04%
HSB/HSV277°25.61%32.16%
CMYK9.76%25.61%0.00%
67.84%

Color #4A3D52 in popluar number systems.

HEX4A3D52
Decimal746182
Binary10010101111011010010
Octal11275122

Shades and tints

Shades of #4A3D52

#4A3D52
(74,61,82)
#44384B
(68,56,75)
#3E3344
(62,51,68)
#382E3D
(56,46,61)
#322936
(50,41,54)
#2C242F
(44,36,47)
#261F28
(38,31,40)
#201A21
(32,26,33)
#1A151A
(26,21,26)
#141013
(20,16,19)
#0E0B0C
(14,11,12)
#000000
(0,0,0)

Tints of #4A3D52

#4A3D52
(74,61,82)
#5A4E61
(90,78,97)
#6A5F70
(106,95,112)
#7A707F
(122,112,127)
#8A818E
(138,129,142)
#9A929D
(154,146,157)
#AAA3AC
(170,163,172)
#BAB4BB
(186,180,187)
#CAC5CA
(202,197,202)
#DAD6D9
(218,214,217)
#EAE7E8
(234,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A3D52 color. Also use rgb(74,61,82) instead hex code.

Text Font Color

.myTextColor { color: #4A3D52; }

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

This text font color is #4A3D52.


Background Color

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

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

This div background color is #4A3D52.


Border color

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

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

This div border color is #4A3D52.


Opacity

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

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

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

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

This text has shadow with #4A3D52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A3D52 on black background.


Color preview on white background

This text has color #4A3D52 on white background.



Black color preview on #4A3D52 background

This text has black color on #4A3D52 background.


White color preview on #4A3D52 background

This text has white color on #4A3D52 background.