COLOR #4C5A4C

HEX: #4C5A4C
RGB: (76,90,76)

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

76
90
76

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 90 + 76 = 242 (100%)
R 76 of 242 ~ 31.4%
G 90 of 242 ~ 37.19%
B 76 of 242 ~ 31.4%

%31.4
%37.19
%31.4

CMYK RENK MODELİ

#4C5A4C rengi CMYK tonu (16,0,16,65).

  • camgöbeği tonu 15.56%
  • eflatun tonu 0.00%
  • sarı tonu 15.56%
  • ana renk tonu 64.71%
CMYK:
(16,0,16,65)
C16M0Y16K65 
(16%,0%,16%,65%)
(0.16/0.00/0.16/0.65)	

CMYK yüzdeleri

%15.56
%0
%15.56
%64.71

Codes

Color #4C5A4C in popluar color models

4C5A4C
RGB769076
HSL120°8.43%32.55%
HSB/HSV120°15.56%35.29%
CMYK15.56%0.00%15.56%
64.71%

Color #4C5A4C in popluar number systems.

HEX4C5A4C
Decimal769076
Binary100110010110101001100
Octal114132114

Shades and tints

Shades of #4C5A4C

#4C5A4C
(76,90,76)
#465246
(70,82,70)
#404A40
(64,74,64)
#3A423A
(58,66,58)
#343A34
(52,58,52)
#2E322E
(46,50,46)
#282A28
(40,42,40)
#222222
(34,34,34)
#1C1A1C
(28,26,28)
#161216
(22,18,22)
#100A10
(16,10,16)
#000000
(0,0,0)

Tints of #4C5A4C

#4C5A4C
(76,90,76)
#5C695C
(92,105,92)
#6C786C
(108,120,108)
#7C877C
(124,135,124)
#8C968C
(140,150,140)
#9CA59C
(156,165,156)
#ACB4AC
(172,180,172)
#BCC3BC
(188,195,188)
#CCD2CC
(204,210,204)
#DCE1DC
(220,225,220)
#ECF0EC
(236,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C5A4C; }

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

This text font color is #4C5A4C.


Background Color

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

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

This div background color is #4C5A4C.


Border color

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

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

This div border color is #4C5A4C.


Opacity

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

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

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

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

This text has shadow with #4C5A4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C5A4C on black background.


Color preview on white background

This text has color #4C5A4C on white background.



Black color preview on #4C5A4C background

This text has black color on #4C5A4C background.


White color preview on #4C5A4C background

This text has white color on #4C5A4C background.