COLOR #4C637C

HEX: #4C637C
RGB: (76,99,124)

Renk bilgisi

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

RGB renk modeli

#4C637C color RGB value is (76,99,124).

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

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 99 of 255 = 39%
B 124 of 255 = 49%

76
99
124

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 99 + 124 = 299 (100%)
R 76 of 299 ~ 25.42%
G 99 of 299 ~ 33.11%
B 124 of 299 ~ 41.47%

%25.42
%33.11
%41.47

CMYK RENK MODELİ

#4C637C rengi CMYK tonu (39,20,0,51).

  • camgöbeği tonu 38.71%
  • eflatun tonu 20.16%
  • sarı tonu 0.00%
  • ana renk tonu 51.37%
CMYK:
(39,20,0,51)
C39M20Y0K51 
(39%,20%,0%,51%)
(0.39/0.20/0.00/0.51)	

CMYK yüzdeleri

%38.71
%20.16
%0
%51.37

Codes

Color #4C637C in popluar color models

4C637C
RGB7699124
HSL211°24.00%39.22%
HSB/HSV211°38.71%48.63%
CMYK38.71%20.16%0.00%
51.37%

Color #4C637C in popluar number systems.

HEX4C637C
Decimal7699124
Binary100110011000111111100
Octal114143174

Shades and tints

Shades of #4C637C

#4C637C
(76,99,124)
#465A71
(70,90,113)
#405166
(64,81,102)
#3A485B
(58,72,91)
#343F50
(52,63,80)
#2E3645
(46,54,69)
#282D3A
(40,45,58)
#22242F
(34,36,47)
#1C1B24
(28,27,36)
#161219
(22,18,25)
#10090E
(16,9,14)
#000000
(0,0,0)

Tints of #4C637C

#4C637C
(76,99,124)
#5C7187
(92,113,135)
#6C7F92
(108,127,146)
#7C8D9D
(124,141,157)
#8C9BA8
(140,155,168)
#9CA9B3
(156,169,179)
#ACB7BE
(172,183,190)
#BCC5C9
(188,197,201)
#CCD3D4
(204,211,212)
#DCE1DF
(220,225,223)
#ECEFEA
(236,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C637C; }

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

This text font color is #4C637C.


Background Color

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

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

This div background color is #4C637C.


Border color

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

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

This div border color is #4C637C.


Opacity

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

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

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

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

This text has shadow with #4C637C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C637C on black background.


Color preview on white background

This text has color #4C637C on white background.



Black color preview on #4C637C background

This text has black color on #4C637C background.


White color preview on #4C637C background

This text has white color on #4C637C background.