COLOR #4C667F

HEX: #4C667F
RGB: (76,102,127)

Renk bilgisi

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

RGB renk modeli

#4C667F color RGB value is (76,102,127).

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

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 102 of 255 = 40%
B 127 of 255 = 50%

76
102
127

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 102 + 127 = 305 (100%)
R 76 of 305 ~ 24.92%
G 102 of 305 ~ 33.44%
B 127 of 305 ~ 41.64%

%24.92
%33.44
%41.64

CMYK RENK MODELİ

#4C667F rengi CMYK tonu (40,20,0,50).

  • camgöbeği tonu 40.16%
  • eflatun tonu 19.69%
  • sarı tonu 0.00%
  • ana renk tonu 50.20%
CMYK:
(40,20,0,50)
C40M20Y0K50 
(40%,20%,0%,50%)
(0.40/0.20/0.00/0.50)	

CMYK yüzdeleri

%40.16
%19.69
%0
%50.2

Codes

Color #4C667F in popluar color models

4C667F
RGB76102127
HSL209°25.12%39.80%
HSB/HSV209°40.16%49.80%
CMYK40.16%19.69%0.00%
50.20%

Color #4C667F in popluar number systems.

HEX4C667F
Decimal76102127
Binary100110011001101111111
Octal114146177

Shades and tints

Shades of #4C667F

#4C667F
(76,102,127)
#465D74
(70,93,116)
#405469
(64,84,105)
#3A4B5E
(58,75,94)
#344253
(52,66,83)
#2E3948
(46,57,72)
#28303D
(40,48,61)
#222732
(34,39,50)
#1C1E27
(28,30,39)
#16151C
(22,21,28)
#100C11
(16,12,17)
#000000
(0,0,0)

Tints of #4C667F

#4C667F
(76,102,127)
#5C738A
(92,115,138)
#6C8095
(108,128,149)
#7C8DA0
(124,141,160)
#8C9AAB
(140,154,171)
#9CA7B6
(156,167,182)
#ACB4C1
(172,180,193)
#BCC1CC
(188,193,204)
#CCCED7
(204,206,215)
#DCDBE2
(220,219,226)
#ECE8ED
(236,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C667F; }

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

This text font color is #4C667F.


Background Color

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

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

This div background color is #4C667F.


Border color

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

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

This div border color is #4C667F.


Opacity

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

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

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

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

This text has shadow with #4C667F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C667F on black background.


Color preview on white background

This text has color #4C667F on white background.



Black color preview on #4C667F background

This text has black color on #4C667F background.


White color preview on #4C667F background

This text has white color on #4C667F background.