COLOR #4C345D

HEX: #4C345D
RGB: (76,52,93)

Color info

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

RGB color model

#4C345D color RGB value is (76,52,93).

  • red value is 76;
  • green value is 52;
  • blue value is 93.
RGB:
(76,52,93)
(30%,20%,36%)

RGB channels and saturation

R 76 of 255 = 30%
G 52 of 255 = 20%
B 93 of 255 = 36%

76
52
93

R + G + B ~ 29%. #4C345D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 52 + 93 = 221 (100%)
R 76 of 221 ~ 34.39%
G 52 of 221 ~ 23.53%
B 93 of 221 ~ 42.08%

%34.39
%23.53
%42.08

CMYK color model

#4C345D color CMYK value is (18,44,0,64).

  • cyan value is 18.28%
  • magenta value is 44.09%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(18,44,0,64)
C18M44Y0K64 
(18%,44%,0%,64%)
(0.18/0.44/0.00/0.64)	

CMYK percentages

%18.28
%44.09
%0
%63.53

Codes

Color #4C345D in popluar color models

4C345D
RGB765293
HSL275°28.28%28.43%
HSB/HSV275°44.09%36.47%
CMYK18.28%44.09%0.00%
63.53%

Color #4C345D in popluar number systems.

HEX4C345D
Decimal765293
Binary10011001101001011101
Octal11464135

Shades and tints

Shades of #4C345D

#4C345D
(76,52,93)
#463055
(70,48,85)
#402C4D
(64,44,77)
#3A2845
(58,40,69)
#34243D
(52,36,61)
#2E2035
(46,32,53)
#281C2D
(40,28,45)
#221825
(34,24,37)
#1C141D
(28,20,29)
#161015
(22,16,21)
#100C0D
(16,12,13)
#000000
(0,0,0)

Tints of #4C345D

#4C345D
(76,52,93)
#5C466B
(92,70,107)
#6C5879
(108,88,121)
#7C6A87
(124,106,135)
#8C7C95
(140,124,149)
#9C8EA3
(156,142,163)
#ACA0B1
(172,160,177)
#BCB2BF
(188,178,191)
#CCC4CD
(204,196,205)
#DCD6DB
(220,214,219)
#ECE8E9
(236,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C345D color. Also use rgb(76,52,93) instead hex code.

Text Font Color

.myTextColor { color: #4C345D; }

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

This text font color is #4C345D.


Background Color

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

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

This div background color is #4C345D.


Border color

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

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

This div border color is #4C345D.


Opacity

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

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

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

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

This text has shadow with #4C345D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C345D on black background.


Color preview on white background

This text has color #4C345D on white background.



Black color preview on #4C345D background

This text has black color on #4C345D background.


White color preview on #4C345D background

This text has white color on #4C345D background.