COLOR #4C537B

HEX: #4C537B
RGB: (76,83,123)

Color info

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

RGB color model

#4C537B color RGB value is (76,83,123).

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

RGB channels and saturation

R 76 of 255 = 30%
G 83 of 255 = 33%
B 123 of 255 = 48%

76
83
123

R + G + B ~ 37%. #4C537B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 83 + 123 = 282 (100%)
R 76 of 282 ~ 26.95%
G 83 of 282 ~ 29.43%
B 123 of 282 ~ 43.62%

%26.95
%29.43
%43.62

CMYK color model

#4C537B color CMYK value is (38,33,0,52).

  • cyan value is 38.21%
  • magenta value is 32.52%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(38,33,0,52)
C38M33Y0K52 
(38%,33%,0%,52%)
(0.38/0.33/0.00/0.52)	

CMYK percentages

%38.21
%32.52
%0
%51.76

Codes

Color #4C537B in popluar color models

4C537B
RGB7683123
HSL231°23.62%39.02%
HSB/HSV231°38.21%48.24%
CMYK38.21%32.52%0.00%
51.76%

Color #4C537B in popluar number systems.

HEX4C537B
Decimal7683123
Binary100110010100111111011
Octal114123173

Shades and tints

Shades of #4C537B

#4C537B
(76,83,123)
#464C70
(70,76,112)
#404565
(64,69,101)
#3A3E5A
(58,62,90)
#34374F
(52,55,79)
#2E3044
(46,48,68)
#282939
(40,41,57)
#22222E
(34,34,46)
#1C1B23
(28,27,35)
#161418
(22,20,24)
#100D0D
(16,13,13)
#000000
(0,0,0)

Tints of #4C537B

#4C537B
(76,83,123)
#5C6287
(92,98,135)
#6C7193
(108,113,147)
#7C809F
(124,128,159)
#8C8FAB
(140,143,171)
#9C9EB7
(156,158,183)
#ACADC3
(172,173,195)
#BCBCCF
(188,188,207)
#CCCBDB
(204,203,219)
#DCDAE7
(220,218,231)
#ECE9F3
(236,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C537B; }

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

This text font color is #4C537B.


Background Color

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

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

This div background color is #4C537B.


Border color

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

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

This div border color is #4C537B.


Opacity

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

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

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

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

This text has shadow with #4C537B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C537B on black background.


Color preview on white background

This text has color #4C537B on white background.



Black color preview on #4C537B background

This text has black color on #4C537B background.


White color preview on #4C537B background

This text has white color on #4C537B background.