COLOR #4C376B

HEX: #4C376B
RGB: (76,55,107)

Color info

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

RGB color model

#4C376B color RGB value is (76,55,107).

  • red value is 76;
  • green value is 55;
  • blue value is 107.
RGB:
(76,55,107)
(30%,22%,42%)

RGB channels and saturation

R 76 of 255 = 30%
G 55 of 255 = 22%
B 107 of 255 = 42%

76
55
107

R + G + B ~ 31%. #4C376B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 55 + 107 = 238 (100%)
R 76 of 238 ~ 31.93%
G 55 of 238 ~ 23.11%
B 107 of 238 ~ 44.96%

%31.93
%23.11
%44.96

CMYK color model

#4C376B color CMYK value is (29,49,0,58).

  • cyan value is 28.97%
  • magenta value is 48.60%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(29,49,0,58)
C29M49Y0K58 
(29%,49%,0%,58%)
(0.29/0.49/0.00/0.58)	

CMYK percentages

%28.97
%48.6
%0
%58.04

Codes

Color #4C376B in popluar color models

4C376B
RGB7655107
HSL264°32.10%31.76%
HSB/HSV264°48.60%41.96%
CMYK28.97%48.60%0.00%
58.04%

Color #4C376B in popluar number systems.

HEX4C376B
Decimal7655107
Binary10011001101111101011
Octal11467153

Shades and tints

Shades of #4C376B

#4C376B
(76,55,107)
#463262
(70,50,98)
#402D59
(64,45,89)
#3A2850
(58,40,80)
#342347
(52,35,71)
#2E1E3E
(46,30,62)
#281935
(40,25,53)
#22142C
(34,20,44)
#1C0F23
(28,15,35)
#160A1A
(22,10,26)
#100511
(16,5,17)
#000000
(0,0,0)

Tints of #4C376B

#4C376B
(76,55,107)
#5C4978
(92,73,120)
#6C5B85
(108,91,133)
#7C6D92
(124,109,146)
#8C7F9F
(140,127,159)
#9C91AC
(156,145,172)
#ACA3B9
(172,163,185)
#BCB5C6
(188,181,198)
#CCC7D3
(204,199,211)
#DCD9E0
(220,217,224)
#ECEBED
(236,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C376B color. Also use rgb(76,55,107) instead hex code.

Text Font Color

.myTextColor { color: #4C376B; }

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

This text font color is #4C376B.


Background Color

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

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

This div background color is #4C376B.


Border color

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

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

This div border color is #4C376B.


Opacity

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

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

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

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

This text has shadow with #4C376B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C376B on black background.


Color preview on white background

This text has color #4C376B on white background.



Black color preview on #4C376B background

This text has black color on #4C376B background.


White color preview on #4C376B background

This text has white color on #4C376B background.