COLOR #4C5A4A

HEX: #4C5A4A
RGB: (76,90,74)

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

76
90
74

R + G + B ~ 31%. #4C5A4A is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 90 + 74 = 240 (100%)
R 76 of 240 ~ 31.67%
G 90 of 240 ~ 37.5%
B 74 of 240 ~ 30.83%

%31.67
%37.5
%30.83

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%15.56
%0
%17.78
%64.71

Codes

Color #4C5A4A in popluar color models

4C5A4A
RGB769074
HSL113°9.76%32.16%
HSB/HSV113°17.78%35.29%
CMYK15.56%0.00%17.78%
64.71%

Color #4C5A4A in popluar number systems.

HEX4C5A4A
Decimal769074
Binary100110010110101001010
Octal114132112

Shades and tints

Shades of #4C5A4A

#4C5A4A
(76,90,74)
#465244
(70,82,68)
#404A3E
(64,74,62)
#3A4238
(58,66,56)
#343A32
(52,58,50)
#2E322C
(46,50,44)
#282A26
(40,42,38)
#222220
(34,34,32)
#1C1A1A
(28,26,26)
#161214
(22,18,20)
#100A0E
(16,10,14)
#000000
(0,0,0)

Tints of #4C5A4A

#4C5A4A
(76,90,74)
#5C695A
(92,105,90)
#6C786A
(108,120,106)
#7C877A
(124,135,122)
#8C968A
(140,150,138)
#9CA59A
(156,165,154)
#ACB4AA
(172,180,170)
#BCC3BA
(188,195,186)
#CCD2CA
(204,210,202)
#DCE1DA
(220,225,218)
#ECF0EA
(236,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C5A4A; }

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

This text font color is #4C5A4A.


Background Color

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

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

This div background color is #4C5A4A.


Border color

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

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

This div border color is #4C5A4A.


Opacity

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

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

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

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

This text has shadow with #4C5A4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C5A4A on black background.


Color preview on white background

This text has color #4C5A4A on white background.



Black color preview on #4C5A4A background

This text has black color on #4C5A4A background.


White color preview on #4C5A4A background

This text has white color on #4C5A4A background.