COLOR #4C4457

HEX: #4C4457
RGB: (76,68,87)

Renk bilgisi

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

RGB renk modeli

#4C4457 color RGB value is (76,68,87).

  • kırmız ton 76;
  • yeşil ton 68;
  • mavi ton 87.
RGB:
(76,68,87)
(30%,27%,34%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 68 of 255 = 27%
B 87 of 255 = 34%

76
68
87

R + G + B ~ 30%. #4C4457 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 68 + 87 = 231 (100%)
R 76 of 231 ~ 32.9%
G 68 of 231 ~ 29.44%
B 87 of 231 ~ 37.66%

%32.9
%29.44
%37.66

CMYK RENK MODELİ

#4C4457 rengi CMYK tonu (13,22,0,66).

  • camgöbeği tonu 12.64%
  • eflatun tonu 21.84%
  • sarı tonu 0.00%
  • ana renk tonu 65.88%
CMYK:
(13,22,0,66)
C13M22Y0K66 
(13%,22%,0%,66%)
(0.13/0.22/0.00/0.66)	

CMYK yüzdeleri

%12.64
%21.84
%0
%65.88

Codes

Color #4C4457 in popluar color models

4C4457
RGB766887
HSL265°12.26%30.39%
HSB/HSV265°21.84%34.12%
CMYK12.64%21.84%0.00%
65.88%

Color #4C4457 in popluar number systems.

HEX4C4457
Decimal766887
Binary100110010001001010111
Octal114104127

Shades and tints

Shades of #4C4457

#4C4457
(76,68,87)
#463E50
(70,62,80)
#403849
(64,56,73)
#3A3242
(58,50,66)
#342C3B
(52,44,59)
#2E2634
(46,38,52)
#28202D
(40,32,45)
#221A26
(34,26,38)
#1C141F
(28,20,31)
#160E18
(22,14,24)
#100811
(16,8,17)
#000000
(0,0,0)

Tints of #4C4457

#4C4457
(76,68,87)
#5C5566
(92,85,102)
#6C6675
(108,102,117)
#7C7784
(124,119,132)
#8C8893
(140,136,147)
#9C99A2
(156,153,162)
#ACAAB1
(172,170,177)
#BCBBC0
(188,187,192)
#CCCCCF
(204,204,207)
#DCDDDE
(220,221,222)
#ECEEED
(236,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C4457; }

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

This text font color is #4C4457.


Background Color

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

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

This div background color is #4C4457.


Border color

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

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

This div border color is #4C4457.


Opacity

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

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

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

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

This text has shadow with #4C4457 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C4457 on black background.


Color preview on white background

This text has color #4C4457 on white background.



Black color preview on #4C4457 background

This text has black color on #4C4457 background.


White color preview on #4C4457 background

This text has white color on #4C4457 background.