COLOR #4C0C59

HEX: #4C0C59
RGB: (76,12,89)

Renk bilgisi

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

RGB renk modeli

#4C0C59 color RGB value is (76,12,89).

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

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 12 of 255 = 5%
B 89 of 255 = 35%

76
12
89

R + G + B ~ 23%. #4C0C59 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 12 + 89 = 177 (100%)
R 76 of 177 ~ 42.94%
G 12 of 177 ~ 6.78%
B 89 of 177 ~ 50.28%

%42.94
%50.28

CMYK RENK MODELİ

#4C0C59 rengi CMYK tonu (15,87,0,65).

  • camgöbeği tonu 14.61%
  • eflatun tonu 86.52%
  • sarı tonu 0.00%
  • ana renk tonu 65.10%
CMYK:
(15,87,0,65)
C15M87Y0K65 
(15%,87%,0%,65%)
(0.15/0.87/0.00/0.65)	

CMYK yüzdeleri

%14.61
%86.52
%0
%65.1

Codes

Color #4C0C59 in popluar color models

4C0C59
RGB761289
HSL290°76.24%19.80%
HSB/HSV290°86.52%34.90%
CMYK14.61%86.52%0.00%
65.10%

Color #4C0C59 in popluar number systems.

HEX4C0C59
Decimal761289
Binary100110011001011001
Octal11414131

Shades and tints

Shades of #4C0C59

#4C0C59
(76,12,89)
#460B51
(70,11,81)
#400A49
(64,10,73)
#3A0941
(58,9,65)
#340839
(52,8,57)
#2E0731
(46,7,49)
#280629
(40,6,41)
#220521
(34,5,33)
#1C0419
(28,4,25)
#160311
(22,3,17)
#100209
(16,2,9)
#000000
(0,0,0)

Tints of #4C0C59

#4C0C59
(76,12,89)
#5C2268
(92,34,104)
#6C3877
(108,56,119)
#7C4E86
(124,78,134)
#8C6495
(140,100,149)
#9C7AA4
(156,122,164)
#AC90B3
(172,144,179)
#BCA6C2
(188,166,194)
#CCBCD1
(204,188,209)
#DCD2E0
(220,210,224)
#ECE8EF
(236,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C0C59; }

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

This text font color is #4C0C59.


Background Color

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

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

This div background color is #4C0C59.


Border color

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

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

This div border color is #4C0C59.


Opacity

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

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

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

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

This text has shadow with #4C0C59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C0C59 on black background.


Color preview on white background

This text has color #4C0C59 on white background.



Black color preview on #4C0C59 background

This text has black color on #4C0C59 background.


White color preview on #4C0C59 background

This text has white color on #4C0C59 background.