COLOR #4C4858

HEX: #4C4858
RGB: (76,72,88)

Color info

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

RGB color model

#4C4858 color RGB value is (76,72,88).

  • red value is 76;
  • green value is 72;
  • blue value is 88.
RGB:
(76,72,88)
(30%,28%,35%)

RGB channels and saturation

R 76 of 255 = 30%
G 72 of 255 = 28%
B 88 of 255 = 35%

76
72
88

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

Portions of RGB colors in percentages

R + G + B =
76 + 72 + 88 = 236 (100%)
R 76 of 236 ~ 32.2%
G 72 of 236 ~ 30.51%
B 88 of 236 ~ 37.29%

%32.2
%30.51
%37.29

CMYK color model

#4C4858 color CMYK value is (14,18,0,65).

  • cyan value is 13.64%
  • magenta value is 18.18%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(14,18,0,65)
C14M18Y0K65 
(14%,18%,0%,65%)
(0.14/0.18/0.00/0.65)	

CMYK percentages

%13.64
%18.18
%0
%65.49

Codes

Color #4C4858 in popluar color models

4C4858
RGB767288
HSL255°10.00%31.37%
HSB/HSV255°18.18%34.51%
CMYK13.64%18.18%0.00%
65.49%

Color #4C4858 in popluar number systems.

HEX4C4858
Decimal767288
Binary100110010010001011000
Octal114110130

Shades and tints

Shades of #4C4858

#4C4858
(76,72,88)
#464250
(70,66,80)
#403C48
(64,60,72)
#3A3640
(58,54,64)
#343038
(52,48,56)
#2E2A30
(46,42,48)
#282428
(40,36,40)
#221E20
(34,30,32)
#1C1818
(28,24,24)
#161210
(22,18,16)
#100C08
(16,12,8)
#000000
(0,0,0)

Tints of #4C4858

#4C4858
(76,72,88)
#5C5867
(92,88,103)
#6C6876
(108,104,118)
#7C7885
(124,120,133)
#8C8894
(140,136,148)
#9C98A3
(156,152,163)
#ACA8B2
(172,168,178)
#BCB8C1
(188,184,193)
#CCC8D0
(204,200,208)
#DCD8DF
(220,216,223)
#ECE8EE
(236,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C4858 color. Also use rgb(76,72,88) instead hex code.

Text Font Color

.myTextColor { color: #4C4858; }

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

This text font color is #4C4858.


Background Color

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

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

This div background color is #4C4858.


Border color

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

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

This div border color is #4C4858.


Opacity

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

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

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

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

This text has shadow with #4C4858 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C4858 on black background.


Color preview on white background

This text has color #4C4858 on white background.



Black color preview on #4C4858 background

This text has black color on #4C4858 background.


White color preview on #4C4858 background

This text has white color on #4C4858 background.