COLOR #4C6571

HEX: #4C6571 RGB: (76,101,113)

Color info

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

RGB color model

#4C6571 color RGB value is (76,101,113).

RGB: (76,101,113) (30%, 40%, 44%)

RGB channels and saturation

R 76 of 255 = 30%
G 101 of 255 = 40%
B 113 of 255 = 44%

76
101
113

R + G + B ~ 38%. #4C6571 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 101 + 113 = 290 (100%)
R 76 of 290 ~ 26.21%
G 101 of 290 ~ 34.83%
B 113 of 290 ~ 38.97'%

%26.21
%34.83
%38.97

CMYK color model

#4C6571 color CMYK value is (33,11,0,56).

  • cyan value is 32.74%
  • magenta value is 10.62%
  • yellow value is 0.00%
  • key color value is 55.69%

CMYK: (33,11,0,56)
C33M11Y0K56 (33%, 11%, 0%, 56%)
(0.33 / 0.11 / 0.00 / 0.56)

CMYK percentages

%32.74
%10.62
%0
%55.69

Codes

Color #4C6571 in popluar color models

4C 65 71
RGB 76 101 113
HSL 199° 19.58% 37.06%
HSB/HSV 199° 32.74% 44.31%
CMYK 32.74% 10.62% 0.00%
55.69%

Color #4C6571 in popluar number systems.

HEX 4C 65 71
Decimal 76 101 113
Binary 1001100 1100101 1110001
Octal 114 145 161

Shades and tints

Shades of #4C6571

#4C6571
(76,101,113)
#465C67
(70,92,103)
#40535D
(64,83,93)
#3A4A53
(58,74,83)
#344149
(52,65,73)
#2E383F
(46,56,63)
#282F35
(40,47,53)
#22262B
(34,38,43)
#1C1D21
(28,29,33)
#161417
(22,20,23)
#100B0D
(16,11,13)
#000000
(0,0,0)

Tints of #4C6571

#4C6571
(76,101,113)
#5C737D
(92,115,125)
#6C8189
(108,129,137)
#7C8F95
(124,143,149)
#8C9DA1
(140,157,161)
#9CABAD
(156,171,173)
#ACB9B9
(172,185,185)
#BCC7C5
(188,199,197)
#CCD5D1
(204,213,209)
#DCE3DD
(220,227,221)
#ECF1E9
(236,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C6571; }

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

This text font color is #4C6571.

Background Color

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

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

This div background color is #4C6571.

Border color

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

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

This div border color is #4C6571.

Opacity

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

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

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

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

This text has shadow with #4C6571 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C6571.

Preview

Color preview on black background

This text has color #4C6571 on black background.


Color preview on white background

This text has color #4C6571 on white background.


Black color preview on #4C6571 background

This text has black color on #4C6571 background.


White color preview on #4C6571 background

This text has white color on #4C6571 background.


Related colors

Complementary color

Complementary color for #hex is #B39A8E.


I love getcolorcode.com

Triadic colors

1 #714C65 and #65714C with #4C6571 are triadic colors.

2 #71654C and #654C71 with #4C6571 are triadic colors.