COLOR #4C5F54

HEX: #4C5F54
RGB: (76,95,84)

Renk bilgisi

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

RGB renk modeli

#4C5F54 color RGB value is (76,95,84).

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

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 95 of 255 = 37%
B 84 of 255 = 33%

76
95
84

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 95 + 84 = 255 (100%)
R 76 of 255 ~ 29.8%
G 95 of 255 ~ 37.25%
B 84 of 255 ~ 32.94%

%29.8
%37.25
%32.94

CMYK RENK MODELİ

#4C5F54 rengi CMYK tonu (20,0,12,63).

  • camgöbeği tonu 20.00%
  • eflatun tonu 0.00%
  • sarı tonu 11.58%
  • ana renk tonu 62.75%
CMYK:
(20,0,12,63)
C20M0Y12K63 
(20%,0%,12%,63%)
(0.20/0.00/0.12/0.63)	

CMYK yüzdeleri

%20
%0
%11.58
%62.75

Codes

Color #4C5F54 in popluar color models

4C5F54
RGB769584
HSL145°11.11%33.53%
HSB/HSV145°20.00%37.25%
CMYK20.00%0.00%11.58%
62.75%

Color #4C5F54 in popluar number systems.

HEX4C5F54
Decimal769584
Binary100110010111111010100
Octal114137124

Shades and tints

Shades of #4C5F54

#4C5F54
(76,95,84)
#46574D
(70,87,77)
#404F46
(64,79,70)
#3A473F
(58,71,63)
#343F38
(52,63,56)
#2E3731
(46,55,49)
#282F2A
(40,47,42)
#222723
(34,39,35)
#1C1F1C
(28,31,28)
#161715
(22,23,21)
#100F0E
(16,15,14)
#000000
(0,0,0)

Tints of #4C5F54

#4C5F54
(76,95,84)
#5C6D63
(92,109,99)
#6C7B72
(108,123,114)
#7C8981
(124,137,129)
#8C9790
(140,151,144)
#9CA59F
(156,165,159)
#ACB3AE
(172,179,174)
#BCC1BD
(188,193,189)
#CCCFCC
(204,207,204)
#DCDDDB
(220,221,219)
#ECEBEA
(236,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C5F54; }

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

This text font color is #4C5F54.


Background Color

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

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

This div background color is #4C5F54.


Border color

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

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

This div border color is #4C5F54.


Opacity

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

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

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

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

This text has shadow with #4C5F54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C5F54 on black background.


Color preview on white background

This text has color #4C5F54 on white background.



Black color preview on #4C5F54 background

This text has black color on #4C5F54 background.


White color preview on #4C5F54 background

This text has white color on #4C5F54 background.