COLOR #4C5858

HEX: #4C5858
RGB: (76,88,88)

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

76
88
88

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 88 + 88 = 252 (100%)
R 76 of 252 ~ 30.16%
G 88 of 252 ~ 34.92%
B 88 of 252 ~ 34.92%

%30.16
%34.92
%34.92

CMYK RENK MODELİ

#4C5858 rengi CMYK tonu (14,0,0,65).

  • camgöbeği tonu 13.64%
  • eflatun tonu 0.00%
  • sarı tonu 0.00%
  • ana renk tonu 65.49%
CMYK:
(14,0,0,65)
C14M0Y0K65 
(14%,0%,0%,65%)
(0.14/0.00/0.00/0.65)	

CMYK yüzdeleri

%13.64
%0
%0
%65.49

Codes

Color #4C5858 in popluar color models

4C5858
RGB768888
HSL180°7.32%32.16%
HSB/HSV180°13.64%34.51%
CMYK13.64%0.00%0.00%
65.49%

Color #4C5858 in popluar number systems.

HEX4C5858
Decimal768888
Binary100110010110001011000
Octal114130130

Shades and tints

Shades of #4C5858

#4C5858
(76,88,88)
#465050
(70,80,80)
#404848
(64,72,72)
#3A4040
(58,64,64)
#343838
(52,56,56)
#2E3030
(46,48,48)
#282828
(40,40,40)
#222020
(34,32,32)
#1C1818
(28,24,24)
#161010
(22,16,16)
#100808
(16,8,8)
#000000
(0,0,0)

Tints of #4C5858

#4C5858
(76,88,88)
#5C6767
(92,103,103)
#6C7676
(108,118,118)
#7C8585
(124,133,133)
#8C9494
(140,148,148)
#9CA3A3
(156,163,163)
#ACB2B2
(172,178,178)
#BCC1C1
(188,193,193)
#CCD0D0
(204,208,208)
#DCDFDF
(220,223,223)
#ECEEEE
(236,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C5858; }

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

This text font color is #4C5858.


Background Color

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

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

This div background color is #4C5858.


Border color

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

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

This div border color is #4C5858.


Opacity

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

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

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

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

This text has shadow with #4C5858 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C5858 on black background.


Color preview on white background

This text has color #4C5858 on white background.



Black color preview on #4C5858 background

This text has black color on #4C5858 background.


White color preview on #4C5858 background

This text has white color on #4C5858 background.