COLOR #4C1361

HEX: #4C1361
RGB: (76,19,97)

Renk bilgisi

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

RGB renk modeli

#4C1361 color RGB value is (76,19,97).

  • kırmız ton 76;
  • yeşil ton 19;
  • mavi ton 97.
RGB:
(76,19,97)
(30%,7%,38%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 19 of 255 = 7%
B 97 of 255 = 38%

76
19
97

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 19 + 97 = 192 (100%)
R 76 of 192 ~ 39.58%
G 19 of 192 ~ 9.9%
B 97 of 192 ~ 50.52%

%39.58
%9.9
%50.52

CMYK RENK MODELİ

#4C1361 rengi CMYK tonu (22,80,0,62).

  • camgöbeği tonu 21.65%
  • eflatun tonu 80.41%
  • sarı tonu 0.00%
  • ana renk tonu 61.96%
CMYK:
(22,80,0,62)
C22M80Y0K62 
(22%,80%,0%,62%)
(0.22/0.80/0.00/0.62)	

CMYK yüzdeleri

%21.65
%80.41
%0
%61.96

Codes

Color #4C1361 in popluar color models

4C1361
RGB761997
HSL284°67.24%22.75%
HSB/HSV284°80.41%38.04%
CMYK21.65%80.41%0.00%
61.96%

Color #4C1361 in popluar number systems.

HEX4C1361
Decimal761997
Binary1001100100111100001
Octal11423141

Shades and tints

Shades of #4C1361

#4C1361
(76,19,97)
#461259
(70,18,89)
#401151
(64,17,81)
#3A1049
(58,16,73)
#340F41
(52,15,65)
#2E0E39
(46,14,57)
#280D31
(40,13,49)
#220C29
(34,12,41)
#1C0B21
(28,11,33)
#160A19
(22,10,25)
#100911
(16,9,17)
#000000
(0,0,0)

Tints of #4C1361

#4C1361
(76,19,97)
#5C286F
(92,40,111)
#6C3D7D
(108,61,125)
#7C528B
(124,82,139)
#8C6799
(140,103,153)
#9C7CA7
(156,124,167)
#AC91B5
(172,145,181)
#BCA6C3
(188,166,195)
#CCBBD1
(204,187,209)
#DCD0DF
(220,208,223)
#ECE5ED
(236,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C1361 color. Also use rgb(76,19,97) instead hex code.

Text Font Color

.myTextColor { color: #4C1361; }

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

This text font color is #4C1361.


Background Color

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

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

This div background color is #4C1361.


Border color

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

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

This div border color is #4C1361.


Opacity

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

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

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

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

This text has shadow with #4C1361 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C1361 on black background.


Color preview on white background

This text has color #4C1361 on white background.



Black color preview on #4C1361 background

This text has black color on #4C1361 background.


White color preview on #4C1361 background

This text has white color on #4C1361 background.