COLOR #4C5659

HEX: #4C5659
RGB: (76,86,89)

Renk bilgisi

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

RGB renk modeli

#4C5659 color RGB value is (76,86,89).

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

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 86 of 255 = 34%
B 89 of 255 = 35%

76
86
89

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 86 + 89 = 251 (100%)
R 76 of 251 ~ 30.28%
G 86 of 251 ~ 34.26%
B 89 of 251 ~ 35.46%

%30.28
%34.26
%35.46

CMYK RENK MODELİ

#4C5659 rengi CMYK tonu (15,3,0,65).

  • camgöbeği tonu 14.61%
  • eflatun tonu 3.37%
  • sarı tonu 0.00%
  • ana renk tonu 65.10%
CMYK:
(15,3,0,65)
C15M3Y0K65 
(15%,3%,0%,65%)
(0.15/0.03/0.00/0.65)	

CMYK yüzdeleri

%14.61
%3.37
%0
%65.1

Codes

Color #4C5659 in popluar color models

4C5659
RGB768689
HSL194°7.88%32.35%
HSB/HSV194°14.61%34.90%
CMYK14.61%3.37%0.00%
65.10%

Color #4C5659 in popluar number systems.

HEX4C5659
Decimal768689
Binary100110010101101011001
Octal114126131

Shades and tints

Shades of #4C5659

#4C5659
(76,86,89)
#464F51
(70,79,81)
#404849
(64,72,73)
#3A4141
(58,65,65)
#343A39
(52,58,57)
#2E3331
(46,51,49)
#282C29
(40,44,41)
#222521
(34,37,33)
#1C1E19
(28,30,25)
#161711
(22,23,17)
#101009
(16,16,9)
#000000
(0,0,0)

Tints of #4C5659

#4C5659
(76,86,89)
#5C6568
(92,101,104)
#6C7477
(108,116,119)
#7C8386
(124,131,134)
#8C9295
(140,146,149)
#9CA1A4
(156,161,164)
#ACB0B3
(172,176,179)
#BCBFC2
(188,191,194)
#CCCED1
(204,206,209)
#DCDDE0
(220,221,224)
#ECECEF
(236,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C5659; }

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

This text font color is #4C5659.


Background Color

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

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

This div background color is #4C5659.


Border color

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

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

This div border color is #4C5659.


Opacity

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

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

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

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

This text has shadow with #4C5659 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C5659 on black background.


Color preview on white background

This text has color #4C5659 on white background.



Black color preview on #4C5659 background

This text has black color on #4C5659 background.


White color preview on #4C5659 background

This text has white color on #4C5659 background.