COLOR #4C5F55

HEX: #4C5F55
RGB: (76,95,85)

Renk bilgisi

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

RGB renk modeli

#4C5F55 color RGB value is (76,95,85).

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

RGB bağlantıları ve doygunluk

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

76
95
85

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 95 + 85 = 256 (100%)
R 76 of 256 ~ 29.69%
G 95 of 256 ~ 37.11%
B 85 of 256 ~ 33.2%

%29.69
%37.11
%33.2

CMYK RENK MODELİ

#4C5F55 rengi CMYK tonu (20,0,11,63).

  • camgöbeği tonu 20.00%
  • eflatun tonu 0.00%
  • sarı tonu 10.53%
  • ana renk tonu 62.75%
CMYK:
(20,0,11,63)
C20M0Y11K63 
(20%,0%,11%,63%)
(0.20/0.00/0.11/0.63)	

CMYK yüzdeleri

%20
%0
%10.53
%62.75

Codes

Color #4C5F55 in popluar color models

4C5F55
RGB769585
HSL148°11.11%33.53%
HSB/HSV148°20.00%37.25%
CMYK20.00%0.00%10.53%
62.75%

Color #4C5F55 in popluar number systems.

HEX4C5F55
Decimal769585
Binary100110010111111010101
Octal114137125

Shades and tints

Shades of #4C5F55

#4C5F55
(76,95,85)
#46574E
(70,87,78)
#404F47
(64,79,71)
#3A4740
(58,71,64)
#343F39
(52,63,57)
#2E3732
(46,55,50)
#282F2B
(40,47,43)
#222724
(34,39,36)
#1C1F1D
(28,31,29)
#161716
(22,23,22)
#100F0F
(16,15,15)
#000000
(0,0,0)

Tints of #4C5F55

#4C5F55
(76,95,85)
#5C6D64
(92,109,100)
#6C7B73
(108,123,115)
#7C8982
(124,137,130)
#8C9791
(140,151,145)
#9CA5A0
(156,165,160)
#ACB3AF
(172,179,175)
#BCC1BE
(188,193,190)
#CCCFCD
(204,207,205)
#DCDDDC
(220,221,220)
#ECEBEB
(236,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C5F55; }

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

This text font color is #4C5F55.


Background Color

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

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

This div background color is #4C5F55.


Border color

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

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

This div border color is #4C5F55.


Opacity

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

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

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

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

This text has shadow with #4C5F55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C5F55 on black background.


Color preview on white background

This text has color #4C5F55 on white background.



Black color preview on #4C5F55 background

This text has black color on #4C5F55 background.


White color preview on #4C5F55 background

This text has white color on #4C5F55 background.