COLOR #4C5E6C

HEX: #4C5E6C
RGB: (76,94,108)

Renk bilgisi

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

RGB renk modeli

#4C5E6C color RGB value is (76,94,108).

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

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 94 of 255 = 37%
B 108 of 255 = 42%

76
94
108

R + G + B ~ 36%. #4C5E6C is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 94 + 108 = 278 (100%)
R 76 of 278 ~ 27.34%
G 94 of 278 ~ 33.81%
B 108 of 278 ~ 38.85%

%27.34
%33.81
%38.85

CMYK RENK MODELİ

#4C5E6C rengi CMYK tonu (30,13,0,58).

  • camgöbeği tonu 29.63%
  • eflatun tonu 12.96%
  • sarı tonu 0.00%
  • ana renk tonu 57.65%
CMYK:
(30,13,0,58)
C30M13Y0K58 
(30%,13%,0%,58%)
(0.30/0.13/0.00/0.58)	

CMYK yüzdeleri

%29.63
%12.96
%0
%57.65

Codes

Color #4C5E6C in popluar color models

4C5E6C
RGB7694108
HSL206°17.39%36.08%
HSB/HSV206°29.63%42.35%
CMYK29.63%12.96%0.00%
57.65%

Color #4C5E6C in popluar number systems.

HEX4C5E6C
Decimal7694108
Binary100110010111101101100
Octal114136154

Shades and tints

Shades of #4C5E6C

#4C5E6C
(76,94,108)
#465663
(70,86,99)
#404E5A
(64,78,90)
#3A4651
(58,70,81)
#343E48
(52,62,72)
#2E363F
(46,54,63)
#282E36
(40,46,54)
#22262D
(34,38,45)
#1C1E24
(28,30,36)
#16161B
(22,22,27)
#100E12
(16,14,18)
#000000
(0,0,0)

Tints of #4C5E6C

#4C5E6C
(76,94,108)
#5C6C79
(92,108,121)
#6C7A86
(108,122,134)
#7C8893
(124,136,147)
#8C96A0
(140,150,160)
#9CA4AD
(156,164,173)
#ACB2BA
(172,178,186)
#BCC0C7
(188,192,199)
#CCCED4
(204,206,212)
#DCDCE1
(220,220,225)
#ECEAEE
(236,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C5E6C; }

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

This text font color is #4C5E6C.


Background Color

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

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

This div background color is #4C5E6C.


Border color

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

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

This div border color is #4C5E6C.


Opacity

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

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

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

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

This text has shadow with #4C5E6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C5E6C on black background.


Color preview on white background

This text has color #4C5E6C on white background.



Black color preview on #4C5E6C background

This text has black color on #4C5E6C background.


White color preview on #4C5E6C background

This text has white color on #4C5E6C background.