COLOR #4A2953

HEX: #4A2953
RGB: (74,41,83)

Color info

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

RGB color model

#4A2953 color RGB value is (74,41,83).

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

RGB channels and saturation

R 74 of 255 = 29%
G 41 of 255 = 16%
B 83 of 255 = 33%

74
41
83

R + G + B ~ 26%. #4A2953 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 41 + 83 = 198 (100%)
R 74 of 198 ~ 37.37%
G 41 of 198 ~ 20.71%
B 83 of 198 ~ 41.92%

%37.37
%20.71
%41.92

CMYK color model

#4A2953 color CMYK value is (11,51,0,67).

  • cyan value is 10.84%
  • magenta value is 50.60%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(11,51,0,67)
C11M51Y0K67 
(11%,51%,0%,67%)
(0.11/0.51/0.00/0.67)	

CMYK percentages

%10.84
%50.6
%0
%67.45

Codes

Color #4A2953 in popluar color models

4A2953
RGB744183
HSL287°33.87%24.31%
HSB/HSV287°50.60%32.55%
CMYK10.84%50.60%0.00%
67.45%

Color #4A2953 in popluar number systems.

HEX4A2953
Decimal744183
Binary10010101010011010011
Octal11251123

Shades and tints

Shades of #4A2953

#4A2953
(74,41,83)
#44264C
(68,38,76)
#3E2345
(62,35,69)
#38203E
(56,32,62)
#321D37
(50,29,55)
#2C1A30
(44,26,48)
#261729
(38,23,41)
#201422
(32,20,34)
#1A111B
(26,17,27)
#140E14
(20,14,20)
#0E0B0D
(14,11,13)
#000000
(0,0,0)

Tints of #4A2953

#4A2953
(74,41,83)
#5A3C62
(90,60,98)
#6A4F71
(106,79,113)
#7A6280
(122,98,128)
#8A758F
(138,117,143)
#9A889E
(154,136,158)
#AA9BAD
(170,155,173)
#BAAEBC
(186,174,188)
#CAC1CB
(202,193,203)
#DAD4DA
(218,212,218)
#EAE7E9
(234,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A2953; }

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

This text font color is #4A2953.


Background Color

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

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

This div background color is #4A2953.


Border color

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

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

This div border color is #4A2953.


Opacity

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

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

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

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

This text has shadow with #4A2953 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A2953 on black background.


Color preview on white background

This text has color #4A2953 on white background.



Black color preview on #4A2953 background

This text has black color on #4A2953 background.


White color preview on #4A2953 background

This text has white color on #4A2953 background.