COLOR #4C415F

HEX: #4C415F
RGB: (76,65,95)

Renk bilgisi

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

RGB renk modeli

#4C415F color RGB value is (76,65,95).

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

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 65 of 255 = 25%
B 95 of 255 = 37%

76
65
95

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 65 + 95 = 236 (100%)
R 76 of 236 ~ 32.2%
G 65 of 236 ~ 27.54%
B 95 of 236 ~ 40.25%

%32.2
%27.54
%40.25

CMYK RENK MODELİ

#4C415F rengi CMYK tonu (20,32,0,63).

  • camgöbeği tonu 20.00%
  • eflatun tonu 31.58%
  • sarı tonu 0.00%
  • ana renk tonu 62.75%
CMYK:
(20,32,0,63)
C20M32Y0K63 
(20%,32%,0%,63%)
(0.20/0.32/0.00/0.63)	

CMYK yüzdeleri

%20
%31.58
%0
%62.75

Codes

Color #4C415F in popluar color models

4C415F
RGB766595
HSL262°18.75%31.37%
HSB/HSV262°31.58%37.25%
CMYK20.00%31.58%0.00%
62.75%

Color #4C415F in popluar number systems.

HEX4C415F
Decimal766595
Binary100110010000011011111
Octal114101137

Shades and tints

Shades of #4C415F

#4C415F
(76,65,95)
#463C57
(70,60,87)
#40374F
(64,55,79)
#3A3247
(58,50,71)
#342D3F
(52,45,63)
#2E2837
(46,40,55)
#28232F
(40,35,47)
#221E27
(34,30,39)
#1C191F
(28,25,31)
#161417
(22,20,23)
#100F0F
(16,15,15)
#000000
(0,0,0)

Tints of #4C415F

#4C415F
(76,65,95)
#5C526D
(92,82,109)
#6C637B
(108,99,123)
#7C7489
(124,116,137)
#8C8597
(140,133,151)
#9C96A5
(156,150,165)
#ACA7B3
(172,167,179)
#BCB8C1
(188,184,193)
#CCC9CF
(204,201,207)
#DCDADD
(220,218,221)
#ECEBEB
(236,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C415F; }

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

This text font color is #4C415F.


Background Color

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

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

This div background color is #4C415F.


Border color

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

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

This div border color is #4C415F.


Opacity

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

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

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

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

This text has shadow with #4C415F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C415F on black background.


Color preview on white background

This text has color #4C415F on white background.



Black color preview on #4C415F background

This text has black color on #4C415F background.


White color preview on #4C415F background

This text has white color on #4C415F background.