COLOR #4C6F80

HEX: #4C6F80
RGB: (76,111,128)

Renk bilgisi

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

RGB renk modeli

#4C6F80 color RGB value is (76,111,128).

  • kırmız ton 76;
  • yeşil ton 111;
  • mavi ton 128.
RGB:
(76,111,128)
(30%,44%,50%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 111 of 255 = 44%
B 128 of 255 = 50%

76
111
128

R + G + B ~ 41%. #4C6F80 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 111 + 128 = 315 (100%)
R 76 of 315 ~ 24.13%
G 111 of 315 ~ 35.24%
B 128 of 315 ~ 40.63%

%24.13
%35.24
%40.63

CMYK RENK MODELİ

#4C6F80 rengi CMYK tonu (41,13,0,50).

  • camgöbeği tonu 40.63%
  • eflatun tonu 13.28%
  • sarı tonu 0.00%
  • ana renk tonu 49.80%
CMYK:
(41,13,0,50)
C41M13Y0K50 
(41%,13%,0%,50%)
(0.41/0.13/0.00/0.50)	

CMYK yüzdeleri

%40.63
%13.28
%0
%49.8

Codes

Color #4C6F80 in popluar color models

4C6F80
RGB76111128
HSL200°25.49%40.00%
HSB/HSV200°40.63%50.20%
CMYK40.63%13.28%0.00%
49.80%

Color #4C6F80 in popluar number systems.

HEX4C6F80
Decimal76111128
Binary1001100110111110000000
Octal114157200

Shades and tints

Shades of #4C6F80

#4C6F80
(76,111,128)
#466575
(70,101,117)
#405B6A
(64,91,106)
#3A515F
(58,81,95)
#344754
(52,71,84)
#2E3D49
(46,61,73)
#28333E
(40,51,62)
#222933
(34,41,51)
#1C1F28
(28,31,40)
#16151D
(22,21,29)
#100B12
(16,11,18)
#000000
(0,0,0)

Tints of #4C6F80

#4C6F80
(76,111,128)
#5C7C8B
(92,124,139)
#6C8996
(108,137,150)
#7C96A1
(124,150,161)
#8CA3AC
(140,163,172)
#9CB0B7
(156,176,183)
#ACBDC2
(172,189,194)
#BCCACD
(188,202,205)
#CCD7D8
(204,215,216)
#DCE4E3
(220,228,227)
#ECF1EE
(236,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C6F80 color. Also use rgb(76,111,128) instead hex code.

Text Font Color

.myTextColor { color: #4C6F80; }

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

This text font color is #4C6F80.


Background Color

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

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

This div background color is #4C6F80.


Border color

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

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

This div border color is #4C6F80.


Opacity

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

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

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

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

This text has shadow with #4C6F80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C6F80 on black background.


Color preview on white background

This text has color #4C6F80 on white background.



Black color preview on #4C6F80 background

This text has black color on #4C6F80 background.


White color preview on #4C6F80 background

This text has white color on #4C6F80 background.