COLOR #4C5365

HEX: #4C5365
RGB: (76,83,101)

Color info

#4C5365 contains red, green and blue colors in about the same proportion. Web safe color of #4C5365 is #336666 (or #366).

RGB color model

#4C5365 color RGB value is (76,83,101).

  • red value is 76;
  • green value is 83;
  • blue value is 101.
RGB:
(76,83,101)
(30%,33%,40%)

RGB channels and saturation

R 76 of 255 = 30%
G 83 of 255 = 33%
B 101 of 255 = 40%

76
83
101

R + G + B ~ 34%. #4C5365 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 83 + 101 = 260 (100%)
R 76 of 260 ~ 29.23%
G 83 of 260 ~ 31.92%
B 101 of 260 ~ 38.85%

%29.23
%31.92
%38.85

CMYK color model

#4C5365 color CMYK value is (25,18,0,60).

  • cyan value is 24.75%
  • magenta value is 17.82%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(25,18,0,60)
C25M18Y0K60 
(25%,18%,0%,60%)
(0.25/0.18/0.00/0.60)	

CMYK percentages

%24.75
%17.82
%0
%60.39

Codes

Color #4C5365 in popluar color models

4C5365
RGB7683101
HSL223°14.12%34.71%
HSB/HSV223°24.75%39.61%
CMYK24.75%17.82%0.00%
60.39%

Color #4C5365 in popluar number systems.

HEX4C5365
Decimal7683101
Binary100110010100111100101
Octal114123145

Shades and tints

Shades of #4C5365

#4C5365
(76,83,101)
#464C5C
(70,76,92)
#404553
(64,69,83)
#3A3E4A
(58,62,74)
#343741
(52,55,65)
#2E3038
(46,48,56)
#28292F
(40,41,47)
#222226
(34,34,38)
#1C1B1D
(28,27,29)
#161414
(22,20,20)
#100D0B
(16,13,11)
#000000
(0,0,0)

Tints of #4C5365

#4C5365
(76,83,101)
#5C6273
(92,98,115)
#6C7181
(108,113,129)
#7C808F
(124,128,143)
#8C8F9D
(140,143,157)
#9C9EAB
(156,158,171)
#ACADB9
(172,173,185)
#BCBCC7
(188,188,199)
#CCCBD5
(204,203,213)
#DCDAE3
(220,218,227)
#ECE9F1
(236,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C5365 color. Also use rgb(76,83,101) instead hex code.

Text Font Color

.myTextColor { color: #4C5365; }

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

This text font color is #4C5365.


Background Color

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

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

This div background color is #4C5365.


Border color

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

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

This div border color is #4C5365.


Opacity

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

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

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

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

This text has shadow with #4C5365 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C5365 on black background.


Color preview on white background

This text has color #4C5365 on white background.



Black color preview on #4C5365 background

This text has black color on #4C5365 background.


White color preview on #4C5365 background

This text has white color on #4C5365 background.