COLOR #4C697F

HEX: #4C697F
RGB: (76,105,127)

Renk bilgisi

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

RGB renk modeli

#4C697F color RGB value is (76,105,127).

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

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 105 of 255 = 41%
B 127 of 255 = 50%

76
105
127

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 105 + 127 = 308 (100%)
R 76 of 308 ~ 24.68%
G 105 of 308 ~ 34.09%
B 127 of 308 ~ 41.23%

%24.68
%34.09
%41.23

CMYK RENK MODELİ

#4C697F rengi CMYK tonu (40,17,0,50).

  • camgöbeği tonu 40.16%
  • eflatun tonu 17.32%
  • sarı tonu 0.00%
  • ana renk tonu 50.20%
CMYK:
(40,17,0,50)
C40M17Y0K50 
(40%,17%,0%,50%)
(0.40/0.17/0.00/0.50)	

CMYK yüzdeleri

%40.16
%17.32
%0
%50.2

Codes

Color #4C697F in popluar color models

4C697F
RGB76105127
HSL206°25.12%39.80%
HSB/HSV206°40.16%49.80%
CMYK40.16%17.32%0.00%
50.20%

Color #4C697F in popluar number systems.

HEX4C697F
Decimal76105127
Binary100110011010011111111
Octal114151177

Shades and tints

Shades of #4C697F

#4C697F
(76,105,127)
#466074
(70,96,116)
#405769
(64,87,105)
#3A4E5E
(58,78,94)
#344553
(52,69,83)
#2E3C48
(46,60,72)
#28333D
(40,51,61)
#222A32
(34,42,50)
#1C2127
(28,33,39)
#16181C
(22,24,28)
#100F11
(16,15,17)
#000000
(0,0,0)

Tints of #4C697F

#4C697F
(76,105,127)
#5C768A
(92,118,138)
#6C8395
(108,131,149)
#7C90A0
(124,144,160)
#8C9DAB
(140,157,171)
#9CAAB6
(156,170,182)
#ACB7C1
(172,183,193)
#BCC4CC
(188,196,204)
#CCD1D7
(204,209,215)
#DCDEE2
(220,222,226)
#ECEBED
(236,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C697F; }

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

This text font color is #4C697F.


Background Color

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

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

This div background color is #4C697F.


Border color

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

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

This div border color is #4C697F.


Opacity

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

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

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

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

This text has shadow with #4C697F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C697F on black background.


Color preview on white background

This text has color #4C697F on white background.



Black color preview on #4C697F background

This text has black color on #4C697F background.


White color preview on #4C697F background

This text has white color on #4C697F background.