COLOR #4D617A

HEX: #4D617A
RGB: (77,97,122)

Color info

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

RGB color model

#4D617A color RGB value is (77,97,122).

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

RGB channels and saturation

R 77 of 255 = 30%
G 97 of 255 = 38%
B 122 of 255 = 48%

77
97
122

R + G + B ~ 39%. #4D617A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 97 + 122 = 296 (100%)
R 77 of 296 ~ 26.01%
G 97 of 296 ~ 32.77%
B 122 of 296 ~ 41.22%

%26.01
%32.77
%41.22

CMYK color model

#4D617A color CMYK value is (37,20,0,52).

  • cyan value is 36.89%
  • magenta value is 20.49%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK: (37,20,0,52) C37M20Y0K52 (37%,20%,0%,52%) (0.37/0.20/0.00/0.52)

CMYK percentages

%36.89
%20.49
%0
%52.16

Codes

Color #4D617A in popluar color models

4D617A
RGB7797122
HSL213°22.61%39.02%
HSB/HSV213°36.89%47.84%
CMYK36.89%20.49%0.00%
52.16%

Color #4D617A in popluar number systems.

HEX4D617A
Decimal7797122
Binary100110111000011111010
Octal115141172

Shades and tints

Shades of #4D617A

#4D617A
(77,97,122)
#46596F
(70,89,111)
#3F5164
(63,81,100)
#384959
(56,73,89)
#31414E
(49,65,78)
#2A3943
(42,57,67)
#233138
(35,49,56)
#1C292D
(28,41,45)
#152122
(21,33,34)
#0E1917
(14,25,23)
#07110C
(7,17,12)
#000000
(0,0,0)

Tints of #4D617A

#4D617A
(77,97,122)
#5D6F86
(93,111,134)
#6D7D92
(109,125,146)
#7D8B9E
(125,139,158)
#8D99AA
(141,153,170)
#9DA7B6
(157,167,182)
#ADB5C2
(173,181,194)
#BDC3CE
(189,195,206)
#CDD1DA
(205,209,218)
#DDDFE6
(221,223,230)
#EDEDF2
(237,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D617A; }

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

This text font color is #4D617A.


Background Color

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

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

This div background color is #4D617A.


Border color

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

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

This div border color is #4D617A.


Opacity

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

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

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

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

This text has shadow with #4D617A color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #4D617A on black background.


Color preview on white background

This text has color #4D617A on white background.



Black color preview on #4D617A background

This text has black color on #4D617A background.


White color preview on #4D617A background

This text has white color on #4D617A background.