COLOR #4B5B63

HEX: #4B5B63
RGB: (75,91,99)

Renk bilgisi

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

RGB renk modeli

#4B5B63 color RGB value is (75,91,99).

  • kırmız ton 75;
  • yeşil ton 91;
  • mavi ton 99.
RGB:
(75,91,99)
(29%,36%,39%)

RGB bağlantıları ve doygunluk

R 75 of 255 = 29%
G 91 of 255 = 36%
B 99 of 255 = 39%

75
91
99

R + G + B ~ 35%. #4B5B63 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
75 + 91 + 99 = 265 (100%)
R 75 of 265 ~ 28.3%
G 91 of 265 ~ 34.34%
B 99 of 265 ~ 37.36%

%28.3
%34.34
%37.36

CMYK RENK MODELİ

#4B5B63 rengi CMYK tonu (24,8,0,61).

  • camgöbeği tonu 24.24%
  • eflatun tonu 8.08%
  • sarı tonu 0.00%
  • ana renk tonu 61.18%
CMYK:
(24,8,0,61)
C24M8Y0K61 
(24%,8%,0%,61%)
(0.24/0.08/0.00/0.61)	

CMYK yüzdeleri

%24.24
%8.08
%0
%61.18

Codes

Color #4B5B63 in popluar color models

4B5B63
RGB759199
HSL200°13.79%34.12%
HSB/HSV200°24.24%38.82%
CMYK24.24%8.08%0.00%
61.18%

Color #4B5B63 in popluar number systems.

HEX4B5B63
Decimal759199
Binary100101110110111100011
Octal113133143

Shades and tints

Shades of #4B5B63

#4B5B63
(75,91,99)
#45535A
(69,83,90)
#3F4B51
(63,75,81)
#394348
(57,67,72)
#333B3F
(51,59,63)
#2D3336
(45,51,54)
#272B2D
(39,43,45)
#212324
(33,35,36)
#1B1B1B
(27,27,27)
#151312
(21,19,18)
#0F0B09
(15,11,9)
#000000
(0,0,0)

Tints of #4B5B63

#4B5B63
(75,91,99)
#5B6971
(91,105,113)
#6B777F
(107,119,127)
#7B858D
(123,133,141)
#8B939B
(139,147,155)
#9BA1A9
(155,161,169)
#ABAFB7
(171,175,183)
#BBBDC5
(187,189,197)
#CBCBD3
(203,203,211)
#DBD9E1
(219,217,225)
#EBE7EF
(235,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B5B63 color. Also use rgb(75,91,99) instead hex code.

Text Font Color

.myTextColor { color: #4B5B63; }

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

This text font color is #4B5B63.


Background Color

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

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

This div background color is #4B5B63.


Border color

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

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

This div border color is #4B5B63.


Opacity

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

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

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

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

This text has shadow with #4B5B63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B5B63 on black background.


Color preview on white background

This text has color #4B5B63 on white background.



Black color preview on #4B5B63 background

This text has black color on #4B5B63 background.


White color preview on #4B5B63 background

This text has white color on #4B5B63 background.