COLOR #4C5159

HEX: #4C5159
RGB: (76,81,89)

Renk bilgisi

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

RGB renk modeli

#4C5159 color RGB value is (76,81,89).

  • kırmız ton 76;
  • yeşil ton 81;
  • mavi ton 89.
RGB:
(76,81,89)
(30%,32%,35%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 81 of 255 = 32%
B 89 of 255 = 35%

76
81
89

R + G + B ~ 32%. #4C5159 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 81 + 89 = 246 (100%)
R 76 of 246 ~ 30.89%
G 81 of 246 ~ 32.93%
B 89 of 246 ~ 36.18%

%30.89
%32.93
%36.18

CMYK RENK MODELİ

#4C5159 rengi CMYK tonu (15,9,0,65).

  • camgöbeği tonu 14.61%
  • eflatun tonu 8.99%
  • sarı tonu 0.00%
  • ana renk tonu 65.10%
CMYK:
(15,9,0,65)
C15M9Y0K65 
(15%,9%,0%,65%)
(0.15/0.09/0.00/0.65)	

CMYK yüzdeleri

%14.61
%8.99
%0
%65.1

Codes

Color #4C5159 in popluar color models

4C5159
RGB768189
HSL217°7.88%32.35%
HSB/HSV217°14.61%34.90%
CMYK14.61%8.99%0.00%
65.10%

Color #4C5159 in popluar number systems.

HEX4C5159
Decimal768189
Binary100110010100011011001
Octal114121131

Shades and tints

Shades of #4C5159

#4C5159
(76,81,89)
#464A51
(70,74,81)
#404349
(64,67,73)
#3A3C41
(58,60,65)
#343539
(52,53,57)
#2E2E31
(46,46,49)
#282729
(40,39,41)
#222021
(34,32,33)
#1C1919
(28,25,25)
#161211
(22,18,17)
#100B09
(16,11,9)
#000000
(0,0,0)

Tints of #4C5159

#4C5159
(76,81,89)
#5C6068
(92,96,104)
#6C6F77
(108,111,119)
#7C7E86
(124,126,134)
#8C8D95
(140,141,149)
#9C9CA4
(156,156,164)
#ACABB3
(172,171,179)
#BCBAC2
(188,186,194)
#CCC9D1
(204,201,209)
#DCD8E0
(220,216,224)
#ECE7EF
(236,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C5159 color. Also use rgb(76,81,89) instead hex code.

Text Font Color

.myTextColor { color: #4C5159; }

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

This text font color is #4C5159.


Background Color

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

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

This div background color is #4C5159.


Border color

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

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

This div border color is #4C5159.


Opacity

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

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

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

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

This text has shadow with #4C5159 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C5159 on black background.


Color preview on white background

This text has color #4C5159 on white background.



Black color preview on #4C5159 background

This text has black color on #4C5159 background.


White color preview on #4C5159 background

This text has white color on #4C5159 background.