COLOR #4C5F76

HEX: #4C5F76
RGB: (76,95,118)

Renk bilgisi

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

RGB renk modeli

#4C5F76 color RGB value is (76,95,118).

  • kırmız ton 76;
  • yeşil ton 95;
  • mavi ton 118.
RGB:
(76,95,118)
(30%,37%,46%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 95 of 255 = 37%
B 118 of 255 = 46%

76
95
118

R + G + B ~ 38%. #4C5F76 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 95 + 118 = 289 (100%)
R 76 of 289 ~ 26.3%
G 95 of 289 ~ 32.87%
B 118 of 289 ~ 40.83%

%26.3
%32.87
%40.83

CMYK RENK MODELİ

#4C5F76 rengi CMYK tonu (36,19,0,54).

  • camgöbeği tonu 35.59%
  • eflatun tonu 19.49%
  • sarı tonu 0.00%
  • ana renk tonu 53.73%
CMYK:
(36,19,0,54)
C36M19Y0K54 
(36%,19%,0%,54%)
(0.36/0.19/0.00/0.54)	

CMYK yüzdeleri

%35.59
%19.49
%0
%53.73

Codes

Color #4C5F76 in popluar color models

4C5F76
RGB7695118
HSL213°21.65%38.04%
HSB/HSV213°35.59%46.27%
CMYK35.59%19.49%0.00%
53.73%

Color #4C5F76 in popluar number systems.

HEX4C5F76
Decimal7695118
Binary100110010111111110110
Octal114137166

Shades and tints

Shades of #4C5F76

#4C5F76
(76,95,118)
#46576C
(70,87,108)
#404F62
(64,79,98)
#3A4758
(58,71,88)
#343F4E
(52,63,78)
#2E3744
(46,55,68)
#282F3A
(40,47,58)
#222730
(34,39,48)
#1C1F26
(28,31,38)
#16171C
(22,23,28)
#100F12
(16,15,18)
#000000
(0,0,0)

Tints of #4C5F76

#4C5F76
(76,95,118)
#5C6D82
(92,109,130)
#6C7B8E
(108,123,142)
#7C899A
(124,137,154)
#8C97A6
(140,151,166)
#9CA5B2
(156,165,178)
#ACB3BE
(172,179,190)
#BCC1CA
(188,193,202)
#CCCFD6
(204,207,214)
#DCDDE2
(220,221,226)
#ECEBEE
(236,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C5F76; }

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

This text font color is #4C5F76.


Background Color

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

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

This div background color is #4C5F76.


Border color

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

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

This div border color is #4C5F76.


Opacity

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

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

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

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

This text has shadow with #4C5F76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C5F76 on black background.


Color preview on white background

This text has color #4C5F76 on white background.



Black color preview on #4C5F76 background

This text has black color on #4C5F76 background.


White color preview on #4C5F76 background

This text has white color on #4C5F76 background.