COLOR #4C6D6B

HEX: #4C6D6B
RGB: (76,109,107)

Color info

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

RGB color model

#4C6D6B color RGB value is (76,109,107).

  • red value is 76;
  • green value is 109;
  • blue value is 107.
RGB:
(76,109,107)
(30%,43%,42%)

RGB channels and saturation

R 76 of 255 = 30%
G 109 of 255 = 43%
B 107 of 255 = 42%

76
109
107

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

Portions of RGB colors in percentages

R + G + B =
76 + 109 + 107 = 292 (100%)
R 76 of 292 ~ 26.03%
G 109 of 292 ~ 37.33%
B 107 of 292 ~ 36.64%

%26.03
%37.33
%36.64

CMYK color model

#4C6D6B color CMYK value is (30,0,2,57).

  • cyan value is 30.28%
  • magenta value is 0.00%
  • yellow value is 1.83%
  • key color value is 57.25%
CMYK:
(30,0,2,57)
C30M0Y2K57 
(30%,0%,2%,57%)
(0.30/0.00/0.02/0.57)	

CMYK percentages

%30.28
%0
%1.83
%57.25

Codes

Color #4C6D6B in popluar color models

4C6D6B
RGB76109107
HSL176°17.84%36.27%
HSB/HSV176°30.28%42.75%
CMYK30.28%0.00%1.83%
57.25%

Color #4C6D6B in popluar number systems.

HEX4C6D6B
Decimal76109107
Binary100110011011011101011
Octal114155153

Shades and tints

Shades of #4C6D6B

#4C6D6B
(76,109,107)
#466462
(70,100,98)
#405B59
(64,91,89)
#3A5250
(58,82,80)
#344947
(52,73,71)
#2E403E
(46,64,62)
#283735
(40,55,53)
#222E2C
(34,46,44)
#1C2523
(28,37,35)
#161C1A
(22,28,26)
#101311
(16,19,17)
#000000
(0,0,0)

Tints of #4C6D6B

#4C6D6B
(76,109,107)
#5C7A78
(92,122,120)
#6C8785
(108,135,133)
#7C9492
(124,148,146)
#8CA19F
(140,161,159)
#9CAEAC
(156,174,172)
#ACBBB9
(172,187,185)
#BCC8C6
(188,200,198)
#CCD5D3
(204,213,211)
#DCE2E0
(220,226,224)
#ECEFED
(236,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C6D6B color. Also use rgb(76,109,107) instead hex code.

Text Font Color

.myTextColor { color: #4C6D6B; }

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

This text font color is #4C6D6B.


Background Color

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

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

This div background color is #4C6D6B.


Border color

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

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

This div border color is #4C6D6B.


Opacity

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

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

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

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

This text has shadow with #4C6D6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C6D6B on black background.


Color preview on white background

This text has color #4C6D6B on white background.



Black color preview on #4C6D6B background

This text has black color on #4C6D6B background.


White color preview on #4C6D6B background

This text has white color on #4C6D6B background.