COLOR #4C4057

HEX: #4C4057
RGB: (76,64,87)

Renk bilgisi

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

RGB renk modeli

#4C4057 color RGB value is (76,64,87).

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

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 64 of 255 = 25%
B 87 of 255 = 34%

76
64
87

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 64 + 87 = 227 (100%)
R 76 of 227 ~ 33.48%
G 64 of 227 ~ 28.19%
B 87 of 227 ~ 38.33%

%33.48
%28.19
%38.33

CMYK RENK MODELİ

#4C4057 rengi CMYK tonu (13,26,0,66).

  • camgöbeği tonu 12.64%
  • eflatun tonu 26.44%
  • sarı tonu 0.00%
  • ana renk tonu 65.88%
CMYK:
(13,26,0,66)
C13M26Y0K66 
(13%,26%,0%,66%)
(0.13/0.26/0.00/0.66)	

CMYK yüzdeleri

%12.64
%26.44
%0
%65.88

Codes

Color #4C4057 in popluar color models

4C4057
RGB766487
HSL271°15.23%29.61%
HSB/HSV271°26.44%34.12%
CMYK12.64%26.44%0.00%
65.88%

Color #4C4057 in popluar number systems.

HEX4C4057
Decimal766487
Binary100110010000001010111
Octal114100127

Shades and tints

Shades of #4C4057

#4C4057
(76,64,87)
#463B50
(70,59,80)
#403649
(64,54,73)
#3A3142
(58,49,66)
#342C3B
(52,44,59)
#2E2734
(46,39,52)
#28222D
(40,34,45)
#221D26
(34,29,38)
#1C181F
(28,24,31)
#161318
(22,19,24)
#100E11
(16,14,17)
#000000
(0,0,0)

Tints of #4C4057

#4C4057
(76,64,87)
#5C5166
(92,81,102)
#6C6275
(108,98,117)
#7C7384
(124,115,132)
#8C8493
(140,132,147)
#9C95A2
(156,149,162)
#ACA6B1
(172,166,177)
#BCB7C0
(188,183,192)
#CCC8CF
(204,200,207)
#DCD9DE
(220,217,222)
#ECEAED
(236,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C4057; }

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

This text font color is #4C4057.


Background Color

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

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

This div background color is #4C4057.


Border color

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

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

This div border color is #4C4057.


Opacity

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

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

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

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

This text has shadow with #4C4057 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C4057 on black background.


Color preview on white background

This text has color #4C4057 on white background.



Black color preview on #4C4057 background

This text has black color on #4C4057 background.


White color preview on #4C4057 background

This text has white color on #4C4057 background.