COLOR #4C5059

HEX: #4C5059
RGB: (76,80,89)

Renk bilgisi

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

RGB renk modeli

#4C5059 color RGB value is (76,80,89).

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

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 80 of 255 = 31%
B 89 of 255 = 35%

76
80
89

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 80 + 89 = 245 (100%)
R 76 of 245 ~ 31.02%
G 80 of 245 ~ 32.65%
B 89 of 245 ~ 36.33%

%31.02
%32.65
%36.33

CMYK RENK MODELİ

#4C5059 rengi CMYK tonu (15,10,0,65).

  • camgöbeği tonu 14.61%
  • eflatun tonu 10.11%
  • sarı tonu 0.00%
  • ana renk tonu 65.10%
CMYK:
(15,10,0,65)
C15M10Y0K65 
(15%,10%,0%,65%)
(0.15/0.10/0.00/0.65)	

CMYK yüzdeleri

%14.61
%10.11
%0
%65.1

Codes

Color #4C5059 in popluar color models

4C5059
RGB768089
HSL222°7.88%32.35%
HSB/HSV222°14.61%34.90%
CMYK14.61%10.11%0.00%
65.10%

Color #4C5059 in popluar number systems.

HEX4C5059
Decimal768089
Binary100110010100001011001
Octal114120131

Shades and tints

Shades of #4C5059

#4C5059
(76,80,89)
#464951
(70,73,81)
#404249
(64,66,73)
#3A3B41
(58,59,65)
#343439
(52,52,57)
#2E2D31
(46,45,49)
#282629
(40,38,41)
#221F21
(34,31,33)
#1C1819
(28,24,25)
#161111
(22,17,17)
#100A09
(16,10,9)
#000000
(0,0,0)

Tints of #4C5059

#4C5059
(76,80,89)
#5C5F68
(92,95,104)
#6C6E77
(108,110,119)
#7C7D86
(124,125,134)
#8C8C95
(140,140,149)
#9C9BA4
(156,155,164)
#ACAAB3
(172,170,179)
#BCB9C2
(188,185,194)
#CCC8D1
(204,200,209)
#DCD7E0
(220,215,224)
#ECE6EF
(236,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C5059; }

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

This text font color is #4C5059.


Background Color

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

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

This div background color is #4C5059.


Border color

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

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

This div border color is #4C5059.


Opacity

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

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

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

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

This text has shadow with #4C5059 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C5059 on black background.


Color preview on white background

This text has color #4C5059 on white background.



Black color preview on #4C5059 background

This text has black color on #4C5059 background.


White color preview on #4C5059 background

This text has white color on #4C5059 background.