COLOR #4D615B

HEX: #4D615B
RGB: (77,97,91)

Color info

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

RGB color model

#4D615B color RGB value is (77,97,91).

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

RGB channels and saturation

R 77 of 255 = 30%
G 97 of 255 = 38%
B 91 of 255 = 36%

77
97
91

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

Portions of RGB colors in percentages

R + G + B =
77 + 97 + 91 = 265 (100%)
R 77 of 265 ~ 29.06%
G 97 of 265 ~ 36.6%
B 91 of 265 ~ 34.34%

%29.06
%36.6
%34.34

CMYK color model

#4D615B color CMYK value is (21,0,6,62).

  • cyan value is 20.62%
  • magenta value is 0.00%
  • yellow value is 6.19%
  • key color value is 61.96%
CMYK:
(21,0,6,62)
C21M0Y6K62 
(21%,0%,6%,62%)
(0.21/0.00/0.06/0.62)	

CMYK percentages

%20.62
%0
%6.19
%61.96

Codes

Color #4D615B in popluar color models

4D615B
RGB779791
HSL162°11.49%34.12%
HSB/HSV162°20.62%38.04%
CMYK20.62%0.00%6.19%
61.96%

Color #4D615B in popluar number systems.

HEX4D615B
Decimal779791
Binary100110111000011011011
Octal115141133

Shades and tints

Shades of #4D615B

#4D615B
(77,97,91)
#465953
(70,89,83)
#3F514B
(63,81,75)
#384943
(56,73,67)
#31413B
(49,65,59)
#2A3933
(42,57,51)
#23312B
(35,49,43)
#1C2923
(28,41,35)
#15211B
(21,33,27)
#0E1913
(14,25,19)
#07110B
(7,17,11)
#000000
(0,0,0)

Tints of #4D615B

#4D615B
(77,97,91)
#5D6F69
(93,111,105)
#6D7D77
(109,125,119)
#7D8B85
(125,139,133)
#8D9993
(141,153,147)
#9DA7A1
(157,167,161)
#ADB5AF
(173,181,175)
#BDC3BD
(189,195,189)
#CDD1CB
(205,209,203)
#DDDFD9
(221,223,217)
#EDEDE7
(237,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D615B; }

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

This text font color is #4D615B.


Background Color

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

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

This div background color is #4D615B.


Border color

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

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

This div border color is #4D615B.


Opacity

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

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

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

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

This text has shadow with #4D615B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D615B on black background.


Color preview on white background

This text has color #4D615B on white background.



Black color preview on #4D615B background

This text has black color on #4D615B background.


White color preview on #4D615B background

This text has white color on #4D615B background.