COLOR #4C5C58

HEX: #4C5C58
RGB: (76,92,88)

Renk bilgisi

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

RGB renk modeli

#4C5C58 color RGB value is (76,92,88).

  • kırmız ton 76;
  • yeşil ton 92;
  • mavi ton 88.
RGB:
(76,92,88)
(30%,36%,35%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 92 of 255 = 36%
B 88 of 255 = 35%

76
92
88

R + G + B ~ 34%. #4C5C58 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 92 + 88 = 256 (100%)
R 76 of 256 ~ 29.69%
G 92 of 256 ~ 35.94%
B 88 of 256 ~ 34.38%

%29.69
%35.94
%34.38

CMYK RENK MODELİ

#4C5C58 rengi CMYK tonu (17,0,4,64).

  • camgöbeği tonu 17.39%
  • eflatun tonu 0.00%
  • sarı tonu 4.35%
  • ana renk tonu 63.92%
CMYK:
(17,0,4,64)
C17M0Y4K64 
(17%,0%,4%,64%)
(0.17/0.00/0.04/0.64)	

CMYK yüzdeleri

%17.39
%0
%4.35
%63.92

Codes

Color #4C5C58 in popluar color models

4C5C58
RGB769288
HSL165°9.52%32.94%
HSB/HSV165°17.39%36.08%
CMYK17.39%0.00%4.35%
63.92%

Color #4C5C58 in popluar number systems.

HEX4C5C58
Decimal769288
Binary100110010111001011000
Octal114134130

Shades and tints

Shades of #4C5C58

#4C5C58
(76,92,88)
#465450
(70,84,80)
#404C48
(64,76,72)
#3A4440
(58,68,64)
#343C38
(52,60,56)
#2E3430
(46,52,48)
#282C28
(40,44,40)
#222420
(34,36,32)
#1C1C18
(28,28,24)
#161410
(22,20,16)
#100C08
(16,12,8)
#000000
(0,0,0)

Tints of #4C5C58

#4C5C58
(76,92,88)
#5C6A67
(92,106,103)
#6C7876
(108,120,118)
#7C8685
(124,134,133)
#8C9494
(140,148,148)
#9CA2A3
(156,162,163)
#ACB0B2
(172,176,178)
#BCBEC1
(188,190,193)
#CCCCD0
(204,204,208)
#DCDADF
(220,218,223)
#ECE8EE
(236,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C5C58 color. Also use rgb(76,92,88) instead hex code.

Text Font Color

.myTextColor { color: #4C5C58; }

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

This text font color is #4C5C58.


Background Color

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

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

This div background color is #4C5C58.


Border color

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

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

This div border color is #4C5C58.


Opacity

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

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

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

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

This text has shadow with #4C5C58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C5C58 on black background.


Color preview on white background

This text has color #4C5C58 on white background.



Black color preview on #4C5C58 background

This text has black color on #4C5C58 background.


White color preview on #4C5C58 background

This text has white color on #4C5C58 background.