COLOR #4D515B

HEX: #4D515B
RGB: (77,81,91)

Renk bilgisi

#4D515B contains red, green and blue colors in about the same proportion. #4D515B ‘ nin web güvenlik rengi #336666 (ya da #366) dir.

RGB renk modeli

#4D515B color RGB value is (77,81,91).

  • kırmız ton 77;
  • yeşil ton 81;
  • mavi ton 91.
RGB:
(77,81,91)
(30%,32%,36%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 81 of 255 = 32%
B 91 of 255 = 36%

77
81
91

R + G + B ~ 33%. #4D515B is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 81 + 91 = 249 (100%)
R 77 of 249 ~ 30.92%
G 81 of 249 ~ 32.53%
B 91 of 249 ~ 36.55%

%30.92
%32.53
%36.55

CMYK RENK MODELİ

#4D515B rengi CMYK tonu (15,11,0,64).

  • camgöbeği tonu 15.38%
  • eflatun tonu 10.99%
  • sarı tonu 0.00%
  • ana renk tonu 64.31%
CMYK:
(15,11,0,64)
C15M11Y0K64 
(15%,11%,0%,64%)
(0.15/0.11/0.00/0.64)	

CMYK yüzdeleri

%15.38
%10.99
%0
%64.31

Codes

Color #4D515B in popluar color models

4D515B
RGB778191
HSL223°8.33%32.94%
HSB/HSV223°15.38%35.69%
CMYK15.38%10.99%0.00%
64.31%

Color #4D515B in popluar number systems.

HEX4D515B
Decimal778191
Binary100110110100011011011
Octal115121133

Shades and tints

Shades of #4D515B

#4D515B
(77,81,91)
#464A53
(70,74,83)
#3F434B
(63,67,75)
#383C43
(56,60,67)
#31353B
(49,53,59)
#2A2E33
(42,46,51)
#23272B
(35,39,43)
#1C2023
(28,32,35)
#15191B
(21,25,27)
#0E1213
(14,18,19)
#070B0B
(7,11,11)
#000000
(0,0,0)

Tints of #4D515B

#4D515B
(77,81,91)
#5D6069
(93,96,105)
#6D6F77
(109,111,119)
#7D7E85
(125,126,133)
#8D8D93
(141,141,147)
#9D9CA1
(157,156,161)
#ADABAF
(173,171,175)
#BDBABD
(189,186,189)
#CDC9CB
(205,201,203)
#DDD8D9
(221,216,217)
#EDE7E7
(237,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D515B; }

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

This text font color is #4D515B.


Background Color

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

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

This div background color is #4D515B.


Border color

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

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

This div border color is #4D515B.


Opacity

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

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

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

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

This text has shadow with #4D515B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D515B on black background.


Color preview on white background

This text has color #4D515B on white background.



Black color preview on #4D515B background

This text has black color on #4D515B background.


White color preview on #4D515B background

This text has white color on #4D515B background.