COLOR #4D6975

HEX: #4D6975 RGB: (77,105,117)

Color info

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

RGB color model

#4D6975 color RGB value is (77,105,117).

RGB: (77,105,117) (30%, 41%, 46%)

RGB channels and saturation

R 77 of 255 = 30%
G 105 of 255 = 41%
B 117 of 255 = 46%

77
105
117

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

Portions of RGB colors in percentages

R + G + B = 77 + 105 + 117 = 299 (100%)
R 77 of 299 ~ 25.75%
G 105 of 299 ~ 35.12%
B 117 of 299 ~ 39.13'%

%25.75
%35.12
%39.13

CMYK color model

#4D6975 color CMYK value is (34,10,0,54).

  • cyan value is 34.19%
  • magenta value is 10.26%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK: (34,10,0,54) C34M10Y0K54 (34%,10%,0%,54%) (0.34/0.10/0.00/0.54) 

CMYK percentages

%34.19
%10.26
%0
%54.12

Codes

Color #4D6975 in popluar color models

4D 69 75
RGB 77 105 117
HSL 198° 20.62% 38.04%
HSB/HSV 198° 34.19% 45.88%
CMYK 34.19% 10.26% 0.00%
54.12%

Color #4D6975 in popluar number systems.

HEX 4D 69 75
Decimal 77 105 117
Binary 1001101 1101001 1110101
Octal 115 151 165

Shades and tints

Shades of #4D6975

#4D6975
(77,105,117)
#46606B
(70,96,107)
#3F5761
(63,87,97)
#384E57
(56,78,87)
#31454D
(49,69,77)
#2A3C43
(42,60,67)
#233339
(35,51,57)
#1C2A2F
(28,42,47)
#152125
(21,33,37)
#0E181B
(14,24,27)
#070F11
(7,15,17)
#000000
(0,0,0)

Tints of #4D6975

#4D6975
(77,105,117)
#5D7681
(93,118,129)
#6D838D
(109,131,141)
#7D9099
(125,144,153)
#8D9DA5
(141,157,165)
#9DAAB1
(157,170,177)
#ADB7BD
(173,183,189)
#BDC4C9
(189,196,201)
#CDD1D5
(205,209,213)
#DDDEE1
(221,222,225)
#EDEBED
(237,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D6975 color. Also use rgb(77,105,117) instead hex code.

Text Font Color

.myTextColor { color: #4D6975; }

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

This text font color is #4D6975.

Background Color

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

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

This div background color is #4D6975.

Border color

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

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

This div border color is #4D6975.

Opacity

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

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

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

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

This text has shadow with #4D6975 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D6975.

Preview

Color preview on black background

This text has color #4D6975 on black background.


Color preview on white background

This text has color #4D6975 on white background.


Black color preview on #4D6975 background

This text has black color on #4D6975 background.


White color preview on #4D6975 background

This text has white color on #4D6975 background.


Related colors

Complementary color

Complementary color for #hex is #B2968A.


I love getcolorcode.com

Triadic colors

1 #754D69 and #69754D with #4D6975 are triadic colors.

2 #75694D and #694D75 with #4D6975 are triadic colors.