COLOR #4C3859

HEX: #4C3859
RGB: (76,56,89)

Color info

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

RGB color model

#4C3859 color RGB value is (76,56,89).

  • red value is 76;
  • green value is 56;
  • blue value is 89.
RGB:
(76,56,89)
(30%,22%,35%)

RGB channels and saturation

R 76 of 255 = 30%
G 56 of 255 = 22%
B 89 of 255 = 35%

76
56
89

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

Portions of RGB colors in percentages

R + G + B =
76 + 56 + 89 = 221 (100%)
R 76 of 221 ~ 34.39%
G 56 of 221 ~ 25.34%
B 89 of 221 ~ 40.27%

%34.39
%25.34
%40.27

CMYK color model

#4C3859 color CMYK value is (15,37,0,65).

  • cyan value is 14.61%
  • magenta value is 37.08%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(15,37,0,65)
C15M37Y0K65 
(15%,37%,0%,65%)
(0.15/0.37/0.00/0.65)	

CMYK percentages

%14.61
%37.08
%0
%65.1

Codes

Color #4C3859 in popluar color models

4C3859
RGB765689
HSL276°22.76%28.43%
HSB/HSV276°37.08%34.90%
CMYK14.61%37.08%0.00%
65.10%

Color #4C3859 in popluar number systems.

HEX4C3859
Decimal765689
Binary10011001110001011001
Octal11470131

Shades and tints

Shades of #4C3859

#4C3859
(76,56,89)
#463351
(70,51,81)
#402E49
(64,46,73)
#3A2941
(58,41,65)
#342439
(52,36,57)
#2E1F31
(46,31,49)
#281A29
(40,26,41)
#221521
(34,21,33)
#1C1019
(28,16,25)
#160B11
(22,11,17)
#100609
(16,6,9)
#000000
(0,0,0)

Tints of #4C3859

#4C3859
(76,56,89)
#5C4A68
(92,74,104)
#6C5C77
(108,92,119)
#7C6E86
(124,110,134)
#8C8095
(140,128,149)
#9C92A4
(156,146,164)
#ACA4B3
(172,164,179)
#BCB6C2
(188,182,194)
#CCC8D1
(204,200,209)
#DCDAE0
(220,218,224)
#ECECEF
(236,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C3859 color. Also use rgb(76,56,89) instead hex code.

Text Font Color

.myTextColor { color: #4C3859; }

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

This text font color is #4C3859.


Background Color

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

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

This div background color is #4C3859.


Border color

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

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

This div border color is #4C3859.


Opacity

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

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

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

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

This text has shadow with #4C3859 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C3859 on black background.


Color preview on white background

This text has color #4C3859 on white background.



Black color preview on #4C3859 background

This text has black color on #4C3859 background.


White color preview on #4C3859 background

This text has white color on #4C3859 background.