COLOR #4C1063

HEX: #4C1063
RGB: (76,16,99)

Renk bilgisi

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

RGB renk modeli

#4C1063 color RGB value is (76,16,99).

  • kırmız ton 76;
  • yeşil ton 16;
  • mavi ton 99.
RGB:
(76,16,99)
(30%,6%,39%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 16 of 255 = 6%
B 99 of 255 = 39%

76
16
99

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 16 + 99 = 191 (100%)
R 76 of 191 ~ 39.79%
G 16 of 191 ~ 8.38%
B 99 of 191 ~ 51.83%

%39.79
%51.83

CMYK RENK MODELİ

#4C1063 rengi CMYK tonu (23,84,0,61).

  • camgöbeği tonu 23.23%
  • eflatun tonu 83.84%
  • sarı tonu 0.00%
  • ana renk tonu 61.18%
CMYK:
(23,84,0,61)
C23M84Y0K61 
(23%,84%,0%,61%)
(0.23/0.84/0.00/0.61)	

CMYK yüzdeleri

%23.23
%83.84
%0
%61.18

Codes

Color #4C1063 in popluar color models

4C1063
RGB761699
HSL283°72.17%22.55%
HSB/HSV283°83.84%38.82%
CMYK23.23%83.84%0.00%
61.18%

Color #4C1063 in popluar number systems.

HEX4C1063
Decimal761699
Binary1001100100001100011
Octal11420143

Shades and tints

Shades of #4C1063

#4C1063
(76,16,99)
#460F5A
(70,15,90)
#400E51
(64,14,81)
#3A0D48
(58,13,72)
#340C3F
(52,12,63)
#2E0B36
(46,11,54)
#280A2D
(40,10,45)
#220924
(34,9,36)
#1C081B
(28,8,27)
#160712
(22,7,18)
#100609
(16,6,9)
#000000
(0,0,0)

Tints of #4C1063

#4C1063
(76,16,99)
#5C2571
(92,37,113)
#6C3A7F
(108,58,127)
#7C4F8D
(124,79,141)
#8C649B
(140,100,155)
#9C79A9
(156,121,169)
#AC8EB7
(172,142,183)
#BCA3C5
(188,163,197)
#CCB8D3
(204,184,211)
#DCCDE1
(220,205,225)
#ECE2EF
(236,226,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C1063 color. Also use rgb(76,16,99) instead hex code.

Text Font Color

.myTextColor { color: #4C1063; }

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

This text font color is #4C1063.


Background Color

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

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

This div background color is #4C1063.


Border color

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

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

This div border color is #4C1063.


Opacity

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

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

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

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

This text has shadow with #4C1063 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C1063 on black background.


Color preview on white background

This text has color #4C1063 on white background.



Black color preview on #4C1063 background

This text has black color on #4C1063 background.


White color preview on #4C1063 background

This text has white color on #4C1063 background.