COLOR #4C4E61

HEX: #4C4E61
RGB: (76,78,97)

Renk bilgisi

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

RGB renk modeli

#4C4E61 color RGB value is (76,78,97).

  • kırmız ton 76;
  • yeşil ton 78;
  • mavi ton 97.
RGB:
(76,78,97)
(30%,31%,38%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 78 of 255 = 31%
B 97 of 255 = 38%

76
78
97

R + G + B ~ 33%. #4C4E61 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 78 + 97 = 251 (100%)
R 76 of 251 ~ 30.28%
G 78 of 251 ~ 31.08%
B 97 of 251 ~ 38.65%

%30.28
%31.08
%38.65

CMYK RENK MODELİ

#4C4E61 rengi CMYK tonu (22,20,0,62).

  • camgöbeği tonu 21.65%
  • eflatun tonu 19.59%
  • sarı tonu 0.00%
  • ana renk tonu 61.96%
CMYK:
(22,20,0,62)
C22M20Y0K62 
(22%,20%,0%,62%)
(0.22/0.20/0.00/0.62)	

CMYK yüzdeleri

%21.65
%19.59
%0
%61.96

Codes

Color #4C4E61 in popluar color models

4C4E61
RGB767897
HSL234°12.14%33.92%
HSB/HSV234°21.65%38.04%
CMYK21.65%19.59%0.00%
61.96%

Color #4C4E61 in popluar number systems.

HEX4C4E61
Decimal767897
Binary100110010011101100001
Octal114116141

Shades and tints

Shades of #4C4E61

#4C4E61
(76,78,97)
#464759
(70,71,89)
#404051
(64,64,81)
#3A3949
(58,57,73)
#343241
(52,50,65)
#2E2B39
(46,43,57)
#282431
(40,36,49)
#221D29
(34,29,41)
#1C1621
(28,22,33)
#160F19
(22,15,25)
#100811
(16,8,17)
#000000
(0,0,0)

Tints of #4C4E61

#4C4E61
(76,78,97)
#5C5E6F
(92,94,111)
#6C6E7D
(108,110,125)
#7C7E8B
(124,126,139)
#8C8E99
(140,142,153)
#9C9EA7
(156,158,167)
#ACAEB5
(172,174,181)
#BCBEC3
(188,190,195)
#CCCED1
(204,206,209)
#DCDEDF
(220,222,223)
#ECEEED
(236,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C4E61 color. Also use rgb(76,78,97) instead hex code.

Text Font Color

.myTextColor { color: #4C4E61; }

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

This text font color is #4C4E61.


Background Color

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

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

This div background color is #4C4E61.


Border color

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

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

This div border color is #4C4E61.


Opacity

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

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

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

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

This text has shadow with #4C4E61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C4E61 on black background.


Color preview on white background

This text has color #4C4E61 on white background.



Black color preview on #4C4E61 background

This text has black color on #4C4E61 background.


White color preview on #4C4E61 background

This text has white color on #4C4E61 background.