COLOR #4C6764

HEX: #4C6764 RGB: (76,103,100)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

76
103
100

R + G + B ~ 36%. #4C6764 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 103 + 100 = 279 (100%)
R 76 of 279 ~ 27.24%
G 103 of 279 ~ 36.92%
B 100 of 279 ~ 35.84'%

%27.24
%36.92
%35.84

CMYK color model

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

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

CMYK: (26,0,3,60)
C26M0Y3K60 (26%, 0%, 3%, 60%)
(0.26 / 0.00 / 0.03 / 0.60)

CMYK percentages

%26.21
%0
%2.91
%59.61

Codes

Color #4C6764 in popluar color models

4C 67 64
RGB 76 103 100
HSL 173° 15.08% 35.10%
HSB/HSV 173° 26.21% 40.39%
CMYK 26.21% 0.00% 2.91%
59.61%

Color #4C6764 in popluar number systems.

HEX 4C 67 64
Decimal 76 103 100
Binary 1001100 1100111 1100100
Octal 114 147 144

Shades and tints

Shades of #4C6764

#4C6764
(76,103,100)
#465E5B
(70,94,91)
#405552
(64,85,82)
#3A4C49
(58,76,73)
#344340
(52,67,64)
#2E3A37
(46,58,55)
#28312E
(40,49,46)
#222825
(34,40,37)
#1C1F1C
(28,31,28)
#161613
(22,22,19)
#100D0A
(16,13,10)
#000000
(0,0,0)

Tints of #4C6764

#4C6764
(76,103,100)
#5C7472
(92,116,114)
#6C8180
(108,129,128)
#7C8E8E
(124,142,142)
#8C9B9C
(140,155,156)
#9CA8AA
(156,168,170)
#ACB5B8
(172,181,184)
#BCC2C6
(188,194,198)
#CCCFD4
(204,207,212)
#DCDCE2
(220,220,226)
#ECE9F0
(236,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C6764; }

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

This text font color is #4C6764.

Background Color

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

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

This div background color is #4C6764.

Border color

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

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

This div border color is #4C6764.

Opacity

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

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

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

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

This text has shadow with #4C6764 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C6764.

Preview

Color preview on black background

This text has color #4C6764 on black background.


Color preview on white background

This text has color #4C6764 on white background.


Black color preview on #4C6764 background

This text has black color on #4C6764 background.


White color preview on #4C6764 background

This text has white color on #4C6764 background.


Related colors

Complementary color

Complementary color for #hex is #B3989B.


I love getcolorcode.com

Triadic colors

1 #644C67 and #67644C with #4C6764 are triadic colors.

2 #64674C and #674C64 with #4C6764 are triadic colors.