COLOR #4B4D58

HEX: #4B4D58
RGB: (75,77,88)

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

75
77
88

R + G + B ~ 31%. #4B4D58 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
75 + 77 + 88 = 240 (100%)
R 75 of 240 ~ 31.25%
G 77 of 240 ~ 32.08%
B 88 of 240 ~ 36.67%

%31.25
%32.08
%36.67

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%14.77
%12.5
%0
%65.49

Codes

Color #4B4D58 in popluar color models

4B4D58
RGB757788
HSL231°7.98%31.96%
HSB/HSV231°14.77%34.51%
CMYK14.77%12.50%0.00%
65.49%

Color #4B4D58 in popluar number systems.

HEX4B4D58
Decimal757788
Binary100101110011011011000
Octal113115130

Shades and tints

Shades of #4B4D58

#4B4D58
(75,77,88)
#454650
(69,70,80)
#3F3F48
(63,63,72)
#393840
(57,56,64)
#333138
(51,49,56)
#2D2A30
(45,42,48)
#272328
(39,35,40)
#211C20
(33,28,32)
#1B1518
(27,21,24)
#150E10
(21,14,16)
#0F0708
(15,7,8)
#000000
(0,0,0)

Tints of #4B4D58

#4B4D58
(75,77,88)
#5B5D67
(91,93,103)
#6B6D76
(107,109,118)
#7B7D85
(123,125,133)
#8B8D94
(139,141,148)
#9B9DA3
(155,157,163)
#ABADB2
(171,173,178)
#BBBDC1
(187,189,193)
#CBCDD0
(203,205,208)
#DBDDDF
(219,221,223)
#EBEDEE
(235,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B4D58; }

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

This text font color is #4B4D58.


Background Color

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

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

This div background color is #4B4D58.


Border color

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

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

This div border color is #4B4D58.


Opacity

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

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

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

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

This text has shadow with #4B4D58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B4D58 on black background.


Color preview on white background

This text has color #4B4D58 on white background.



Black color preview on #4B4D58 background

This text has black color on #4B4D58 background.


White color preview on #4B4D58 background

This text has white color on #4B4D58 background.