COLOR #4D4761

HEX: #4D4761
RGB: (77,71,97)

Renk bilgisi

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

RGB renk modeli

#4D4761 color RGB value is (77,71,97).

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

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 71 of 255 = 28%
B 97 of 255 = 38%

77
71
97

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

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 71 + 97 = 245 (100%)
R 77 of 245 ~ 31.43%
G 71 of 245 ~ 28.98%
B 97 of 245 ~ 39.59%

%31.43
%28.98
%39.59

CMYK RENK MODELİ

#4D4761 rengi CMYK tonu (21,27,0,62).

  • camgöbeği tonu 20.62%
  • eflatun tonu 26.80%
  • sarı tonu 0.00%
  • ana renk tonu 61.96%
CMYK:
(21,27,0,62)
C21M27Y0K62 
(21%,27%,0%,62%)
(0.21/0.27/0.00/0.62)	

CMYK yüzdeleri

%20.62
%26.8
%0
%61.96

Codes

Color #4D4761 in popluar color models

4D4761
RGB777197
HSL254°15.48%32.94%
HSB/HSV254°26.80%38.04%
CMYK20.62%26.80%0.00%
61.96%

Color #4D4761 in popluar number systems.

HEX4D4761
Decimal777197
Binary100110110001111100001
Octal115107141

Shades and tints

Shades of #4D4761

#4D4761
(77,71,97)
#464159
(70,65,89)
#3F3B51
(63,59,81)
#383549
(56,53,73)
#312F41
(49,47,65)
#2A2939
(42,41,57)
#232331
(35,35,49)
#1C1D29
(28,29,41)
#151721
(21,23,33)
#0E1119
(14,17,25)
#070B11
(7,11,17)
#000000
(0,0,0)

Tints of #4D4761

#4D4761
(77,71,97)
#5D576F
(93,87,111)
#6D677D
(109,103,125)
#7D778B
(125,119,139)
#8D8799
(141,135,153)
#9D97A7
(157,151,167)
#ADA7B5
(173,167,181)
#BDB7C3
(189,183,195)
#CDC7D1
(205,199,209)
#DDD7DF
(221,215,223)
#EDE7ED
(237,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D4761; }

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

This text font color is #4D4761.


Background Color

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

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

This div background color is #4D4761.


Border color

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

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

This div border color is #4D4761.


Opacity

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

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

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

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

This text has shadow with #4D4761 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D4761 on black background.


Color preview on white background

This text has color #4D4761 on white background.



Black color preview on #4D4761 background

This text has black color on #4D4761 background.


White color preview on #4D4761 background

This text has white color on #4D4761 background.