COLOR #4D5858

HEX: #4D5858
RGB: (77,88,88)

Renk bilgisi

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

RGB renk modeli

#4D5858 color RGB value is (77,88,88).

  • kırmız ton 77;
  • yeşil ton 88;
  • mavi ton 88.
RGB:
(77,88,88)
(30%,35%,35%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 88 of 255 = 35%
B 88 of 255 = 35%

77
88
88

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

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 88 + 88 = 253 (100%)
R 77 of 253 ~ 30.43%
G 88 of 253 ~ 34.78%
B 88 of 253 ~ 34.78%

%30.43
%34.78
%34.78

CMYK RENK MODELİ

#4D5858 rengi CMYK tonu (13,0,0,65).

  • camgöbeği tonu 12.50%
  • eflatun tonu 0.00%
  • sarı tonu 0.00%
  • ana renk tonu 65.49%
CMYK:
(13,0,0,65)
C13M0Y0K65 
(13%,0%,0%,65%)
(0.13/0.00/0.00/0.65)	

CMYK yüzdeleri

%12.5
%0
%0
%65.49

Codes

Color #4D5858 in popluar color models

4D5858
RGB778888
HSL180°6.67%32.35%
HSB/HSV180°12.50%34.51%
CMYK12.50%0.00%0.00%
65.49%

Color #4D5858 in popluar number systems.

HEX4D5858
Decimal778888
Binary100110110110001011000
Octal115130130

Shades and tints

Shades of #4D5858

#4D5858
(77,88,88)
#465050
(70,80,80)
#3F4848
(63,72,72)
#384040
(56,64,64)
#313838
(49,56,56)
#2A3030
(42,48,48)
#232828
(35,40,40)
#1C2020
(28,32,32)
#151818
(21,24,24)
#0E1010
(14,16,16)
#070808
(7,8,8)
#000000
(0,0,0)

Tints of #4D5858

#4D5858
(77,88,88)
#5D6767
(93,103,103)
#6D7676
(109,118,118)
#7D8585
(125,133,133)
#8D9494
(141,148,148)
#9DA3A3
(157,163,163)
#ADB2B2
(173,178,178)
#BDC1C1
(189,193,193)
#CDD0D0
(205,208,208)
#DDDFDF
(221,223,223)
#EDEEEE
(237,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D5858; }

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

This text font color is #4D5858.


Background Color

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

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

This div background color is #4D5858.


Border color

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

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

This div border color is #4D5858.


Opacity

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

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

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

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

This text has shadow with #4D5858 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D5858 on black background.


Color preview on white background

This text has color #4D5858 on white background.



Black color preview on #4D5858 background

This text has black color on #4D5858 background.


White color preview on #4D5858 background

This text has white color on #4D5858 background.