COLOR #4B5A60

HEX: #4B5A60
RGB: (75,90,96)

Renk bilgisi

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

RGB renk modeli

#4B5A60 color RGB value is (75,90,96).

  • kırmız ton 75;
  • yeşil ton 90;
  • mavi ton 96.
RGB:
(75,90,96)
(29%,35%,38%)

RGB bağlantıları ve doygunluk

R 75 of 255 = 29%
G 90 of 255 = 35%
B 96 of 255 = 38%

75
90
96

R + G + B ~ 34%. #4B5A60 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
75 + 90 + 96 = 261 (100%)
R 75 of 261 ~ 28.74%
G 90 of 261 ~ 34.48%
B 96 of 261 ~ 36.78%

%28.74
%34.48
%36.78

CMYK RENK MODELİ

#4B5A60 rengi CMYK tonu (22,6,0,62).

  • camgöbeği tonu 21.88%
  • eflatun tonu 6.25%
  • sarı tonu 0.00%
  • ana renk tonu 62.35%
CMYK:
(22,6,0,62)
C22M6Y0K62 
(22%,6%,0%,62%)
(0.22/0.06/0.00/0.62)	

CMYK yüzdeleri

%21.88
%6.25
%0
%62.35

Codes

Color #4B5A60 in popluar color models

4B5A60
RGB759096
HSL197°12.28%33.53%
HSB/HSV197°21.88%37.65%
CMYK21.88%6.25%0.00%
62.35%

Color #4B5A60 in popluar number systems.

HEX4B5A60
Decimal759096
Binary100101110110101100000
Octal113132140

Shades and tints

Shades of #4B5A60

#4B5A60
(75,90,96)
#455258
(69,82,88)
#3F4A50
(63,74,80)
#394248
(57,66,72)
#333A40
(51,58,64)
#2D3238
(45,50,56)
#272A30
(39,42,48)
#212228
(33,34,40)
#1B1A20
(27,26,32)
#151218
(21,18,24)
#0F0A10
(15,10,16)
#000000
(0,0,0)

Tints of #4B5A60

#4B5A60
(75,90,96)
#5B696E
(91,105,110)
#6B787C
(107,120,124)
#7B878A
(123,135,138)
#8B9698
(139,150,152)
#9BA5A6
(155,165,166)
#ABB4B4
(171,180,180)
#BBC3C2
(187,195,194)
#CBD2D0
(203,210,208)
#DBE1DE
(219,225,222)
#EBF0EC
(235,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B5A60 color. Also use rgb(75,90,96) instead hex code.

Text Font Color

.myTextColor { color: #4B5A60; }

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

This text font color is #4B5A60.


Background Color

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

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

This div background color is #4B5A60.


Border color

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

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

This div border color is #4B5A60.


Opacity

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

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

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

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

This text has shadow with #4B5A60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B5A60 on black background.


Color preview on white background

This text has color #4B5A60 on white background.



Black color preview on #4B5A60 background

This text has black color on #4B5A60 background.


White color preview on #4B5A60 background

This text has white color on #4B5A60 background.