COLOR #4C355F

HEX: #4C355F
RGB: (76,53,95)

Renk bilgisi

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

RGB renk modeli

#4C355F color RGB value is (76,53,95).

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

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 53 of 255 = 21%
B 95 of 255 = 37%

76
53
95

R + G + B ~ 29%. #4C355F is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 53 + 95 = 224 (100%)
R 76 of 224 ~ 33.93%
G 53 of 224 ~ 23.66%
B 95 of 224 ~ 42.41%

%33.93
%23.66
%42.41

CMYK RENK MODELİ

#4C355F rengi CMYK tonu (20,44,0,63).

  • camgöbeği tonu 20.00%
  • eflatun tonu 44.21%
  • sarı tonu 0.00%
  • ana renk tonu 62.75%
CMYK:
(20,44,0,63)
C20M44Y0K63 
(20%,44%,0%,63%)
(0.20/0.44/0.00/0.63)	

CMYK yüzdeleri

%20
%44.21
%0
%62.75

Codes

Color #4C355F in popluar color models

4C355F
RGB765395
HSL273°28.38%29.02%
HSB/HSV273°44.21%37.25%
CMYK20.00%44.21%0.00%
62.75%

Color #4C355F in popluar number systems.

HEX4C355F
Decimal765395
Binary10011001101011011111
Octal11465137

Shades and tints

Shades of #4C355F

#4C355F
(76,53,95)
#463157
(70,49,87)
#402D4F
(64,45,79)
#3A2947
(58,41,71)
#34253F
(52,37,63)
#2E2137
(46,33,55)
#281D2F
(40,29,47)
#221927
(34,25,39)
#1C151F
(28,21,31)
#161117
(22,17,23)
#100D0F
(16,13,15)
#000000
(0,0,0)

Tints of #4C355F

#4C355F
(76,53,95)
#5C476D
(92,71,109)
#6C597B
(108,89,123)
#7C6B89
(124,107,137)
#8C7D97
(140,125,151)
#9C8FA5
(156,143,165)
#ACA1B3
(172,161,179)
#BCB3C1
(188,179,193)
#CCC5CF
(204,197,207)
#DCD7DD
(220,215,221)
#ECE9EB
(236,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C355F; }

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

This text font color is #4C355F.


Background Color

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

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

This div background color is #4C355F.


Border color

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

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

This div border color is #4C355F.


Opacity

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

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

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

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

This text has shadow with #4C355F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C355F on black background.


Color preview on white background

This text has color #4C355F on white background.



Black color preview on #4C355F background

This text has black color on #4C355F background.


White color preview on #4C355F background

This text has white color on #4C355F background.