COLOR #4C6D72

HEX: #4C6D72
RGB: (76,109,114)

Renk bilgisi

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

RGB renk modeli

#4C6D72 color RGB value is (76,109,114).

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

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 109 of 255 = 43%
B 114 of 255 = 45%

76
109
114

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 109 + 114 = 299 (100%)
R 76 of 299 ~ 25.42%
G 109 of 299 ~ 36.45%
B 114 of 299 ~ 38.13%

%25.42
%36.45
%38.13

CMYK RENK MODELİ

#4C6D72 rengi CMYK tonu (33,4,0,55).

  • camgöbeği tonu 33.33%
  • eflatun tonu 4.39%
  • sarı tonu 0.00%
  • ana renk tonu 55.29%
CMYK:
(33,4,0,55)
C33M4Y0K55 
(33%,4%,0%,55%)
(0.33/0.04/0.00/0.55)	

CMYK yüzdeleri

%33.33
%4.39
%0
%55.29

Codes

Color #4C6D72 in popluar color models

4C6D72
RGB76109114
HSL188°20.00%37.25%
HSB/HSV188°33.33%44.71%
CMYK33.33%4.39%0.00%
55.29%

Color #4C6D72 in popluar number systems.

HEX4C6D72
Decimal76109114
Binary100110011011011110010
Octal114155162

Shades and tints

Shades of #4C6D72

#4C6D72
(76,109,114)
#466468
(70,100,104)
#405B5E
(64,91,94)
#3A5254
(58,82,84)
#34494A
(52,73,74)
#2E4040
(46,64,64)
#283736
(40,55,54)
#222E2C
(34,46,44)
#1C2522
(28,37,34)
#161C18
(22,28,24)
#10130E
(16,19,14)
#000000
(0,0,0)

Tints of #4C6D72

#4C6D72
(76,109,114)
#5C7A7E
(92,122,126)
#6C878A
(108,135,138)
#7C9496
(124,148,150)
#8CA1A2
(140,161,162)
#9CAEAE
(156,174,174)
#ACBBBA
(172,187,186)
#BCC8C6
(188,200,198)
#CCD5D2
(204,213,210)
#DCE2DE
(220,226,222)
#ECEFEA
(236,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C6D72; }

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

This text font color is #4C6D72.


Background Color

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

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

This div background color is #4C6D72.


Border color

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

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

This div border color is #4C6D72.


Opacity

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

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

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

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

This text has shadow with #4C6D72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C6D72 on black background.


Color preview on white background

This text has color #4C6D72 on white background.



Black color preview on #4C6D72 background

This text has black color on #4C6D72 background.


White color preview on #4C6D72 background

This text has white color on #4C6D72 background.