COLOR #4C5E6D

HEX: #4C5E6D
RGB: (76,94,109)

Renk bilgisi

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

RGB renk modeli

#4C5E6D color RGB value is (76,94,109).

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

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 94 of 255 = 37%
B 109 of 255 = 43%

76
94
109

R + G + B ~ 37%. #4C5E6D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 94 + 109 = 279 (100%)
R 76 of 279 ~ 27.24%
G 94 of 279 ~ 33.69%
B 109 of 279 ~ 39.07%

%27.24
%33.69
%39.07

CMYK RENK MODELİ

#4C5E6D rengi CMYK tonu (30,14,0,57).

  • camgöbeği tonu 30.28%
  • eflatun tonu 13.76%
  • sarı tonu 0.00%
  • ana renk tonu 57.25%
CMYK:
(30,14,0,57)
C30M14Y0K57 
(30%,14%,0%,57%)
(0.30/0.14/0.00/0.57)	

CMYK yüzdeleri

%30.28
%13.76
%0
%57.25

Codes

Color #4C5E6D in popluar color models

4C5E6D
RGB7694109
HSL207°17.84%36.27%
HSB/HSV207°30.28%42.75%
CMYK30.28%13.76%0.00%
57.25%

Color #4C5E6D in popluar number systems.

HEX4C5E6D
Decimal7694109
Binary100110010111101101101
Octal114136155

Shades and tints

Shades of #4C5E6D

#4C5E6D
(76,94,109)
#465664
(70,86,100)
#404E5B
(64,78,91)
#3A4652
(58,70,82)
#343E49
(52,62,73)
#2E3640
(46,54,64)
#282E37
(40,46,55)
#22262E
(34,38,46)
#1C1E25
(28,30,37)
#16161C
(22,22,28)
#100E13
(16,14,19)
#000000
(0,0,0)

Tints of #4C5E6D

#4C5E6D
(76,94,109)
#5C6C7A
(92,108,122)
#6C7A87
(108,122,135)
#7C8894
(124,136,148)
#8C96A1
(140,150,161)
#9CA4AE
(156,164,174)
#ACB2BB
(172,178,187)
#BCC0C8
(188,192,200)
#CCCED5
(204,206,213)
#DCDCE2
(220,220,226)
#ECEAEF
(236,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C5E6D; }

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

This text font color is #4C5E6D.


Background Color

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

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

This div background color is #4C5E6D.


Border color

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

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

This div border color is #4C5E6D.


Opacity

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

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

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

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

This text has shadow with #4C5E6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C5E6D on black background.


Color preview on white background

This text has color #4C5E6D on white background.



Black color preview on #4C5E6D background

This text has black color on #4C5E6D background.


White color preview on #4C5E6D background

This text has white color on #4C5E6D background.