COLOR #4B4357

HEX: #4B4357
RGB: (75,67,87)

Renk bilgisi

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

RGB renk modeli

#4B4357 color RGB value is (75,67,87).

  • kırmız ton 75;
  • yeşil ton 67;
  • mavi ton 87.
RGB:
(75,67,87)
(29%,26%,34%)

RGB bağlantıları ve doygunluk

R 75 of 255 = 29%
G 67 of 255 = 26%
B 87 of 255 = 34%

75
67
87

R + G + B ~ 30%. #4B4357 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
75 + 67 + 87 = 229 (100%)
R 75 of 229 ~ 32.75%
G 67 of 229 ~ 29.26%
B 87 of 229 ~ 37.99%

%32.75
%29.26
%37.99

CMYK RENK MODELİ

#4B4357 rengi CMYK tonu (14,23,0,66).

  • camgöbeği tonu 13.79%
  • eflatun tonu 22.99%
  • sarı tonu 0.00%
  • ana renk tonu 65.88%
CMYK:
(14,23,0,66)
C14M23Y0K66 
(14%,23%,0%,66%)
(0.14/0.23/0.00/0.66)	

CMYK yüzdeleri

%13.79
%22.99
%0
%65.88

Codes

Color #4B4357 in popluar color models

4B4357
RGB756787
HSL264°12.99%30.20%
HSB/HSV264°22.99%34.12%
CMYK13.79%22.99%0.00%
65.88%

Color #4B4357 in popluar number systems.

HEX4B4357
Decimal756787
Binary100101110000111010111
Octal113103127

Shades and tints

Shades of #4B4357

#4B4357
(75,67,87)
#453D50
(69,61,80)
#3F3749
(63,55,73)
#393142
(57,49,66)
#332B3B
(51,43,59)
#2D2534
(45,37,52)
#271F2D
(39,31,45)
#211926
(33,25,38)
#1B131F
(27,19,31)
#150D18
(21,13,24)
#0F0711
(15,7,17)
#000000
(0,0,0)

Tints of #4B4357

#4B4357
(75,67,87)
#5B5466
(91,84,102)
#6B6575
(107,101,117)
#7B7684
(123,118,132)
#8B8793
(139,135,147)
#9B98A2
(155,152,162)
#ABA9B1
(171,169,177)
#BBBAC0
(187,186,192)
#CBCBCF
(203,203,207)
#DBDCDE
(219,220,222)
#EBEDED
(235,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B4357 color. Also use rgb(75,67,87) instead hex code.

Text Font Color

.myTextColor { color: #4B4357; }

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

This text font color is #4B4357.


Background Color

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

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

This div background color is #4B4357.


Border color

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

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

This div border color is #4B4357.


Opacity

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

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

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

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

This text has shadow with #4B4357 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B4357 on black background.


Color preview on white background

This text has color #4B4357 on white background.



Black color preview on #4B4357 background

This text has black color on #4B4357 background.


White color preview on #4B4357 background

This text has white color on #4B4357 background.