COLOR #4D4B61

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

Renk bilgisi

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

RGB renk modeli

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

  • kırmız ton 77;
  • yeşil ton 75;
  • mavi ton 97.
RGB:
(77,75,97)
(30%,29%,38%)

RGB bağlantıları ve doygunluk

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

77
75
97

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

Yüzdelerle RGB renk parçaları

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

%30.92
%30.12
%38.96

CMYK RENK MODELİ

#4D4B61 rengi CMYK tonu (21,23,0,62).

  • camgöbeği tonu 20.62%
  • eflatun tonu 22.68%
  • sarı tonu 0.00%
  • ana renk tonu 61.96%
CMYK:
(21,23,0,62)
C21M23Y0K62 
(21%,23%,0%,62%)
(0.21/0.23/0.00/0.62)	

CMYK yüzdeleri

%20.62
%22.68
%0
%61.96

Codes

Color #4D4B61 in popluar color models

4D4B61
RGB777597
HSL245°12.79%33.73%
HSB/HSV245°22.68%38.04%
CMYK20.62%22.68%0.00%
61.96%

Color #4D4B61 in popluar number systems.

HEX4D4B61
Decimal777597
Binary100110110010111100001
Octal115113141

Shades and tints

Shades of #4D4B61

#4D4B61
(77,75,97)
#464559
(70,69,89)
#3F3F51
(63,63,81)
#383949
(56,57,73)
#313341
(49,51,65)
#2A2D39
(42,45,57)
#232731
(35,39,49)
#1C2129
(28,33,41)
#151B21
(21,27,33)
#0E1519
(14,21,25)
#070F11
(7,15,17)
#000000
(0,0,0)

Tints of #4D4B61

#4D4B61
(77,75,97)
#5D5B6F
(93,91,111)
#6D6B7D
(109,107,125)
#7D7B8B
(125,123,139)
#8D8B99
(141,139,153)
#9D9BA7
(157,155,167)
#ADABB5
(173,171,181)
#BDBBC3
(189,187,195)
#CDCBD1
(205,203,209)
#DDDBDF
(221,219,223)
#EDEBED
(237,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D4B61; }

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

This text font color is #4D4B61.


Background Color

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

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

This div background color is #4D4B61.


Border color

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

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

This div border color is #4D4B61.


Opacity

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

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

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

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

This text has shadow with #4D4B61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D4B61 on black background.


Color preview on white background

This text has color #4D4B61 on white background.



Black color preview on #4D4B61 background

This text has black color on #4D4B61 background.


White color preview on #4D4B61 background

This text has white color on #4D4B61 background.