COLOR #4C6C73

HEX: #4C6C73
RGB: (76,108,115)

Renk bilgisi

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

RGB renk modeli

#4C6C73 color RGB value is (76,108,115).

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

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 108 of 255 = 42%
B 115 of 255 = 45%

76
108
115

R + G + B ~ 39%. #4C6C73 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 108 + 115 = 299 (100%)
R 76 of 299 ~ 25.42%
G 108 of 299 ~ 36.12%
B 115 of 299 ~ 38.46%

%25.42
%36.12
%38.46

CMYK RENK MODELİ

#4C6C73 rengi CMYK tonu (34,6,0,55).

  • camgöbeği tonu 33.91%
  • eflatun tonu 6.09%
  • sarı tonu 0.00%
  • ana renk tonu 54.90%
CMYK:
(34,6,0,55)
C34M6Y0K55 
(34%,6%,0%,55%)
(0.34/0.06/0.00/0.55)	

CMYK yüzdeleri

%33.91
%6.09
%0
%54.9

Codes

Color #4C6C73 in popluar color models

4C6C73
RGB76108115
HSL191°20.42%37.45%
HSB/HSV191°33.91%45.10%
CMYK33.91%6.09%0.00%
54.90%

Color #4C6C73 in popluar number systems.

HEX4C6C73
Decimal76108115
Binary100110011011001110011
Octal114154163

Shades and tints

Shades of #4C6C73

#4C6C73
(76,108,115)
#466369
(70,99,105)
#405A5F
(64,90,95)
#3A5155
(58,81,85)
#34484B
(52,72,75)
#2E3F41
(46,63,65)
#283637
(40,54,55)
#222D2D
(34,45,45)
#1C2423
(28,36,35)
#161B19
(22,27,25)
#10120F
(16,18,15)
#000000
(0,0,0)

Tints of #4C6C73

#4C6C73
(76,108,115)
#5C797F
(92,121,127)
#6C868B
(108,134,139)
#7C9397
(124,147,151)
#8CA0A3
(140,160,163)
#9CADAF
(156,173,175)
#ACBABB
(172,186,187)
#BCC7C7
(188,199,199)
#CCD4D3
(204,212,211)
#DCE1DF
(220,225,223)
#ECEEEB
(236,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C6C73; }

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

This text font color is #4C6C73.


Background Color

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

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

This div background color is #4C6C73.


Border color

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

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

This div border color is #4C6C73.


Opacity

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

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

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

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

This text has shadow with #4C6C73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C6C73 on black background.


Color preview on white background

This text has color #4C6C73 on white background.



Black color preview on #4C6C73 background

This text has black color on #4C6C73 background.


White color preview on #4C6C73 background

This text has white color on #4C6C73 background.