COLOR #4C526F

HEX: #4C526F RGB: (76,82,111)

Color info

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

RGB color model

#4C526F color RGB value is (76,82,111).

RGB: (76,82,111) (30%, 32%, 44%)

RGB channels and saturation

R 76 of 255 = 30%
G 82 of 255 = 32%
B 111 of 255 = 44%

76
82
111

R + G + B ~ 35%. #4C526F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 82 + 111 = 269 (100%)
R 76 of 269 ~ 28.25%
G 82 of 269 ~ 30.48%
B 111 of 269 ~ 41.26'%

%28.25
%30.48
%41.26

CMYK color model

#4C526F color CMYK value is (32,26,0,56).

  • cyan value is 31.53%
  • magenta value is 26.13%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK: (32,26,0,56) C32M26Y0K56 (32%,26%,0%,56%) (0.32/0.26/0.00/0.56) 

CMYK percentages

%31.53
%26.13
%0
%56.47

Codes

Color #4C526F in popluar color models

4C 52 6F
RGB 76 82 111
HSL 230° 18.72% 36.67%
HSB/HSV 230° 31.53% 43.53%
CMYK 31.53% 26.13% 0.00%
56.47%

Color #4C526F in popluar number systems.

HEX 4C 52 6F
Decimal 76 82 111
Binary 1001100 1010010 1101111
Octal 114 122 157

Shades and tints

Shades of #4C526F

#4C526F
(76,82,111)
#464B65
(70,75,101)
#40445B
(64,68,91)
#3A3D51
(58,61,81)
#343647
(52,54,71)
#2E2F3D
(46,47,61)
#282833
(40,40,51)
#222129
(34,33,41)
#1C1A1F
(28,26,31)
#161315
(22,19,21)
#100C0B
(16,12,11)
#000000
(0,0,0)

Tints of #4C526F

#4C526F
(76,82,111)
#5C617C
(92,97,124)
#6C7089
(108,112,137)
#7C7F96
(124,127,150)
#8C8EA3
(140,142,163)
#9C9DB0
(156,157,176)
#ACACBD
(172,172,189)
#BCBBCA
(188,187,202)
#CCCAD7
(204,202,215)
#DCD9E4
(220,217,228)
#ECE8F1
(236,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C526F color. Also use rgb(76,82,111) instead hex code.

Text Font Color

.myTextColor { color: #4C526F; }

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

This text font color is #4C526F.

Background Color

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

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

This div background color is #4C526F.

Border color

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

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

This div border color is #4C526F.

Opacity

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

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

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

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

This text has shadow with #4C526F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C526F.

Preview

Color preview on black background

This text has color #4C526F on black background.


Color preview on white background

This text has color #4C526F on white background.


Black color preview on #4C526F background

This text has black color on #4C526F background.


White color preview on #4C526F background

This text has white color on #4C526F background.


Related colors

Complementary color

Complementary color for #hex is #B3AD90.


I love getcolorcode.com

Triadic colors

1 #6F4C52 and #526F4C with #4C526F are triadic colors.

2 #6F524C and #524C6F with #4C526F are triadic colors.