COLOR #4A314C

HEX: #4A314C
RGB: (74,49,76)

Color info

#4A314C contains red, green and blue colors in about the same proportion. Web safe color of #4A314C is #333333 (or #333).

RGB color model

#4A314C color RGB value is (74,49,76).

  • red value is 74;
  • green value is 49;
  • blue value is 76.
RGB:
(74,49,76)
(29%,19%,30%)

RGB channels and saturation

R 74 of 255 = 29%
G 49 of 255 = 19%
B 76 of 255 = 30%

74
49
76

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

Portions of RGB colors in percentages

R + G + B =
74 + 49 + 76 = 199 (100%)
R 74 of 199 ~ 37.19%
G 49 of 199 ~ 24.62%
B 76 of 199 ~ 38.19%

%37.19
%24.62
%38.19

CMYK color model

#4A314C color CMYK value is (3,36,0,70).

  • cyan value is 2.63%
  • magenta value is 35.53%
  • yellow value is 0.00%
  • key color value is 70.20%
CMYK:
(3,36,0,70)
C3M36Y0K70 
(3%,36%,0%,70%)
(0.03/0.36/0.00/0.70)	

CMYK percentages

%2.63
%35.53
%0
%70.2

Codes

Color #4A314C in popluar color models

4A314C
RGB744976
HSL296°21.60%24.51%
HSB/HSV296°35.53%29.80%
CMYK2.63%35.53%0.00%
70.20%

Color #4A314C in popluar number systems.

HEX4A314C
Decimal744976
Binary10010101100011001100
Octal11261114

Shades and tints

Shades of #4A314C

#4A314C
(74,49,76)
#442D46
(68,45,70)
#3E2940
(62,41,64)
#38253A
(56,37,58)
#322134
(50,33,52)
#2C1D2E
(44,29,46)
#261928
(38,25,40)
#201522
(32,21,34)
#1A111C
(26,17,28)
#140D16
(20,13,22)
#0E0910
(14,9,16)
#000000
(0,0,0)

Tints of #4A314C

#4A314C
(74,49,76)
#5A435C
(90,67,92)
#6A556C
(106,85,108)
#7A677C
(122,103,124)
#8A798C
(138,121,140)
#9A8B9C
(154,139,156)
#AA9DAC
(170,157,172)
#BAAFBC
(186,175,188)
#CAC1CC
(202,193,204)
#DAD3DC
(218,211,220)
#EAE5EC
(234,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A314C color. Also use rgb(74,49,76) instead hex code.

Text Font Color

.myTextColor { color: #4A314C; }

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

This text font color is #4A314C.


Background Color

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

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

This div background color is #4A314C.


Border color

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

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

This div border color is #4A314C.


Opacity

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

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

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

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

This text has shadow with #4A314C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A314C on black background.


Color preview on white background

This text has color #4A314C on white background.



Black color preview on #4A314C background

This text has black color on #4A314C background.


White color preview on #4A314C background

This text has white color on #4A314C background.