COLOR #4C636D

HEX: #4C636D
RGB: (76,99,109)

Renk bilgisi

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

RGB renk modeli

#4C636D color RGB value is (76,99,109).

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

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 99 of 255 = 39%
B 109 of 255 = 43%

76
99
109

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 99 + 109 = 284 (100%)
R 76 of 284 ~ 26.76%
G 99 of 284 ~ 34.86%
B 109 of 284 ~ 38.38%

%26.76
%34.86
%38.38

CMYK RENK MODELİ

#4C636D rengi CMYK tonu (30,9,0,57).

  • camgöbeği tonu 30.28%
  • eflatun tonu 9.17%
  • sarı tonu 0.00%
  • ana renk tonu 57.25%
CMYK:
(30,9,0,57)
C30M9Y0K57 
(30%,9%,0%,57%)
(0.30/0.09/0.00/0.57)	

CMYK yüzdeleri

%30.28
%9.17
%0
%57.25

Codes

Color #4C636D in popluar color models

4C636D
RGB7699109
HSL198°17.84%36.27%
HSB/HSV198°30.28%42.75%
CMYK30.28%9.17%0.00%
57.25%

Color #4C636D in popluar number systems.

HEX4C636D
Decimal7699109
Binary100110011000111101101
Octal114143155

Shades and tints

Shades of #4C636D

#4C636D
(76,99,109)
#465A64
(70,90,100)
#40515B
(64,81,91)
#3A4852
(58,72,82)
#343F49
(52,63,73)
#2E3640
(46,54,64)
#282D37
(40,45,55)
#22242E
(34,36,46)
#1C1B25
(28,27,37)
#16121C
(22,18,28)
#100913
(16,9,19)
#000000
(0,0,0)

Tints of #4C636D

#4C636D
(76,99,109)
#5C717A
(92,113,122)
#6C7F87
(108,127,135)
#7C8D94
(124,141,148)
#8C9BA1
(140,155,161)
#9CA9AE
(156,169,174)
#ACB7BB
(172,183,187)
#BCC5C8
(188,197,200)
#CCD3D5
(204,211,213)
#DCE1E2
(220,225,226)
#ECEFEF
(236,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C636D; }

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

This text font color is #4C636D.


Background Color

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

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

This div background color is #4C636D.


Border color

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

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

This div border color is #4C636D.


Opacity

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

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

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

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

This text has shadow with #4C636D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C636D on black background.


Color preview on white background

This text has color #4C636D on white background.



Black color preview on #4C636D background

This text has black color on #4C636D background.


White color preview on #4C636D background

This text has white color on #4C636D background.