COLOR #4B5E53

HEX: #4B5E53
RGB: (75,94,83)

Renk bilgisi

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

RGB renk modeli

#4B5E53 color RGB value is (75,94,83).

  • kırmız ton 75;
  • yeşil ton 94;
  • mavi ton 83.
RGB:
(75,94,83)
(29%,37%,33%)

RGB bağlantıları ve doygunluk

R 75 of 255 = 29%
G 94 of 255 = 37%
B 83 of 255 = 33%

75
94
83

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

Yüzdelerle RGB renk parçaları

R + G + B =
75 + 94 + 83 = 252 (100%)
R 75 of 252 ~ 29.76%
G 94 of 252 ~ 37.3%
B 83 of 252 ~ 32.94%

%29.76
%37.3
%32.94

CMYK RENK MODELİ

#4B5E53 rengi CMYK tonu (20,0,12,63).

  • camgöbeği tonu 20.21%
  • eflatun tonu 0.00%
  • sarı tonu 11.70%
  • ana renk tonu 63.14%
CMYK:
(20,0,12,63)
C20M0Y12K63 
(20%,0%,12%,63%)
(0.20/0.00/0.12/0.63)	

CMYK yüzdeleri

%20.21
%0
%11.7
%63.14

Codes

Color #4B5E53 in popluar color models

4B5E53
RGB759483
HSL145°11.24%33.14%
HSB/HSV145°20.21%36.86%
CMYK20.21%0.00%11.70%
63.14%

Color #4B5E53 in popluar number systems.

HEX4B5E53
Decimal759483
Binary100101110111101010011
Octal113136123

Shades and tints

Shades of #4B5E53

#4B5E53
(75,94,83)
#45564C
(69,86,76)
#3F4E45
(63,78,69)
#39463E
(57,70,62)
#333E37
(51,62,55)
#2D3630
(45,54,48)
#272E29
(39,46,41)
#212622
(33,38,34)
#1B1E1B
(27,30,27)
#151614
(21,22,20)
#0F0E0D
(15,14,13)
#000000
(0,0,0)

Tints of #4B5E53

#4B5E53
(75,94,83)
#5B6C62
(91,108,98)
#6B7A71
(107,122,113)
#7B8880
(123,136,128)
#8B968F
(139,150,143)
#9BA49E
(155,164,158)
#ABB2AD
(171,178,173)
#BBC0BC
(187,192,188)
#CBCECB
(203,206,203)
#DBDCDA
(219,220,218)
#EBEAE9
(235,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B5E53 color. Also use rgb(75,94,83) instead hex code.

Text Font Color

.myTextColor { color: #4B5E53; }

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

This text font color is #4B5E53.


Background Color

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

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

This div background color is #4B5E53.


Border color

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

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

This div border color is #4B5E53.


Opacity

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

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

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

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

This text has shadow with #4B5E53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B5E53 on black background.


Color preview on white background

This text has color #4B5E53 on white background.



Black color preview on #4B5E53 background

This text has black color on #4B5E53 background.


White color preview on #4B5E53 background

This text has white color on #4B5E53 background.