COLOR #4C636B

HEX: #4C636B
RGB: (76,99,107)

Renk bilgisi

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

RGB renk modeli

#4C636B color RGB value is (76,99,107).

  • kırmız ton 76;
  • yeşil ton 99;
  • mavi ton 107.
RGB:
(76,99,107)
(30%,39%,42%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 99 of 255 = 39%
B 107 of 255 = 42%

76
99
107

R + G + B ~ 37%. #4C636B is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 99 + 107 = 282 (100%)
R 76 of 282 ~ 26.95%
G 99 of 282 ~ 35.11%
B 107 of 282 ~ 37.94%

%26.95
%35.11
%37.94

CMYK RENK MODELİ

#4C636B rengi CMYK tonu (29,7,0,58).

  • camgöbeği tonu 28.97%
  • eflatun tonu 7.48%
  • sarı tonu 0.00%
  • ana renk tonu 58.04%
CMYK:
(29,7,0,58)
C29M7Y0K58 
(29%,7%,0%,58%)
(0.29/0.07/0.00/0.58)	

CMYK yüzdeleri

%28.97
%7.48
%0
%58.04

Codes

Color #4C636B in popluar color models

4C636B
RGB7699107
HSL195°16.94%35.88%
HSB/HSV195°28.97%41.96%
CMYK28.97%7.48%0.00%
58.04%

Color #4C636B in popluar number systems.

HEX4C636B
Decimal7699107
Binary100110011000111101011
Octal114143153

Shades and tints

Shades of #4C636B

#4C636B
(76,99,107)
#465A62
(70,90,98)
#405159
(64,81,89)
#3A4850
(58,72,80)
#343F47
(52,63,71)
#2E363E
(46,54,62)
#282D35
(40,45,53)
#22242C
(34,36,44)
#1C1B23
(28,27,35)
#16121A
(22,18,26)
#100911
(16,9,17)
#000000
(0,0,0)

Tints of #4C636B

#4C636B
(76,99,107)
#5C7178
(92,113,120)
#6C7F85
(108,127,133)
#7C8D92
(124,141,146)
#8C9B9F
(140,155,159)
#9CA9AC
(156,169,172)
#ACB7B9
(172,183,185)
#BCC5C6
(188,197,198)
#CCD3D3
(204,211,211)
#DCE1E0
(220,225,224)
#ECEFED
(236,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C636B color. Also use rgb(76,99,107) instead hex code.

Text Font Color

.myTextColor { color: #4C636B; }

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

This text font color is #4C636B.


Background Color

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

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

This div background color is #4C636B.


Border color

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

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

This div border color is #4C636B.


Opacity

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

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

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

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

This text has shadow with #4C636B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C636B on black background.


Color preview on white background

This text has color #4C636B on white background.



Black color preview on #4C636B background

This text has black color on #4C636B background.


White color preview on #4C636B background

This text has white color on #4C636B background.