COLOR #4C1A59

HEX: #4C1A59
RGB: (76,26,89)

Renk bilgisi

#4C1A59 contains mainly red and blue colors. #4C1A59 ‘ nin web güvenlik rengi #330066 (ya da #306) dir.

RGB renk modeli

#4C1A59 color RGB value is (76,26,89).

  • kırmız ton 76;
  • yeşil ton 26;
  • mavi ton 89.
RGB:
(76,26,89)
(30%,10%,35%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 26 of 255 = 10%
B 89 of 255 = 35%

76
26
89

R + G + B ~ 25%. #4C1A59 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 26 + 89 = 191 (100%)
R 76 of 191 ~ 39.79%
G 26 of 191 ~ 13.61%
B 89 of 191 ~ 46.6%

%39.79
%13.61
%46.6

CMYK RENK MODELİ

#4C1A59 rengi CMYK tonu (15,71,0,65).

  • camgöbeği tonu 14.61%
  • eflatun tonu 70.79%
  • sarı tonu 0.00%
  • ana renk tonu 65.10%
CMYK:
(15,71,0,65)
C15M71Y0K65 
(15%,71%,0%,65%)
(0.15/0.71/0.00/0.65)	

CMYK yüzdeleri

%14.61
%70.79
%0
%65.1

Codes

Color #4C1A59 in popluar color models

4C1A59
RGB762689
HSL288°54.78%22.55%
HSB/HSV288°70.79%34.90%
CMYK14.61%70.79%0.00%
65.10%

Color #4C1A59 in popluar number systems.

HEX4C1A59
Decimal762689
Binary1001100110101011001
Octal11432131

Shades and tints

Shades of #4C1A59

#4C1A59
(76,26,89)
#461851
(70,24,81)
#401649
(64,22,73)
#3A1441
(58,20,65)
#341239
(52,18,57)
#2E1031
(46,16,49)
#280E29
(40,14,41)
#220C21
(34,12,33)
#1C0A19
(28,10,25)
#160811
(22,8,17)
#100609
(16,6,9)
#000000
(0,0,0)

Tints of #4C1A59

#4C1A59
(76,26,89)
#5C2E68
(92,46,104)
#6C4277
(108,66,119)
#7C5686
(124,86,134)
#8C6A95
(140,106,149)
#9C7EA4
(156,126,164)
#AC92B3
(172,146,179)
#BCA6C2
(188,166,194)
#CCBAD1
(204,186,209)
#DCCEE0
(220,206,224)
#ECE2EF
(236,226,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C1A59 color. Also use rgb(76,26,89) instead hex code.

Text Font Color

.myTextColor { color: #4C1A59; }

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

This text font color is #4C1A59.


Background Color

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

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

This div background color is #4C1A59.


Border color

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

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

This div border color is #4C1A59.


Opacity

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

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

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

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

This text has shadow with #4C1A59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C1A59 on black background.


Color preview on white background

This text has color #4C1A59 on white background.



Black color preview on #4C1A59 background

This text has black color on #4C1A59 background.


White color preview on #4C1A59 background

This text has white color on #4C1A59 background.