COLOR #4C6F71

HEX: #4C6F71
RGB: (76,111,113)

Color info

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

RGB color model

#4C6F71 color RGB value is (76,111,113).

  • red value is 76;
  • green value is 111;
  • blue value is 113.
RGB:
(76,111,113)
(30%,44%,44%)

RGB channels and saturation

R 76 of 255 = 30%
G 111 of 255 = 44%
B 113 of 255 = 44%

76
111
113

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

Portions of RGB colors in percentages

R + G + B =
76 + 111 + 113 = 300 (100%)
R 76 of 300 ~ 25.33%
G 111 of 300 ~ 37%
B 113 of 300 ~ 37.67%

%25.33
%37
%37.67

CMYK color model

#4C6F71 color CMYK value is (33,2,0,56).

  • cyan value is 32.74%
  • magenta value is 1.77%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(33,2,0,56)
C33M2Y0K56 
(33%,2%,0%,56%)
(0.33/0.02/0.00/0.56)	

CMYK percentages

%32.74
%1.77
%0
%55.69

Codes

Color #4C6F71 in popluar color models

4C6F71
RGB76111113
HSL183°19.58%37.06%
HSB/HSV183°32.74%44.31%
CMYK32.74%1.77%0.00%
55.69%

Color #4C6F71 in popluar number systems.

HEX4C6F71
Decimal76111113
Binary100110011011111110001
Octal114157161

Shades and tints

Shades of #4C6F71

#4C6F71
(76,111,113)
#466567
(70,101,103)
#405B5D
(64,91,93)
#3A5153
(58,81,83)
#344749
(52,71,73)
#2E3D3F
(46,61,63)
#283335
(40,51,53)
#22292B
(34,41,43)
#1C1F21
(28,31,33)
#161517
(22,21,23)
#100B0D
(16,11,13)
#000000
(0,0,0)

Tints of #4C6F71

#4C6F71
(76,111,113)
#5C7C7D
(92,124,125)
#6C8989
(108,137,137)
#7C9695
(124,150,149)
#8CA3A1
(140,163,161)
#9CB0AD
(156,176,173)
#ACBDB9
(172,189,185)
#BCCAC5
(188,202,197)
#CCD7D1
(204,215,209)
#DCE4DD
(220,228,221)
#ECF1E9
(236,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C6F71; }

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

This text font color is #4C6F71.


Background Color

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

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

This div background color is #4C6F71.


Border color

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

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

This div border color is #4C6F71.


Opacity

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

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

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

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

This text has shadow with #4C6F71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C6F71 on black background.


Color preview on white background

This text has color #4C6F71 on white background.



Black color preview on #4C6F71 background

This text has black color on #4C6F71 background.


White color preview on #4C6F71 background

This text has white color on #4C6F71 background.