COLOR #4D5861

HEX: #4D5861
RGB: (77,88,97)

Color info

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

RGB color model

#4D5861 color RGB value is (77,88,97).

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

RGB channels and saturation

R 77 of 255 = 30%
G 88 of 255 = 35%
B 97 of 255 = 38%

77
88
97

R + G + B ~ 34%. #4D5861 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 88 + 97 = 262 (100%)
R 77 of 262 ~ 29.39%
G 88 of 262 ~ 33.59%
B 97 of 262 ~ 37.02%

%29.39
%33.59
%37.02

CMYK color model

#4D5861 color CMYK value is (21,9,0,62).

  • cyan value is 20.62%
  • magenta value is 9.28%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(21,9,0,62)
C21M9Y0K62 
(21%,9%,0%,62%)
(0.21/0.09/0.00/0.62)	

CMYK percentages

%20.62
%9.28
%0
%61.96

Codes

Color #4D5861 in popluar color models

4D5861
RGB778897
HSL207°11.49%34.12%
HSB/HSV207°20.62%38.04%
CMYK20.62%9.28%0.00%
61.96%

Color #4D5861 in popluar number systems.

HEX4D5861
Decimal778897
Binary100110110110001100001
Octal115130141

Shades and tints

Shades of #4D5861

#4D5861
(77,88,97)
#465059
(70,80,89)
#3F4851
(63,72,81)
#384049
(56,64,73)
#313841
(49,56,65)
#2A3039
(42,48,57)
#232831
(35,40,49)
#1C2029
(28,32,41)
#151821
(21,24,33)
#0E1019
(14,16,25)
#070811
(7,8,17)
#000000
(0,0,0)

Tints of #4D5861

#4D5861
(77,88,97)
#5D676F
(93,103,111)
#6D767D
(109,118,125)
#7D858B
(125,133,139)
#8D9499
(141,148,153)
#9DA3A7
(157,163,167)
#ADB2B5
(173,178,181)
#BDC1C3
(189,193,195)
#CDD0D1
(205,208,209)
#DDDFDF
(221,223,223)
#EDEEED
(237,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D5861; }

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

This text font color is #4D5861.


Background Color

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

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

This div background color is #4D5861.


Border color

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

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

This div border color is #4D5861.


Opacity

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

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

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

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

This text has shadow with #4D5861 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D5861 on black background.


Color preview on white background

This text has color #4D5861 on white background.



Black color preview on #4D5861 background

This text has black color on #4D5861 background.


White color preview on #4D5861 background

This text has white color on #4D5861 background.