COLOR #4C746E

HEX: #4C746E RGB: (76,116,110)

Color info

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

RGB color model

#4C746E color RGB value is (76,116,110).

RGB: (76,116,110) (30%, 45%, 43%)

RGB channels and saturation

R 76 of 255 = 30%
G 116 of 255 = 45%
B 110 of 255 = 43%

76
116
110

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

Portions of RGB colors in percentages

R + G + B = 76 + 116 + 110 = 302 (100%)
R 76 of 302 ~ 25.17%
G 116 of 302 ~ 38.41%
B 110 of 302 ~ 36.42'%

%25.17
%38.41
%36.42

CMYK color model

#4C746E color CMYK value is (34,0,5,55).

  • cyan value is 34.48%
  • magenta value is 0.00%
  • yellow value is 5.17%
  • key color value is 54.51%

CMYK: (34,0,5,55)
C34M0Y5K55 (34%, 0%, 5%, 55%)
(0.34 / 0.00 / 0.05 / 0.55)

CMYK percentages

%34.48
%0
%5.17
%54.51

Codes

Color #4C746E in popluar color models

4C 74 6E
RGB 76 116 110
HSL 171° 20.83% 37.65%
HSB/HSV 171° 34.48% 45.49%
CMYK 34.48% 0.00% 5.17%
54.51%

Color #4C746E in popluar number systems.

HEX 4C 74 6E
Decimal 76 116 110
Binary 1001100 1110100 1101110
Octal 114 164 156

Shades and tints

Shades of #4C746E

#4C746E
(76,116,110)
#466A64
(70,106,100)
#40605A
(64,96,90)
#3A5650
(58,86,80)
#344C46
(52,76,70)
#2E423C
(46,66,60)
#283832
(40,56,50)
#222E28
(34,46,40)
#1C241E
(28,36,30)
#161A14
(22,26,20)
#10100A
(16,16,10)
#000000
(0,0,0)

Tints of #4C746E

#4C746E
(76,116,110)
#5C807B
(92,128,123)
#6C8C88
(108,140,136)
#7C9895
(124,152,149)
#8CA4A2
(140,164,162)
#9CB0AF
(156,176,175)
#ACBCBC
(172,188,188)
#BCC8C9
(188,200,201)
#CCD4D6
(204,212,214)
#DCE0E3
(220,224,227)
#ECECF0
(236,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C746E; }

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

This text font color is #4C746E.

Background Color

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

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

This div background color is #4C746E.

Border color

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

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

This div border color is #4C746E.

Opacity

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

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

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

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

This text has shadow with #4C746E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C746E.

Preview

Color preview on black background

This text has color #4C746E on black background.


Color preview on white background

This text has color #4C746E on white background.


Black color preview on #4C746E background

This text has black color on #4C746E background.


White color preview on #4C746E background

This text has white color on #4C746E background.


Related colors

Complementary color

Complementary color for #hex is #B38B91.


I love getcolorcode.com

Triadic colors

1 #6E4C74 and #746E4C with #4C746E are triadic colors.

2 #6E744C and #744C6E with #4C746E are triadic colors.