COLOR #4D675C

HEX: #4D675C RGB: (77,103,92)

Color info

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

RGB color model

#4D675C color RGB value is (77,103,92).

RGB: (77,103,92) (30%, 40%, 36%)

RGB channels and saturation

R 77 of 255 = 30%
G 103 of 255 = 40%
B 92 of 255 = 36%

77
103
92

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

Portions of RGB colors in percentages

R + G + B = 77 + 103 + 92 = 272 (100%)
R 77 of 272 ~ 28.31%
G 103 of 272 ~ 37.87%
B 92 of 272 ~ 33.82'%

%28.31
%37.87
%33.82

CMYK color model

#4D675C color CMYK value is (25,0,11,60).

  • cyan value is 25.24%
  • magenta value is 0.00%
  • yellow value is 10.68%
  • key color value is 59.61%
CMYK: (25,0,11,60) C25M0Y11K60 (25%,0%,11%,60%) (0.25/0.00/0.11/0.60) 

CMYK percentages

%25.24
%0
%10.68
%59.61

Codes

Color #4D675C in popluar color models

4D 67 5C
RGB 77 103 92
HSL 155° 14.44% 35.29%
HSB/HSV 155° 25.24% 40.39%
CMYK 25.24% 0.00% 10.68%
59.61%

Color #4D675C in popluar number systems.

HEX 4D 67 5C
Decimal 77 103 92
Binary 1001101 1100111 1011100
Octal 115 147 134

Shades and tints

Shades of #4D675C

#4D675C
(77,103,92)
#465E54
(70,94,84)
#3F554C
(63,85,76)
#384C44
(56,76,68)
#31433C
(49,67,60)
#2A3A34
(42,58,52)
#23312C
(35,49,44)
#1C2824
(28,40,36)
#151F1C
(21,31,28)
#0E1614
(14,22,20)
#070D0C
(7,13,12)
#000000
(0,0,0)

Tints of #4D675C

#4D675C
(77,103,92)
#5D746A
(93,116,106)
#6D8178
(109,129,120)
#7D8E86
(125,142,134)
#8D9B94
(141,155,148)
#9DA8A2
(157,168,162)
#ADB5B0
(173,181,176)
#BDC2BE
(189,194,190)
#CDCFCC
(205,207,204)
#DDDCDA
(221,220,218)
#EDE9E8
(237,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D675C color. Also use rgb(77,103,92) instead hex code.

Text Font Color

.myTextColor { color: #4D675C; }

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

This text font color is #4D675C.

Background Color

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

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

This div background color is #4D675C.

Border color

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

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

This div border color is #4D675C.

Opacity

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

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

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

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

This text has shadow with #4D675C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D675C.

Preview

Color preview on black background

This text has color #4D675C on black background.


Color preview on white background

This text has color #4D675C on white background.


Black color preview on #4D675C background

This text has black color on #4D675C background.


White color preview on #4D675C background

This text has white color on #4D675C background.


Related colors

Complementary color

Complementary color for #hex is #B298A3.


I love getcolorcode.com

Triadic colors

1 #5C4D67 and #675C4D with #4D675C are triadic colors.

2 #5C674D and #674D5C with #4D675C are triadic colors.