COLOR #4C6050

HEX: #4C6050
RGB: (76,96,80)

Color info

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

RGB color model

#4C6050 color RGB value is (76,96,80).

  • red value is 76;
  • green value is 96;
  • blue value is 80.
RGB:
(76,96,80)
(30%,38%,31%)

RGB channels and saturation

R 76 of 255 = 30%
G 96 of 255 = 38%
B 80 of 255 = 31%

76
96
80

R + G + B ~ 33%. #4C6050 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 96 + 80 = 252 (100%)
R 76 of 252 ~ 30.16%
G 96 of 252 ~ 38.1%
B 80 of 252 ~ 31.75%

%30.16
%38.1
%31.75

CMYK color model

#4C6050 color CMYK value is (21,0,17,62).

  • cyan value is 20.83%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 62.35%
CMYK:
(21,0,17,62)
C21M0Y17K62 
(21%,0%,17%,62%)
(0.21/0.00/0.17/0.62)	

CMYK percentages

%20.83
%0
%16.67
%62.35

Codes

Color #4C6050 in popluar color models

4C6050
RGB769680
HSL132°11.63%33.73%
HSB/HSV132°20.83%37.65%
CMYK20.83%0.00%16.67%
62.35%

Color #4C6050 in popluar number systems.

HEX4C6050
Decimal769680
Binary100110011000001010000
Octal114140120

Shades and tints

Shades of #4C6050

#4C6050
(76,96,80)
#465849
(70,88,73)
#405042
(64,80,66)
#3A483B
(58,72,59)
#344034
(52,64,52)
#2E382D
(46,56,45)
#283026
(40,48,38)
#22281F
(34,40,31)
#1C2018
(28,32,24)
#161811
(22,24,17)
#10100A
(16,16,10)
#000000
(0,0,0)

Tints of #4C6050

#4C6050
(76,96,80)
#5C6E5F
(92,110,95)
#6C7C6E
(108,124,110)
#7C8A7D
(124,138,125)
#8C988C
(140,152,140)
#9CA69B
(156,166,155)
#ACB4AA
(172,180,170)
#BCC2B9
(188,194,185)
#CCD0C8
(204,208,200)
#DCDED7
(220,222,215)
#ECECE6
(236,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C6050 color. Also use rgb(76,96,80) instead hex code.

Text Font Color

.myTextColor { color: #4C6050; }

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

This text font color is #4C6050.


Background Color

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

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

This div background color is #4C6050.


Border color

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

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

This div border color is #4C6050.


Opacity

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

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

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

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

This text has shadow with #4C6050 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C6050 on black background.


Color preview on white background

This text has color #4C6050 on white background.



Black color preview on #4C6050 background

This text has black color on #4C6050 background.


White color preview on #4C6050 background

This text has white color on #4C6050 background.