COLOR #4C5C5A

HEX: #4C5C5A
RGB: (76,92,90)

Renk bilgisi

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

RGB renk modeli

#4C5C5A color RGB value is (76,92,90).

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

RGB bağlantıları ve doygunluk

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

76
92
90

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 92 + 90 = 258 (100%)
R 76 of 258 ~ 29.46%
G 92 of 258 ~ 35.66%
B 90 of 258 ~ 34.88%

%29.46
%35.66
%34.88

CMYK RENK MODELİ

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

  • camgöbeği tonu 17.39%
  • eflatun tonu 0.00%
  • sarı tonu 2.17%
  • ana renk tonu 63.92%
CMYK:
(17,0,2,64)
C17M0Y2K64 
(17%,0%,2%,64%)
(0.17/0.00/0.02/0.64)	

CMYK yüzdeleri

%17.39
%0
%2.17
%63.92

Codes

Color #4C5C5A in popluar color models

4C5C5A
RGB769290
HSL173°9.52%32.94%
HSB/HSV173°17.39%36.08%
CMYK17.39%0.00%2.17%
63.92%

Color #4C5C5A in popluar number systems.

HEX4C5C5A
Decimal769290
Binary100110010111001011010
Octal114134132

Shades and tints

Shades of #4C5C5A

#4C5C5A
(76,92,90)
#465452
(70,84,82)
#404C4A
(64,76,74)
#3A4442
(58,68,66)
#343C3A
(52,60,58)
#2E3432
(46,52,50)
#282C2A
(40,44,42)
#222422
(34,36,34)
#1C1C1A
(28,28,26)
#161412
(22,20,18)
#100C0A
(16,12,10)
#000000
(0,0,0)

Tints of #4C5C5A

#4C5C5A
(76,92,90)
#5C6A69
(92,106,105)
#6C7878
(108,120,120)
#7C8687
(124,134,135)
#8C9496
(140,148,150)
#9CA2A5
(156,162,165)
#ACB0B4
(172,176,180)
#BCBEC3
(188,190,195)
#CCCCD2
(204,204,210)
#DCDAE1
(220,218,225)
#ECE8F0
(236,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C5C5A; }

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

This text font color is #4C5C5A.


Background Color

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

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

This div background color is #4C5C5A.


Border color

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

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

This div border color is #4C5C5A.


Opacity

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

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

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

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

This text has shadow with #4C5C5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C5C5A on black background.


Color preview on white background

This text has color #4C5C5A on white background.



Black color preview on #4C5C5A background

This text has black color on #4C5C5A background.


White color preview on #4C5C5A background

This text has white color on #4C5C5A background.