COLOR #4C5E4E

HEX: #4C5E4E
RGB: (76,94,78)

Renk bilgisi

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

RGB renk modeli

#4C5E4E color RGB value is (76,94,78).

  • kırmız ton 76;
  • yeşil ton 94;
  • mavi ton 78.
RGB:
(76,94,78)
(30%,37%,31%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 94 of 255 = 37%
B 78 of 255 = 31%

76
94
78

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 94 + 78 = 248 (100%)
R 76 of 248 ~ 30.65%
G 94 of 248 ~ 37.9%
B 78 of 248 ~ 31.45%

%30.65
%37.9
%31.45

CMYK RENK MODELİ

#4C5E4E rengi CMYK tonu (19,0,17,63).

  • camgöbeği tonu 19.15%
  • eflatun tonu 0.00%
  • sarı tonu 17.02%
  • ana renk tonu 63.14%
CMYK:
(19,0,17,63)
C19M0Y17K63 
(19%,0%,17%,63%)
(0.19/0.00/0.17/0.63)	

CMYK yüzdeleri

%19.15
%0
%17.02
%63.14

Codes

Color #4C5E4E in popluar color models

4C5E4E
RGB769478
HSL127°10.59%33.33%
HSB/HSV127°19.15%36.86%
CMYK19.15%0.00%17.02%
63.14%

Color #4C5E4E in popluar number systems.

HEX4C5E4E
Decimal769478
Binary100110010111101001110
Octal114136116

Shades and tints

Shades of #4C5E4E

#4C5E4E
(76,94,78)
#465647
(70,86,71)
#404E40
(64,78,64)
#3A4639
(58,70,57)
#343E32
(52,62,50)
#2E362B
(46,54,43)
#282E24
(40,46,36)
#22261D
(34,38,29)
#1C1E16
(28,30,22)
#16160F
(22,22,15)
#100E08
(16,14,8)
#000000
(0,0,0)

Tints of #4C5E4E

#4C5E4E
(76,94,78)
#5C6C5E
(92,108,94)
#6C7A6E
(108,122,110)
#7C887E
(124,136,126)
#8C968E
(140,150,142)
#9CA49E
(156,164,158)
#ACB2AE
(172,178,174)
#BCC0BE
(188,192,190)
#CCCECE
(204,206,206)
#DCDCDE
(220,220,222)
#ECEAEE
(236,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C5E4E; }

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

This text font color is #4C5E4E.


Background Color

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

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

This div background color is #4C5E4E.


Border color

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

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

This div border color is #4C5E4E.


Opacity

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

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

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

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

This text has shadow with #4C5E4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C5E4E on black background.


Color preview on white background

This text has color #4C5E4E on white background.



Black color preview on #4C5E4E background

This text has black color on #4C5E4E background.


White color preview on #4C5E4E background

This text has white color on #4C5E4E background.