COLOR #4C6F6E

HEX: #4C6F6E RGB: (76,111,110)

Color info

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

RGB color model

#4C6F6E color RGB value is (76,111,110).

RGB: (76,111,110) (30%, 44%, 43%)

RGB channels and saturation

R 76 of 255 = 30%
G 111 of 255 = 44%
B 110 of 255 = 43%

76
111
110

R + G + B ~ 39%. #4C6F6E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 111 + 110 = 297 (100%)
R 76 of 297 ~ 25.59%
G 111 of 297 ~ 37.37%
B 110 of 297 ~ 37.04'%

%25.59
%37.37
%37.04

CMYK color model

#4C6F6E color CMYK value is (32,0,1,56).

  • cyan value is 31.53%
  • magenta value is 0.00%
  • yellow value is 0.90%
  • key color value is 56.47%

CMYK: (32,0,1,56)
C32M0Y1K56 (32%, 0%, 1%, 56%)
(0.32 / 0.00 / 0.01 / 0.56)

CMYK percentages

%31.53
%0
%0.9
%56.47

Codes

Color #4C6F6E in popluar color models

4C 6F 6E
RGB 76 111 110
HSL 178° 18.72% 36.67%
HSB/HSV 178° 31.53% 43.53%
CMYK 31.53% 0.00% 0.90%
56.47%

Color #4C6F6E in popluar number systems.

HEX 4C 6F 6E
Decimal 76 111 110
Binary 1001100 1101111 1101110
Octal 114 157 156

Shades and tints

Shades of #4C6F6E

#4C6F6E
(76,111,110)
#466564
(70,101,100)
#405B5A
(64,91,90)
#3A5150
(58,81,80)
#344746
(52,71,70)
#2E3D3C
(46,61,60)
#283332
(40,51,50)
#222928
(34,41,40)
#1C1F1E
(28,31,30)
#161514
(22,21,20)
#100B0A
(16,11,10)
#000000
(0,0,0)

Tints of #4C6F6E

#4C6F6E
(76,111,110)
#5C7C7B
(92,124,123)
#6C8988
(108,137,136)
#7C9695
(124,150,149)
#8CA3A2
(140,163,162)
#9CB0AF
(156,176,175)
#ACBDBC
(172,189,188)
#BCCAC9
(188,202,201)
#CCD7D6
(204,215,214)
#DCE4E3
(220,228,227)
#ECF1F0
(236,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C6F6E; }

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

This text font color is #4C6F6E.

Background Color

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

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

This div background color is #4C6F6E.

Border color

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

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

This div border color is #4C6F6E.

Opacity

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

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

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

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

This text has shadow with #4C6F6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C6F6E.

Preview

Color preview on black background

This text has color #4C6F6E on black background.


Color preview on white background

This text has color #4C6F6E on white background.


Black color preview on #4C6F6E background

This text has black color on #4C6F6E background.


White color preview on #4C6F6E background

This text has white color on #4C6F6E background.


Related colors

Complementary color

Complementary color for #hex is #B39091.


I love getcolorcode.com

Triadic colors

1 #6E4C6F and #6F6E4C with #4C6F6E are triadic colors.

2 #6E6F4C and #6F4C6E with #4C6F6E are triadic colors.