COLOR #4C6767

HEX: #4C6767 RGB: (76,103,103)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

76
103
103

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

Portions of RGB colors in percentages

R + G + B = 76 + 103 + 103 = 282 (100%)
R 76 of 282 ~ 26.95%
G 103 of 282 ~ 36.52%
B 103 of 282 ~ 36.52'%

%26.95
%36.52
%36.52

CMYK color model

#4C6767 color CMYK value is (26,0,0,60).

  • cyan value is 26.21%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 59.61%

CMYK: (26,0,0,60)
C26M0Y0K60 (26%, 0%, 0%, 60%)
(0.26 / 0.00 / 0.00 / 0.60)

CMYK percentages

%26.21
%0
%0
%59.61

Codes

Color #4C6767 in popluar color models

4C 67 67
RGB 76 103 103
HSL 180° 15.08% 35.10%
HSB/HSV 180° 26.21% 40.39%
CMYK 26.21% 0.00% 0.00%
59.61%

Color #4C6767 in popluar number systems.

HEX 4C 67 67
Decimal 76 103 103
Binary 1001100 1100111 1100111
Octal 114 147 147

Shades and tints

Shades of #4C6767

#4C6767
(76,103,103)
#465E5E
(70,94,94)
#405555
(64,85,85)
#3A4C4C
(58,76,76)
#344343
(52,67,67)
#2E3A3A
(46,58,58)
#283131
(40,49,49)
#222828
(34,40,40)
#1C1F1F
(28,31,31)
#161616
(22,22,22)
#100D0D
(16,13,13)
#000000
(0,0,0)

Tints of #4C6767

#4C6767
(76,103,103)
#5C7474
(92,116,116)
#6C8181
(108,129,129)
#7C8E8E
(124,142,142)
#8C9B9B
(140,155,155)
#9CA8A8
(156,168,168)
#ACB5B5
(172,181,181)
#BCC2C2
(188,194,194)
#CCCFCF
(204,207,207)
#DCDCDC
(220,220,220)
#ECE9E9
(236,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C6767; }

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

This text font color is #4C6767.

Background Color

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

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

This div background color is #4C6767.

Border color

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

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

This div border color is #4C6767.

Opacity

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

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

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

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

This text has shadow with #4C6767 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C6767.

Preview

Color preview on black background

This text has color #4C6767 on black background.


Color preview on white background

This text has color #4C6767 on white background.


Black color preview on #4C6767 background

This text has black color on #4C6767 background.


White color preview on #4C6767 background

This text has white color on #4C6767 background.


Related colors

Complementary color

Complementary color for #hex is #B39898.


I love getcolorcode.com