COLOR #4C6072

HEX: #4C6072
RGB: (76,96,114)

Renk bilgisi

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

RGB renk modeli

#4C6072 color RGB value is (76,96,114).

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

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 96 of 255 = 38%
B 114 of 255 = 45%

76
96
114

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 96 + 114 = 286 (100%)
R 76 of 286 ~ 26.57%
G 96 of 286 ~ 33.57%
B 114 of 286 ~ 39.86%

%26.57
%33.57
%39.86

CMYK RENK MODELİ

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

  • camgöbeği tonu 33.33%
  • eflatun tonu 15.79%
  • sarı tonu 0.00%
  • ana renk tonu 55.29%
CMYK:
(33,16,0,55)
C33M16Y0K55 
(33%,16%,0%,55%)
(0.33/0.16/0.00/0.55)	

CMYK yüzdeleri

%33.33
%15.79
%0
%55.29

Codes

Color #4C6072 in popluar color models

4C6072
RGB7696114
HSL208°20.00%37.25%
HSB/HSV208°33.33%44.71%
CMYK33.33%15.79%0.00%
55.29%

Color #4C6072 in popluar number systems.

HEX4C6072
Decimal7696114
Binary100110011000001110010
Octal114140162

Shades and tints

Shades of #4C6072

#4C6072
(76,96,114)
#465868
(70,88,104)
#40505E
(64,80,94)
#3A4854
(58,72,84)
#34404A
(52,64,74)
#2E3840
(46,56,64)
#283036
(40,48,54)
#22282C
(34,40,44)
#1C2022
(28,32,34)
#161818
(22,24,24)
#10100E
(16,16,14)
#000000
(0,0,0)

Tints of #4C6072

#4C6072
(76,96,114)
#5C6E7E
(92,110,126)
#6C7C8A
(108,124,138)
#7C8A96
(124,138,150)
#8C98A2
(140,152,162)
#9CA6AE
(156,166,174)
#ACB4BA
(172,180,186)
#BCC2C6
(188,194,198)
#CCD0D2
(204,208,210)
#DCDEDE
(220,222,222)
#ECECEA
(236,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C6072; }

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

This text font color is #4C6072.


Background Color

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

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

This div background color is #4C6072.


Border color

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

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

This div border color is #4C6072.


Opacity

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

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

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

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

This text has shadow with #4C6072 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C6072 on black background.


Color preview on white background

This text has color #4C6072 on white background.



Black color preview on #4C6072 background

This text has black color on #4C6072 background.


White color preview on #4C6072 background

This text has white color on #4C6072 background.