COLOR #4C4962

HEX: #4C4962
RGB: (76,73,98)

Renk bilgisi

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

RGB renk modeli

#4C4962 color RGB value is (76,73,98).

  • kırmız ton 76;
  • yeşil ton 73;
  • mavi ton 98.
RGB:
(76,73,98)
(30%,29%,38%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 73 of 255 = 29%
B 98 of 255 = 38%

76
73
98

R + G + B ~ 32%. #4C4962 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 73 + 98 = 247 (100%)
R 76 of 247 ~ 30.77%
G 73 of 247 ~ 29.55%
B 98 of 247 ~ 39.68%

%30.77
%29.55
%39.68

CMYK RENK MODELİ

#4C4962 rengi CMYK tonu (22,26,0,62).

  • camgöbeği tonu 22.45%
  • eflatun tonu 25.51%
  • sarı tonu 0.00%
  • ana renk tonu 61.57%
CMYK:
(22,26,0,62)
C22M26Y0K62 
(22%,26%,0%,62%)
(0.22/0.26/0.00/0.62)	

CMYK yüzdeleri

%22.45
%25.51
%0
%61.57

Codes

Color #4C4962 in popluar color models

4C4962
RGB767398
HSL247°14.62%33.53%
HSB/HSV247°25.51%38.43%
CMYK22.45%25.51%0.00%
61.57%

Color #4C4962 in popluar number systems.

HEX4C4962
Decimal767398
Binary100110010010011100010
Octal114111142

Shades and tints

Shades of #4C4962

#4C4962
(76,73,98)
#46435A
(70,67,90)
#403D52
(64,61,82)
#3A374A
(58,55,74)
#343142
(52,49,66)
#2E2B3A
(46,43,58)
#282532
(40,37,50)
#221F2A
(34,31,42)
#1C1922
(28,25,34)
#16131A
(22,19,26)
#100D12
(16,13,18)
#000000
(0,0,0)

Tints of #4C4962

#4C4962
(76,73,98)
#5C5970
(92,89,112)
#6C697E
(108,105,126)
#7C798C
(124,121,140)
#8C899A
(140,137,154)
#9C99A8
(156,153,168)
#ACA9B6
(172,169,182)
#BCB9C4
(188,185,196)
#CCC9D2
(204,201,210)
#DCD9E0
(220,217,224)
#ECE9EE
(236,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C4962 color. Also use rgb(76,73,98) instead hex code.

Text Font Color

.myTextColor { color: #4C4962; }

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

This text font color is #4C4962.


Background Color

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

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

This div background color is #4C4962.


Border color

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

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

This div border color is #4C4962.


Opacity

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

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

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

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

This text has shadow with #4C4962 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C4962 on black background.


Color preview on white background

This text has color #4C4962 on white background.



Black color preview on #4C4962 background

This text has black color on #4C4962 background.


White color preview on #4C4962 background

This text has white color on #4C4962 background.