COLOR #4C6867

HEX: #4C6867 RGB: (76,104,103)

Color info

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

RGB color model

#4C6867 color RGB value is (76,104,103).

RGB: (76,104,103) (30%, 41%, 40%)

RGB channels and saturation

R 76 of 255 = 30%
G 104 of 255 = 41%
B 103 of 255 = 40%

76
104
103

R + G + B ~ 37%. #4C6867 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 104 + 103 = 283 (100%)
R 76 of 283 ~ 26.86%
G 104 of 283 ~ 36.75%
B 103 of 283 ~ 36.4'%

%26.86
%36.75
%36.4

CMYK color model

#4C6867 color CMYK value is (27,0,1,59).

  • cyan value is 26.92%
  • magenta value is 0.00%
  • yellow value is 0.96%
  • key color value is 59.22%

CMYK: (27,0,1,59)
C27M0Y1K59 (27%, 0%, 1%, 59%)
(0.27 / 0.00 / 0.01 / 0.59)

CMYK percentages

%26.92
%0
%0.96
%59.22

Codes

Color #4C6867 in popluar color models

4C 68 67
RGB 76 104 103
HSL 178° 15.56% 35.29%
HSB/HSV 178° 26.92% 40.78%
CMYK 26.92% 0.00% 0.96%
59.22%

Color #4C6867 in popluar number systems.

HEX 4C 68 67
Decimal 76 104 103
Binary 1001100 1101000 1100111
Octal 114 150 147

Shades and tints

Shades of #4C6867

#4C6867
(76,104,103)
#465F5E
(70,95,94)
#405655
(64,86,85)
#3A4D4C
(58,77,76)
#344443
(52,68,67)
#2E3B3A
(46,59,58)
#283231
(40,50,49)
#222928
(34,41,40)
#1C201F
(28,32,31)
#161716
(22,23,22)
#100E0D
(16,14,13)
#000000
(0,0,0)

Tints of #4C6867

#4C6867
(76,104,103)
#5C7574
(92,117,116)
#6C8281
(108,130,129)
#7C8F8E
(124,143,142)
#8C9C9B
(140,156,155)
#9CA9A8
(156,169,168)
#ACB6B5
(172,182,181)
#BCC3C2
(188,195,194)
#CCD0CF
(204,208,207)
#DCDDDC
(220,221,220)
#ECEAE9
(236,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C6867; }

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

This text font color is #4C6867.

Background Color

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

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

This div background color is #4C6867.

Border color

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

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

This div border color is #4C6867.

Opacity

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

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

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

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

This text has shadow with #4C6867 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C6867.

Preview

Color preview on black background

This text has color #4C6867 on black background.


Color preview on white background

This text has color #4C6867 on white background.


Black color preview on #4C6867 background

This text has black color on #4C6867 background.


White color preview on #4C6867 background

This text has white color on #4C6867 background.


Related colors

Complementary color

Complementary color for #hex is #B39798.


I love getcolorcode.com

Triadic colors

1 #674C68 and #68674C with #4C6867 are triadic colors.

2 #67684C and #684C67 with #4C6867 are triadic colors.