COLOR #4C5652

HEX: #4C5652
RGB: (76,86,82)

Color info

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

RGB color model

#4C5652 color RGB value is (76,86,82).

  • red value is 76;
  • green value is 86;
  • blue value is 82.
RGB:
(76,86,82)
(30%,34%,32%)

RGB channels and saturation

R 76 of 255 = 30%
G 86 of 255 = 34%
B 82 of 255 = 32%

76
86
82

R + G + B ~ 32%. #4C5652 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 86 + 82 = 244 (100%)
R 76 of 244 ~ 31.15%
G 86 of 244 ~ 35.25%
B 82 of 244 ~ 33.61%

%31.15
%35.25
%33.61

CMYK color model

#4C5652 color CMYK value is (12,0,5,66).

  • cyan value is 11.63%
  • magenta value is 0.00%
  • yellow value is 4.65%
  • key color value is 66.27%
CMYK:
(12,0,5,66)
C12M0Y5K66 
(12%,0%,5%,66%)
(0.12/0.00/0.05/0.66)	

CMYK percentages

%11.63
%0
%4.65
%66.27

Codes

Color #4C5652 in popluar color models

4C5652
RGB768682
HSL156°6.17%31.76%
HSB/HSV156°11.63%33.73%
CMYK11.63%0.00%4.65%
66.27%

Color #4C5652 in popluar number systems.

HEX4C5652
Decimal768682
Binary100110010101101010010
Octal114126122

Shades and tints

Shades of #4C5652

#4C5652
(76,86,82)
#464F4B
(70,79,75)
#404844
(64,72,68)
#3A413D
(58,65,61)
#343A36
(52,58,54)
#2E332F
(46,51,47)
#282C28
(40,44,40)
#222521
(34,37,33)
#1C1E1A
(28,30,26)
#161713
(22,23,19)
#10100C
(16,16,12)
#000000
(0,0,0)

Tints of #4C5652

#4C5652
(76,86,82)
#5C6561
(92,101,97)
#6C7470
(108,116,112)
#7C837F
(124,131,127)
#8C928E
(140,146,142)
#9CA19D
(156,161,157)
#ACB0AC
(172,176,172)
#BCBFBB
(188,191,187)
#CCCECA
(204,206,202)
#DCDDD9
(220,221,217)
#ECECE8
(236,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C5652; }

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

This text font color is #4C5652.


Background Color

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

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

This div background color is #4C5652.


Border color

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

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

This div border color is #4C5652.


Opacity

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

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

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

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

This text has shadow with #4C5652 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C5652 on black background.


Color preview on white background

This text has color #4C5652 on white background.



Black color preview on #4C5652 background

This text has black color on #4C5652 background.


White color preview on #4C5652 background

This text has white color on #4C5652 background.