COLOR #4C675D

HEX: #4C675D RGB: (76,103,93)

Color info

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

RGB color model

#4C675D color RGB value is (76,103,93).

RGB: (76,103,93) (30%, 40%, 36%)

RGB channels and saturation

R 76 of 255 = 30%
G 103 of 255 = 40%
B 93 of 255 = 36%

76
103
93

R + G + B ~ 35%. #4C675D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 103 + 93 = 272 (100%)
R 76 of 272 ~ 27.94%
G 103 of 272 ~ 37.87%
B 93 of 272 ~ 34.19'%

%27.94
%37.87
%34.19

CMYK color model

#4C675D color CMYK value is (26,0,10,60).

  • cyan value is 26.21%
  • magenta value is 0.00%
  • yellow value is 9.71%
  • key color value is 59.61%
CMYK: (26,0,10,60) C26M0Y10K60 (26%,0%,10%,60%) (0.26/0.00/0.10/0.60) 

CMYK percentages

%26.21
%0
%9.71
%59.61

Codes

Color #4C675D in popluar color models

4C 67 5D
RGB 76 103 93
HSL 158° 15.08% 35.10%
HSB/HSV 158° 26.21% 40.39%
CMYK 26.21% 0.00% 9.71%
59.61%

Color #4C675D in popluar number systems.

HEX 4C 67 5D
Decimal 76 103 93
Binary 1001100 1100111 1011101
Octal 114 147 135

Shades and tints

Shades of #4C675D

#4C675D
(76,103,93)
#465E55
(70,94,85)
#40554D
(64,85,77)
#3A4C45
(58,76,69)
#34433D
(52,67,61)
#2E3A35
(46,58,53)
#28312D
(40,49,45)
#222825
(34,40,37)
#1C1F1D
(28,31,29)
#161615
(22,22,21)
#100D0D
(16,13,13)
#000000
(0,0,0)

Tints of #4C675D

#4C675D
(76,103,93)
#5C746B
(92,116,107)
#6C8179
(108,129,121)
#7C8E87
(124,142,135)
#8C9B95
(140,155,149)
#9CA8A3
(156,168,163)
#ACB5B1
(172,181,177)
#BCC2BF
(188,194,191)
#CCCFCD
(204,207,205)
#DCDCDB
(220,220,219)
#ECE9E9
(236,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C675D; }

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

This text font color is #4C675D.

Background Color

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

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

This div background color is #4C675D.

Border color

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

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

This div border color is #4C675D.

Opacity

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

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

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

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

This text has shadow with #4C675D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C675D.

Preview

Color preview on black background

This text has color #4C675D on black background.


Color preview on white background

This text has color #4C675D on white background.


Black color preview on #4C675D background

This text has black color on #4C675D background.


White color preview on #4C675D background

This text has white color on #4C675D background.


Related colors

Complementary color

Complementary color for #hex is #B398A2.


I love getcolorcode.com

Triadic colors

1 #5D4C67 and #675D4C with #4C675D are triadic colors.

2 #5D674C and #674C5D with #4C675D are triadic colors.