COLOR #4D615F

HEX: #4D615F
RGB: (77,97,95)

Color info

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

RGB color model

#4D615F color RGB value is (77,97,95).

  • red value is 77;
  • green value is 97;
  • blue value is 95.
RGB:
(77,97,95)
(30%,38%,37%)

RGB channels and saturation

R 77 of 255 = 30%
G 97 of 255 = 38%
B 95 of 255 = 37%

77
97
95

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

Portions of RGB colors in percentages

R + G + B =
77 + 97 + 95 = 269 (100%)
R 77 of 269 ~ 28.62%
G 97 of 269 ~ 36.06%
B 95 of 269 ~ 35.32%

%28.62
%36.06
%35.32

CMYK color model

#4D615F color CMYK value is (21,0,2,62).

  • cyan value is 20.62%
  • magenta value is 0.00%
  • yellow value is 2.06%
  • key color value is 61.96%
CMYK:
(21,0,2,62)
C21M0Y2K62 
(21%,0%,2%,62%)
(0.21/0.00/0.02/0.62)	

CMYK percentages

%20.62
%0
%2.06
%61.96

Codes

Color #4D615F in popluar color models

4D615F
RGB779795
HSL174°11.49%34.12%
HSB/HSV174°20.62%38.04%
CMYK20.62%0.00%2.06%
61.96%

Color #4D615F in popluar number systems.

HEX4D615F
Decimal779795
Binary100110111000011011111
Octal115141137

Shades and tints

Shades of #4D615F

#4D615F
(77,97,95)
#465957
(70,89,87)
#3F514F
(63,81,79)
#384947
(56,73,71)
#31413F
(49,65,63)
#2A3937
(42,57,55)
#23312F
(35,49,47)
#1C2927
(28,41,39)
#15211F
(21,33,31)
#0E1917
(14,25,23)
#07110F
(7,17,15)
#000000
(0,0,0)

Tints of #4D615F

#4D615F
(77,97,95)
#5D6F6D
(93,111,109)
#6D7D7B
(109,125,123)
#7D8B89
(125,139,137)
#8D9997
(141,153,151)
#9DA7A5
(157,167,165)
#ADB5B3
(173,181,179)
#BDC3C1
(189,195,193)
#CDD1CF
(205,209,207)
#DDDFDD
(221,223,221)
#EDEDEB
(237,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D615F color. Also use rgb(77,97,95) instead hex code.

Text Font Color

.myTextColor { color: #4D615F; }

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

This text font color is #4D615F.


Background Color

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

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

This div background color is #4D615F.


Border color

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

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

This div border color is #4D615F.


Opacity

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

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

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

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

This text has shadow with #4D615F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D615F on black background.


Color preview on white background

This text has color #4D615F on white background.



Black color preview on #4D615F background

This text has black color on #4D615F background.


White color preview on #4D615F background

This text has white color on #4D615F background.