COLOR #4C706B

HEX: #4C706B RGB: (76,112,107)

Color info

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

RGB color model

#4C706B color RGB value is (76,112,107).

RGB: (76,112,107) (30%, 44%, 42%)

RGB channels and saturation

R 76 of 255 = 30%
G 112 of 255 = 44%
B 107 of 255 = 42%

76
112
107

R + G + B ~ 39%. #4C706B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 112 + 107 = 295 (100%)
R 76 of 295 ~ 25.76%
G 112 of 295 ~ 37.97%
B 107 of 295 ~ 36.27'%

%25.76
%37.97
%36.27

CMYK color model

#4C706B color CMYK value is (32,0,4,56).

  • cyan value is 32.14%
  • magenta value is 0.00%
  • yellow value is 4.46%
  • key color value is 56.08%

CMYK: (32,0,4,56)
C32M0Y4K56 (32%, 0%, 4%, 56%)
(0.32 / 0.00 / 0.04 / 0.56)

CMYK percentages

%32.14
%0
%4.46
%56.08

Codes

Color #4C706B in popluar color models

4C 70 6B
RGB 76 112 107
HSL 172° 19.15% 36.86%
HSB/HSV 172° 32.14% 43.92%
CMYK 32.14% 0.00% 4.46%
56.08%

Color #4C706B in popluar number systems.

HEX 4C 70 6B
Decimal 76 112 107
Binary 1001100 1110000 1101011
Octal 114 160 153

Shades and tints

Shades of #4C706B

#4C706B
(76,112,107)
#466662
(70,102,98)
#405C59
(64,92,89)
#3A5250
(58,82,80)
#344847
(52,72,71)
#2E3E3E
(46,62,62)
#283435
(40,52,53)
#222A2C
(34,42,44)
#1C2023
(28,32,35)
#16161A
(22,22,26)
#100C11
(16,12,17)
#000000
(0,0,0)

Tints of #4C706B

#4C706B
(76,112,107)
#5C7D78
(92,125,120)
#6C8A85
(108,138,133)
#7C9792
(124,151,146)
#8CA49F
(140,164,159)
#9CB1AC
(156,177,172)
#ACBEB9
(172,190,185)
#BCCBC6
(188,203,198)
#CCD8D3
(204,216,211)
#DCE5E0
(220,229,224)
#ECF2ED
(236,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C706B; }

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

This text font color is #4C706B.

Background Color

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

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

This div background color is #4C706B.

Border color

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

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

This div border color is #4C706B.

Opacity

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

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

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

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

This text has shadow with #4C706B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C706B.

Preview

Color preview on black background

This text has color #4C706B on black background.


Color preview on white background

This text has color #4C706B on white background.


Black color preview on #4C706B background

This text has black color on #4C706B background.


White color preview on #4C706B background

This text has white color on #4C706B background.


Related colors

Complementary color

Complementary color for #hex is #B38F94.


I love getcolorcode.com

Triadic colors

1 #6B4C70 and #706B4C with #4C706B are triadic colors.

2 #6B704C and #704C6B with #4C706B are triadic colors.