COLOR #4C1C4F

HEX: #4C1C4F
RGB: (76,28,79)

Renk bilgisi

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

RGB renk modeli

#4C1C4F color RGB value is (76,28,79).

  • kırmız ton 76;
  • yeşil ton 28;
  • mavi ton 79.
RGB:
(76,28,79)
(30%,11%,31%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 28 of 255 = 11%
B 79 of 255 = 31%

76
28
79

R + G + B ~ 24%. #4C1C4F is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 28 + 79 = 183 (100%)
R 76 of 183 ~ 41.53%
G 28 of 183 ~ 15.3%
B 79 of 183 ~ 43.17%

%41.53
%15.3
%43.17

CMYK RENK MODELİ

#4C1C4F rengi CMYK tonu (4,65,0,69).

  • camgöbeği tonu 3.80%
  • eflatun tonu 64.56%
  • sarı tonu 0.00%
  • ana renk tonu 69.02%
CMYK:
(4,65,0,69)
C4M65Y0K69 
(4%,65%,0%,69%)
(0.04/0.65/0.00/0.69)	

CMYK yüzdeleri

%3.8
%64.56
%0
%69.02

Codes

Color #4C1C4F in popluar color models

4C1C4F
RGB762879
HSL296°47.66%20.98%
HSB/HSV296°64.56%30.98%
CMYK3.80%64.56%0.00%
69.02%

Color #4C1C4F in popluar number systems.

HEX4C1C4F
Decimal762879
Binary1001100111001001111
Octal11434117

Shades and tints

Shades of #4C1C4F

#4C1C4F
(76,28,79)
#461A48
(70,26,72)
#401841
(64,24,65)
#3A163A
(58,22,58)
#341433
(52,20,51)
#2E122C
(46,18,44)
#281025
(40,16,37)
#220E1E
(34,14,30)
#1C0C17
(28,12,23)
#160A10
(22,10,16)
#100809
(16,8,9)
#000000
(0,0,0)

Tints of #4C1C4F

#4C1C4F
(76,28,79)
#5C305F
(92,48,95)
#6C446F
(108,68,111)
#7C587F
(124,88,127)
#8C6C8F
(140,108,143)
#9C809F
(156,128,159)
#AC94AF
(172,148,175)
#BCA8BF
(188,168,191)
#CCBCCF
(204,188,207)
#DCD0DF
(220,208,223)
#ECE4EF
(236,228,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C1C4F color. Also use rgb(76,28,79) instead hex code.

Text Font Color

.myTextColor { color: #4C1C4F; }

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

This text font color is #4C1C4F.


Background Color

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

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

This div background color is #4C1C4F.


Border color

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

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

This div border color is #4C1C4F.


Opacity

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

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

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

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

This text has shadow with #4C1C4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C1C4F on black background.


Color preview on white background

This text has color #4C1C4F on white background.



Black color preview on #4C1C4F background

This text has black color on #4C1C4F background.


White color preview on #4C1C4F background

This text has white color on #4C1C4F background.