COLOR #4C5E58

HEX: #4C5E58
RGB: (76,94,88)

Renk bilgisi

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

RGB renk modeli

#4C5E58 color RGB value is (76,94,88).

  • kırmız ton 76;
  • yeşil ton 94;
  • mavi ton 88.
RGB:
(76,94,88)
(30%,37%,35%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 94 of 255 = 37%
B 88 of 255 = 35%

76
94
88

R + G + B ~ 34%. #4C5E58 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 94 + 88 = 258 (100%)
R 76 of 258 ~ 29.46%
G 94 of 258 ~ 36.43%
B 88 of 258 ~ 34.11%

%29.46
%36.43
%34.11

CMYK RENK MODELİ

#4C5E58 rengi CMYK tonu (19,0,6,63).

  • camgöbeği tonu 19.15%
  • eflatun tonu 0.00%
  • sarı tonu 6.38%
  • ana renk tonu 63.14%
CMYK:
(19,0,6,63)
C19M0Y6K63 
(19%,0%,6%,63%)
(0.19/0.00/0.06/0.63)	

CMYK yüzdeleri

%19.15
%0
%6.38
%63.14

Codes

Color #4C5E58 in popluar color models

4C5E58
RGB769488
HSL160°10.59%33.33%
HSB/HSV160°19.15%36.86%
CMYK19.15%0.00%6.38%
63.14%

Color #4C5E58 in popluar number systems.

HEX4C5E58
Decimal769488
Binary100110010111101011000
Octal114136130

Shades and tints

Shades of #4C5E58

#4C5E58
(76,94,88)
#465650
(70,86,80)
#404E48
(64,78,72)
#3A4640
(58,70,64)
#343E38
(52,62,56)
#2E3630
(46,54,48)
#282E28
(40,46,40)
#222620
(34,38,32)
#1C1E18
(28,30,24)
#161610
(22,22,16)
#100E08
(16,14,8)
#000000
(0,0,0)

Tints of #4C5E58

#4C5E58
(76,94,88)
#5C6C67
(92,108,103)
#6C7A76
(108,122,118)
#7C8885
(124,136,133)
#8C9694
(140,150,148)
#9CA4A3
(156,164,163)
#ACB2B2
(172,178,178)
#BCC0C1
(188,192,193)
#CCCED0
(204,206,208)
#DCDCDF
(220,220,223)
#ECEAEE
(236,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C5E58 color. Also use rgb(76,94,88) instead hex code.

Text Font Color

.myTextColor { color: #4C5E58; }

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

This text font color is #4C5E58.


Background Color

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

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

This div background color is #4C5E58.


Border color

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

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

This div border color is #4C5E58.


Opacity

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

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

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

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

This text has shadow with #4C5E58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C5E58 on black background.


Color preview on white background

This text has color #4C5E58 on white background.



Black color preview on #4C5E58 background

This text has black color on #4C5E58 background.


White color preview on #4C5E58 background

This text has white color on #4C5E58 background.