COLOR #4C5359

HEX: #4C5359
RGB: (76,83,89)

Renk bilgisi

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

RGB renk modeli

#4C5359 color RGB value is (76,83,89).

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

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 83 of 255 = 33%
B 89 of 255 = 35%

76
83
89

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 83 + 89 = 248 (100%)
R 76 of 248 ~ 30.65%
G 83 of 248 ~ 33.47%
B 89 of 248 ~ 35.89%

%30.65
%33.47
%35.89

CMYK RENK MODELİ

#4C5359 rengi CMYK tonu (15,7,0,65).

  • camgöbeği tonu 14.61%
  • eflatun tonu 6.74%
  • sarı tonu 0.00%
  • ana renk tonu 65.10%
CMYK:
(15,7,0,65)
C15M7Y0K65 
(15%,7%,0%,65%)
(0.15/0.07/0.00/0.65)	

CMYK yüzdeleri

%14.61
%6.74
%0
%65.1

Codes

Color #4C5359 in popluar color models

4C5359
RGB768389
HSL208°7.88%32.35%
HSB/HSV208°14.61%34.90%
CMYK14.61%6.74%0.00%
65.10%

Color #4C5359 in popluar number systems.

HEX4C5359
Decimal768389
Binary100110010100111011001
Octal114123131

Shades and tints

Shades of #4C5359

#4C5359
(76,83,89)
#464C51
(70,76,81)
#404549
(64,69,73)
#3A3E41
(58,62,65)
#343739
(52,55,57)
#2E3031
(46,48,49)
#282929
(40,41,41)
#222221
(34,34,33)
#1C1B19
(28,27,25)
#161411
(22,20,17)
#100D09
(16,13,9)
#000000
(0,0,0)

Tints of #4C5359

#4C5359
(76,83,89)
#5C6268
(92,98,104)
#6C7177
(108,113,119)
#7C8086
(124,128,134)
#8C8F95
(140,143,149)
#9C9EA4
(156,158,164)
#ACADB3
(172,173,179)
#BCBCC2
(188,188,194)
#CCCBD1
(204,203,209)
#DCDAE0
(220,218,224)
#ECE9EF
(236,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C5359; }

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

This text font color is #4C5359.


Background Color

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

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

This div background color is #4C5359.


Border color

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

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

This div border color is #4C5359.


Opacity

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

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

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

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

This text has shadow with #4C5359 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C5359 on black background.


Color preview on white background

This text has color #4C5359 on white background.



Black color preview on #4C5359 background

This text has black color on #4C5359 background.


White color preview on #4C5359 background

This text has white color on #4C5359 background.