COLOR #4D614B

HEX: #4D614B
RGB: (77,97,75)

Color info

#4D614B contains red, green and blue colors in about the same proportion. Web safe color of #4D614B is #336633 (or #363).

RGB color model

#4D614B color RGB value is (77,97,75).

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

RGB channels and saturation

R 77 of 255 = 30%
G 97 of 255 = 38%
B 75 of 255 = 29%

77
97
75

R + G + B ~ 32%. #4D614B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 97 + 75 = 249 (100%)
R 77 of 249 ~ 30.92%
G 97 of 249 ~ 38.96%
B 75 of 249 ~ 30.12%

%30.92
%38.96
%30.12

CMYK color model

#4D614B color CMYK value is (21,0,23,62).

  • cyan value is 20.62%
  • magenta value is 0.00%
  • yellow value is 22.68%
  • key color value is 61.96%
CMYK:
(21,0,23,62)
C21M0Y23K62 
(21%,0%,23%,62%)
(0.21/0.00/0.23/0.62)	

CMYK percentages

%20.62
%0
%22.68
%61.96

Codes

Color #4D614B in popluar color models

4D614B
RGB779775
HSL115°12.79%33.73%
HSB/HSV115°22.68%38.04%
CMYK20.62%0.00%22.68%
61.96%

Color #4D614B in popluar number systems.

HEX4D614B
Decimal779775
Binary100110111000011001011
Octal115141113

Shades and tints

Shades of #4D614B

#4D614B
(77,97,75)
#465945
(70,89,69)
#3F513F
(63,81,63)
#384939
(56,73,57)
#314133
(49,65,51)
#2A392D
(42,57,45)
#233127
(35,49,39)
#1C2921
(28,41,33)
#15211B
(21,33,27)
#0E1915
(14,25,21)
#07110F
(7,17,15)
#000000
(0,0,0)

Tints of #4D614B

#4D614B
(77,97,75)
#5D6F5B
(93,111,91)
#6D7D6B
(109,125,107)
#7D8B7B
(125,139,123)
#8D998B
(141,153,139)
#9DA79B
(157,167,155)
#ADB5AB
(173,181,171)
#BDC3BB
(189,195,187)
#CDD1CB
(205,209,203)
#DDDFDB
(221,223,219)
#EDEDEB
(237,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D614B; }

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

This text font color is #4D614B.


Background Color

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

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

This div background color is #4D614B.


Border color

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

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

This div border color is #4D614B.


Opacity

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

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

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

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

This text has shadow with #4D614B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D614B on black background.


Color preview on white background

This text has color #4D614B on white background.



Black color preview on #4D614B background

This text has black color on #4D614B background.


White color preview on #4D614B background

This text has white color on #4D614B background.