COLOR #4C4561

HEX: #4C4561
RGB: (76,69,97)

Renk bilgisi

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

RGB renk modeli

#4C4561 color RGB value is (76,69,97).

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

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 69 of 255 = 27%
B 97 of 255 = 38%

76
69
97

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 69 + 97 = 242 (100%)
R 76 of 242 ~ 31.4%
G 69 of 242 ~ 28.51%
B 97 of 242 ~ 40.08%

%31.4
%28.51
%40.08

CMYK RENK MODELİ

#4C4561 rengi CMYK tonu (22,29,0,62).

  • camgöbeği tonu 21.65%
  • eflatun tonu 28.87%
  • sarı tonu 0.00%
  • ana renk tonu 61.96%
CMYK:
(22,29,0,62)
C22M29Y0K62 
(22%,29%,0%,62%)
(0.22/0.29/0.00/0.62)	

CMYK yüzdeleri

%21.65
%28.87
%0
%61.96

Codes

Color #4C4561 in popluar color models

4C4561
RGB766997
HSL255°16.87%32.55%
HSB/HSV255°28.87%38.04%
CMYK21.65%28.87%0.00%
61.96%

Color #4C4561 in popluar number systems.

HEX4C4561
Decimal766997
Binary100110010001011100001
Octal114105141

Shades and tints

Shades of #4C4561

#4C4561
(76,69,97)
#463F59
(70,63,89)
#403951
(64,57,81)
#3A3349
(58,51,73)
#342D41
(52,45,65)
#2E2739
(46,39,57)
#282131
(40,33,49)
#221B29
(34,27,41)
#1C1521
(28,21,33)
#160F19
(22,15,25)
#100911
(16,9,17)
#000000
(0,0,0)

Tints of #4C4561

#4C4561
(76,69,97)
#5C556F
(92,85,111)
#6C657D
(108,101,125)
#7C758B
(124,117,139)
#8C8599
(140,133,153)
#9C95A7
(156,149,167)
#ACA5B5
(172,165,181)
#BCB5C3
(188,181,195)
#CCC5D1
(204,197,209)
#DCD5DF
(220,213,223)
#ECE5ED
(236,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C4561; }

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

This text font color is #4C4561.


Background Color

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

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

This div background color is #4C4561.


Border color

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

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

This div border color is #4C4561.


Opacity

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

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

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

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

This text has shadow with #4C4561 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C4561 on black background.


Color preview on white background

This text has color #4C4561 on white background.



Black color preview on #4C4561 background

This text has black color on #4C4561 background.


White color preview on #4C4561 background

This text has white color on #4C4561 background.