COLOR #4C465F

HEX: #4C465F
RGB: (76,70,95)

Renk bilgisi

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

RGB renk modeli

#4C465F color RGB value is (76,70,95).

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

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 70 of 255 = 27%
B 95 of 255 = 37%

76
70
95

R + G + B ~ 31%. #4C465F is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 70 + 95 = 241 (100%)
R 76 of 241 ~ 31.54%
G 70 of 241 ~ 29.05%
B 95 of 241 ~ 39.42%

%31.54
%29.05
%39.42

CMYK RENK MODELİ

#4C465F rengi CMYK tonu (20,26,0,63).

  • camgöbeği tonu 20.00%
  • eflatun tonu 26.32%
  • sarı tonu 0.00%
  • ana renk tonu 62.75%
CMYK:
(20,26,0,63)
C20M26Y0K63 
(20%,26%,0%,63%)
(0.20/0.26/0.00/0.63)	

CMYK yüzdeleri

%20
%26.32
%0
%62.75

Codes

Color #4C465F in popluar color models

4C465F
RGB767095
HSL254°15.15%32.35%
HSB/HSV254°26.32%37.25%
CMYK20.00%26.32%0.00%
62.75%

Color #4C465F in popluar number systems.

HEX4C465F
Decimal767095
Binary100110010001101011111
Octal114106137

Shades and tints

Shades of #4C465F

#4C465F
(76,70,95)
#464057
(70,64,87)
#403A4F
(64,58,79)
#3A3447
(58,52,71)
#342E3F
(52,46,63)
#2E2837
(46,40,55)
#28222F
(40,34,47)
#221C27
(34,28,39)
#1C161F
(28,22,31)
#161017
(22,16,23)
#100A0F
(16,10,15)
#000000
(0,0,0)

Tints of #4C465F

#4C465F
(76,70,95)
#5C566D
(92,86,109)
#6C667B
(108,102,123)
#7C7689
(124,118,137)
#8C8697
(140,134,151)
#9C96A5
(156,150,165)
#ACA6B3
(172,166,179)
#BCB6C1
(188,182,193)
#CCC6CF
(204,198,207)
#DCD6DD
(220,214,221)
#ECE6EB
(236,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C465F; }

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

This text font color is #4C465F.


Background Color

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

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

This div background color is #4C465F.


Border color

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

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

This div border color is #4C465F.


Opacity

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

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

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

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

This text has shadow with #4C465F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C465F on black background.


Color preview on white background

This text has color #4C465F on white background.



Black color preview on #4C465F background

This text has black color on #4C465F background.


White color preview on #4C465F background

This text has white color on #4C465F background.