COLOR #4C6F7F

HEX: #4C6F7F
RGB: (76,111,127)

Renk bilgisi

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

RGB renk modeli

#4C6F7F color RGB value is (76,111,127).

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

RGB bağlantıları ve doygunluk

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

76
111
127

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 111 + 127 = 314 (100%)
R 76 of 314 ~ 24.2%
G 111 of 314 ~ 35.35%
B 127 of 314 ~ 40.45%

%24.2
%35.35
%40.45

CMYK RENK MODELİ

#4C6F7F rengi CMYK tonu (40,13,0,50).

  • camgöbeği tonu 40.16%
  • eflatun tonu 12.60%
  • sarı tonu 0.00%
  • ana renk tonu 50.20%
CMYK:
(40,13,0,50)
C40M13Y0K50 
(40%,13%,0%,50%)
(0.40/0.13/0.00/0.50)	

CMYK yüzdeleri

%40.16
%12.6
%0
%50.2

Codes

Color #4C6F7F in popluar color models

4C6F7F
RGB76111127
HSL199°25.12%39.80%
HSB/HSV199°40.16%49.80%
CMYK40.16%12.60%0.00%
50.20%

Color #4C6F7F in popluar number systems.

HEX4C6F7F
Decimal76111127
Binary100110011011111111111
Octal114157177

Shades and tints

Shades of #4C6F7F

#4C6F7F
(76,111,127)
#466574
(70,101,116)
#405B69
(64,91,105)
#3A515E
(58,81,94)
#344753
(52,71,83)
#2E3D48
(46,61,72)
#28333D
(40,51,61)
#222932
(34,41,50)
#1C1F27
(28,31,39)
#16151C
(22,21,28)
#100B11
(16,11,17)
#000000
(0,0,0)

Tints of #4C6F7F

#4C6F7F
(76,111,127)
#5C7C8A
(92,124,138)
#6C8995
(108,137,149)
#7C96A0
(124,150,160)
#8CA3AB
(140,163,171)
#9CB0B6
(156,176,182)
#ACBDC1
(172,189,193)
#BCCACC
(188,202,204)
#CCD7D7
(204,215,215)
#DCE4E2
(220,228,226)
#ECF1ED
(236,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C6F7F; }

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

This text font color is #4C6F7F.


Background Color

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

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

This div background color is #4C6F7F.


Border color

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

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

This div border color is #4C6F7F.


Opacity

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

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

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

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

This text has shadow with #4C6F7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C6F7F on black background.


Color preview on white background

This text has color #4C6F7F on white background.



Black color preview on #4C6F7F background

This text has black color on #4C6F7F background.


White color preview on #4C6F7F background

This text has white color on #4C6F7F background.