COLOR #4C1F51

HEX: #4C1F51
RGB: (76,31,81)

Renk bilgisi

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

RGB renk modeli

#4C1F51 color RGB value is (76,31,81).

  • kırmız ton 76;
  • yeşil ton 31;
  • mavi ton 81.
RGB:
(76,31,81)
(30%,12%,32%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 31 of 255 = 12%
B 81 of 255 = 32%

76
31
81

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 31 + 81 = 188 (100%)
R 76 of 188 ~ 40.43%
G 31 of 188 ~ 16.49%
B 81 of 188 ~ 43.09%

%40.43
%16.49
%43.09

CMYK RENK MODELİ

#4C1F51 rengi CMYK tonu (6,62,0,68).

  • camgöbeği tonu 6.17%
  • eflatun tonu 61.73%
  • sarı tonu 0.00%
  • ana renk tonu 68.24%
CMYK:
(6,62,0,68)
C6M62Y0K68 
(6%,62%,0%,68%)
(0.06/0.62/0.00/0.68)	

CMYK yüzdeleri

%6.17
%61.73
%0
%68.24

Codes

Color #4C1F51 in popluar color models

4C1F51
RGB763181
HSL294°44.64%21.96%
HSB/HSV294°61.73%31.76%
CMYK6.17%61.73%0.00%
68.24%

Color #4C1F51 in popluar number systems.

HEX4C1F51
Decimal763181
Binary1001100111111010001
Octal11437121

Shades and tints

Shades of #4C1F51

#4C1F51
(76,31,81)
#461D4A
(70,29,74)
#401B43
(64,27,67)
#3A193C
(58,25,60)
#341735
(52,23,53)
#2E152E
(46,21,46)
#281327
(40,19,39)
#221120
(34,17,32)
#1C0F19
(28,15,25)
#160D12
(22,13,18)
#100B0B
(16,11,11)
#000000
(0,0,0)

Tints of #4C1F51

#4C1F51
(76,31,81)
#5C3360
(92,51,96)
#6C476F
(108,71,111)
#7C5B7E
(124,91,126)
#8C6F8D
(140,111,141)
#9C839C
(156,131,156)
#AC97AB
(172,151,171)
#BCABBA
(188,171,186)
#CCBFC9
(204,191,201)
#DCD3D8
(220,211,216)
#ECE7E7
(236,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C1F51 color. Also use rgb(76,31,81) instead hex code.

Text Font Color

.myTextColor { color: #4C1F51; }

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

This text font color is #4C1F51.


Background Color

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

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

This div background color is #4C1F51.


Border color

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

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

This div border color is #4C1F51.


Opacity

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

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

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

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

This text has shadow with #4C1F51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C1F51 on black background.


Color preview on white background

This text has color #4C1F51 on white background.



Black color preview on #4C1F51 background

This text has black color on #4C1F51 background.


White color preview on #4C1F51 background

This text has white color on #4C1F51 background.