COLOR #4C686E

HEX: #4C686E RGB: (76,104,110)

Color info

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

RGB color model

#4C686E color RGB value is (76,104,110).

RGB: (76,104,110) (30%, 41%, 43%)

RGB channels and saturation

R 76 of 255 = 30%
G 104 of 255 = 41%
B 110 of 255 = 43%

76
104
110

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

Portions of RGB colors in percentages

R + G + B = 76 + 104 + 110 = 290 (100%)
R 76 of 290 ~ 26.21%
G 104 of 290 ~ 35.86%
B 110 of 290 ~ 37.93'%

%26.21
%35.86
%37.93

CMYK color model

#4C686E color CMYK value is (31,5,0,57).

  • cyan value is 30.91%
  • magenta value is 5.45%
  • yellow value is 0.00%
  • key color value is 56.86%

CMYK: (31,5,0,57)
C31M5Y0K57 (31%, 5%, 0%, 57%)
(0.31 / 0.05 / 0.00 / 0.57)

CMYK percentages

%30.91
%5.45
%0
%56.86

Codes

Color #4C686E in popluar color models

4C 68 6E
RGB 76 104 110
HSL 191° 18.28% 36.47%
HSB/HSV 191° 30.91% 43.14%
CMYK 30.91% 5.45% 0.00%
56.86%

Color #4C686E in popluar number systems.

HEX 4C 68 6E
Decimal 76 104 110
Binary 1001100 1101000 1101110
Octal 114 150 156

Shades and tints

Shades of #4C686E

#4C686E
(76,104,110)
#465F64
(70,95,100)
#40565A
(64,86,90)
#3A4D50
(58,77,80)
#344446
(52,68,70)
#2E3B3C
(46,59,60)
#283232
(40,50,50)
#222928
(34,41,40)
#1C201E
(28,32,30)
#161714
(22,23,20)
#100E0A
(16,14,10)
#000000
(0,0,0)

Tints of #4C686E

#4C686E
(76,104,110)
#5C757B
(92,117,123)
#6C8288
(108,130,136)
#7C8F95
(124,143,149)
#8C9CA2
(140,156,162)
#9CA9AF
(156,169,175)
#ACB6BC
(172,182,188)
#BCC3C9
(188,195,201)
#CCD0D6
(204,208,214)
#DCDDE3
(220,221,227)
#ECEAF0
(236,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C686E; }

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

This text font color is #4C686E.

Background Color

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

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

This div background color is #4C686E.

Border color

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

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

This div border color is #4C686E.

Opacity

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

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

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

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

This text has shadow with #4C686E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C686E.

Preview

Color preview on black background

This text has color #4C686E on black background.


Color preview on white background

This text has color #4C686E on white background.


Black color preview on #4C686E background

This text has black color on #4C686E background.


White color preview on #4C686E background

This text has white color on #4C686E background.


Related colors

Complementary color

Complementary color for #hex is #B39791.


I love getcolorcode.com

Triadic colors

1 #6E4C68 and #686E4C with #4C686E are triadic colors.

2 #6E684C and #684C6E with #4C686E are triadic colors.