COLOR #4C366D

HEX: #4C366D
RGB: (76,54,109)

Color info

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

RGB color model

#4C366D color RGB value is (76,54,109).

  • red value is 76;
  • green value is 54;
  • blue value is 109.
RGB:
(76,54,109)
(30%,21%,43%)

RGB channels and saturation

R 76 of 255 = 30%
G 54 of 255 = 21%
B 109 of 255 = 43%

76
54
109

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

Portions of RGB colors in percentages

R + G + B =
76 + 54 + 109 = 239 (100%)
R 76 of 239 ~ 31.8%
G 54 of 239 ~ 22.59%
B 109 of 239 ~ 45.61%

%31.8
%22.59
%45.61

CMYK color model

#4C366D color CMYK value is (30,50,0,57).

  • cyan value is 30.28%
  • magenta value is 50.46%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(30,50,0,57)
C30M50Y0K57 
(30%,50%,0%,57%)
(0.30/0.50/0.00/0.57)	

CMYK percentages

%30.28
%50.46
%0
%57.25

Codes

Color #4C366D in popluar color models

4C366D
RGB7654109
HSL264°33.74%31.96%
HSB/HSV264°50.46%42.75%
CMYK30.28%50.46%0.00%
57.25%

Color #4C366D in popluar number systems.

HEX4C366D
Decimal7654109
Binary10011001101101101101
Octal11466155

Shades and tints

Shades of #4C366D

#4C366D
(76,54,109)
#463264
(70,50,100)
#402E5B
(64,46,91)
#3A2A52
(58,42,82)
#342649
(52,38,73)
#2E2240
(46,34,64)
#281E37
(40,30,55)
#221A2E
(34,26,46)
#1C1625
(28,22,37)
#16121C
(22,18,28)
#100E13
(16,14,19)
#000000
(0,0,0)

Tints of #4C366D

#4C366D
(76,54,109)
#5C487A
(92,72,122)
#6C5A87
(108,90,135)
#7C6C94
(124,108,148)
#8C7EA1
(140,126,161)
#9C90AE
(156,144,174)
#ACA2BB
(172,162,187)
#BCB4C8
(188,180,200)
#CCC6D5
(204,198,213)
#DCD8E2
(220,216,226)
#ECEAEF
(236,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C366D color. Also use rgb(76,54,109) instead hex code.

Text Font Color

.myTextColor { color: #4C366D; }

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

This text font color is #4C366D.


Background Color

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

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

This div background color is #4C366D.


Border color

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

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

This div border color is #4C366D.


Opacity

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

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

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

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

This text has shadow with #4C366D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C366D on black background.


Color preview on white background

This text has color #4C366D on white background.



Black color preview on #4C366D background

This text has black color on #4C366D background.


White color preview on #4C366D background

This text has white color on #4C366D background.