COLOR #4C6C75

HEX: #4C6C75
RGB: (76,108,117)

Renk bilgisi

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

RGB renk modeli

#4C6C75 color RGB value is (76,108,117).

  • kırmız ton 76;
  • yeşil ton 108;
  • mavi ton 117.
RGB:
(76,108,117)
(30%,42%,46%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 108 of 255 = 42%
B 117 of 255 = 46%

76
108
117

R + G + B ~ 39%. #4C6C75 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 108 + 117 = 301 (100%)
R 76 of 301 ~ 25.25%
G 108 of 301 ~ 35.88%
B 117 of 301 ~ 38.87%

%25.25
%35.88
%38.87

CMYK RENK MODELİ

#4C6C75 rengi CMYK tonu (35,8,0,54).

  • camgöbeği tonu 35.04%
  • eflatun tonu 7.69%
  • sarı tonu 0.00%
  • ana renk tonu 54.12%
CMYK:
(35,8,0,54)
C35M8Y0K54 
(35%,8%,0%,54%)
(0.35/0.08/0.00/0.54)	

CMYK yüzdeleri

%35.04
%7.69
%0
%54.12

Codes

Color #4C6C75 in popluar color models

4C6C75
RGB76108117
HSL193°21.24%37.84%
HSB/HSV193°35.04%45.88%
CMYK35.04%7.69%0.00%
54.12%

Color #4C6C75 in popluar number systems.

HEX4C6C75
Decimal76108117
Binary100110011011001110101
Octal114154165

Shades and tints

Shades of #4C6C75

#4C6C75
(76,108,117)
#46636B
(70,99,107)
#405A61
(64,90,97)
#3A5157
(58,81,87)
#34484D
(52,72,77)
#2E3F43
(46,63,67)
#283639
(40,54,57)
#222D2F
(34,45,47)
#1C2425
(28,36,37)
#161B1B
(22,27,27)
#101211
(16,18,17)
#000000
(0,0,0)

Tints of #4C6C75

#4C6C75
(76,108,117)
#5C7981
(92,121,129)
#6C868D
(108,134,141)
#7C9399
(124,147,153)
#8CA0A5
(140,160,165)
#9CADB1
(156,173,177)
#ACBABD
(172,186,189)
#BCC7C9
(188,199,201)
#CCD4D5
(204,212,213)
#DCE1E1
(220,225,225)
#ECEEED
(236,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C6C75 color. Also use rgb(76,108,117) instead hex code.

Text Font Color

.myTextColor { color: #4C6C75; }

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

This text font color is #4C6C75.


Background Color

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

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

This div background color is #4C6C75.


Border color

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

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

This div border color is #4C6C75.


Opacity

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

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

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

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

This text has shadow with #4C6C75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C6C75 on black background.


Color preview on white background

This text has color #4C6C75 on white background.



Black color preview on #4C6C75 background

This text has black color on #4C6C75 background.


White color preview on #4C6C75 background

This text has white color on #4C6C75 background.