COLOR #4C6765

HEX: #4C6765 RGB: (76,103,101)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

76
103
101

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

Portions of RGB colors in percentages

R + G + B = 76 + 103 + 101 = 280 (100%)
R 76 of 280 ~ 27.14%
G 103 of 280 ~ 36.79%
B 101 of 280 ~ 36.07'%

%27.14
%36.79
%36.07

CMYK color model

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

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

CMYK: (26,0,2,60)
C26M0Y2K60 (26%, 0%, 2%, 60%)
(0.26 / 0.00 / 0.02 / 0.60)

CMYK percentages

%26.21
%0
%1.94
%59.61

Codes

Color #4C6765 in popluar color models

4C 67 65
RGB 76 103 101
HSL 176° 15.08% 35.10%
HSB/HSV 176° 26.21% 40.39%
CMYK 26.21% 0.00% 1.94%
59.61%

Color #4C6765 in popluar number systems.

HEX 4C 67 65
Decimal 76 103 101
Binary 1001100 1100111 1100101
Octal 114 147 145

Shades and tints

Shades of #4C6765

#4C6765
(76,103,101)
#465E5C
(70,94,92)
#405553
(64,85,83)
#3A4C4A
(58,76,74)
#344341
(52,67,65)
#2E3A38
(46,58,56)
#28312F
(40,49,47)
#222826
(34,40,38)
#1C1F1D
(28,31,29)
#161614
(22,22,20)
#100D0B
(16,13,11)
#000000
(0,0,0)

Tints of #4C6765

#4C6765
(76,103,101)
#5C7473
(92,116,115)
#6C8181
(108,129,129)
#7C8E8F
(124,142,143)
#8C9B9D
(140,155,157)
#9CA8AB
(156,168,171)
#ACB5B9
(172,181,185)
#BCC2C7
(188,194,199)
#CCCFD5
(204,207,213)
#DCDCE3
(220,220,227)
#ECE9F1
(236,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C6765; }

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

This text font color is #4C6765.

Background Color

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

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

This div background color is #4C6765.

Border color

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

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

This div border color is #4C6765.

Opacity

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

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

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

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

This text has shadow with #4C6765 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C6765.

Preview

Color preview on black background

This text has color #4C6765 on black background.


Color preview on white background

This text has color #4C6765 on white background.


Black color preview on #4C6765 background

This text has black color on #4C6765 background.


White color preview on #4C6765 background

This text has white color on #4C6765 background.


Related colors

Complementary color

Complementary color for #hex is #B3989A.


I love getcolorcode.com

Triadic colors

1 #654C67 and #67654C with #4C6765 are triadic colors.

2 #65674C and #674C65 with #4C6765 are triadic colors.