COLOR #4C5F61

HEX: #4C5F61
RGB: (76,95,97)

Renk bilgisi

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

RGB renk modeli

#4C5F61 color RGB value is (76,95,97).

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

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 95 of 255 = 37%
B 97 of 255 = 38%

76
95
97

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 95 + 97 = 268 (100%)
R 76 of 268 ~ 28.36%
G 95 of 268 ~ 35.45%
B 97 of 268 ~ 36.19%

%28.36
%35.45
%36.19

CMYK RENK MODELİ

#4C5F61 rengi CMYK tonu (22,2,0,62).

  • camgöbeği tonu 21.65%
  • eflatun tonu 2.06%
  • sarı tonu 0.00%
  • ana renk tonu 61.96%
CMYK:
(22,2,0,62)
C22M2Y0K62 
(22%,2%,0%,62%)
(0.22/0.02/0.00/0.62)	

CMYK yüzdeleri

%21.65
%2.06
%0
%61.96

Codes

Color #4C5F61 in popluar color models

4C5F61
RGB769597
HSL186°12.14%33.92%
HSB/HSV186°21.65%38.04%
CMYK21.65%2.06%0.00%
61.96%

Color #4C5F61 in popluar number systems.

HEX4C5F61
Decimal769597
Binary100110010111111100001
Octal114137141

Shades and tints

Shades of #4C5F61

#4C5F61
(76,95,97)
#465759
(70,87,89)
#404F51
(64,79,81)
#3A4749
(58,71,73)
#343F41
(52,63,65)
#2E3739
(46,55,57)
#282F31
(40,47,49)
#222729
(34,39,41)
#1C1F21
(28,31,33)
#161719
(22,23,25)
#100F11
(16,15,17)
#000000
(0,0,0)

Tints of #4C5F61

#4C5F61
(76,95,97)
#5C6D6F
(92,109,111)
#6C7B7D
(108,123,125)
#7C898B
(124,137,139)
#8C9799
(140,151,153)
#9CA5A7
(156,165,167)
#ACB3B5
(172,179,181)
#BCC1C3
(188,193,195)
#CCCFD1
(204,207,209)
#DCDDDF
(220,221,223)
#ECEBED
(236,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C5F61; }

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

This text font color is #4C5F61.


Background Color

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

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

This div background color is #4C5F61.


Border color

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

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

This div border color is #4C5F61.


Opacity

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

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

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

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

This text has shadow with #4C5F61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C5F61 on black background.


Color preview on white background

This text has color #4C5F61 on white background.



Black color preview on #4C5F61 background

This text has black color on #4C5F61 background.


White color preview on #4C5F61 background

This text has white color on #4C5F61 background.