COLOR #4C5B61

HEX: #4C5B61
RGB: (76,91,97)

Renk bilgisi

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

RGB renk modeli

#4C5B61 color RGB value is (76,91,97).

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

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 91 of 255 = 36%
B 97 of 255 = 38%

76
91
97

R + G + B ~ 35%. #4C5B61 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 91 + 97 = 264 (100%)
R 76 of 264 ~ 28.79%
G 91 of 264 ~ 34.47%
B 97 of 264 ~ 36.74%

%28.79
%34.47
%36.74

CMYK RENK MODELİ

#4C5B61 rengi CMYK tonu (22,6,0,62).

  • camgöbeği tonu 21.65%
  • eflatun tonu 6.19%
  • sarı tonu 0.00%
  • ana renk tonu 61.96%
CMYK:
(22,6,0,62)
C22M6Y0K62 
(22%,6%,0%,62%)
(0.22/0.06/0.00/0.62)	

CMYK yüzdeleri

%21.65
%6.19
%0
%61.96

Codes

Color #4C5B61 in popluar color models

4C5B61
RGB769197
HSL197°12.14%33.92%
HSB/HSV197°21.65%38.04%
CMYK21.65%6.19%0.00%
61.96%

Color #4C5B61 in popluar number systems.

HEX4C5B61
Decimal769197
Binary100110010110111100001
Octal114133141

Shades and tints

Shades of #4C5B61

#4C5B61
(76,91,97)
#465359
(70,83,89)
#404B51
(64,75,81)
#3A4349
(58,67,73)
#343B41
(52,59,65)
#2E3339
(46,51,57)
#282B31
(40,43,49)
#222329
(34,35,41)
#1C1B21
(28,27,33)
#161319
(22,19,25)
#100B11
(16,11,17)
#000000
(0,0,0)

Tints of #4C5B61

#4C5B61
(76,91,97)
#5C696F
(92,105,111)
#6C777D
(108,119,125)
#7C858B
(124,133,139)
#8C9399
(140,147,153)
#9CA1A7
(156,161,167)
#ACAFB5
(172,175,181)
#BCBDC3
(188,189,195)
#CCCBD1
(204,203,209)
#DCD9DF
(220,217,223)
#ECE7ED
(236,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C5B61; }

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

This text font color is #4C5B61.


Background Color

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

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

This div background color is #4C5B61.


Border color

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

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

This div border color is #4C5B61.


Opacity

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

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

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

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

This text has shadow with #4C5B61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C5B61 on black background.


Color preview on white background

This text has color #4C5B61 on white background.



Black color preview on #4C5B61 background

This text has black color on #4C5B61 background.


White color preview on #4C5B61 background

This text has white color on #4C5B61 background.