COLOR #601D4C

HEX: #601D4C
RGB: (96,29,76)

Renk bilgisi

#601D4C contains mainly red and blue colors. #601D4C ‘ nin web güvenlik rengi #663333 (ya da #633) dir.

RGB renk modeli

#601D4C color RGB value is (96,29,76).

  • kırmız ton 96;
  • yeşil ton 29;
  • mavi ton 76.
RGB:
(96,29,76)
(38%,11%,30%)

RGB bağlantıları ve doygunluk

R 96 of 255 = 38%
G 29 of 255 = 11%
B 76 of 255 = 30%

96
29
76

R + G + B ~ 26%. #601D4C is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
96 + 29 + 76 = 201 (100%)
R 96 of 201 ~ 47.76%
G 29 of 201 ~ 14.43%
B 76 of 201 ~ 37.81%

%47.76
%14.43
%37.81

CMYK RENK MODELİ

#601D4C rengi CMYK tonu (0,70,21,62).

  • camgöbeği tonu 0.00%
  • eflatun tonu 69.79%
  • sarı tonu 20.83%
  • ana renk tonu 62.35%
CMYK:
(0,70,21,62)
C0M70Y21K62 
(0%,70%,21%,62%)
(0.00/0.70/0.21/0.62)	

CMYK yüzdeleri

%0
%69.79
%20.83
%62.35

Codes

Color #601D4C in popluar color models

601D4C
RGB962976
HSL318°53.60%24.51%
HSB/HSV318°69.79%37.65%
CMYK0.00%69.79%20.83%
62.35%

Color #601D4C in popluar number systems.

HEX601D4C
Decimal962976
Binary1100000111011001100
Octal14035114

Shades and tints

Shades of #601D4C

#601D4C
(96,29,76)
#581B46
(88,27,70)
#501940
(80,25,64)
#48173A
(72,23,58)
#401534
(64,21,52)
#38132E
(56,19,46)
#301128
(48,17,40)
#280F22
(40,15,34)
#200D1C
(32,13,28)
#180B16
(24,11,22)
#100910
(16,9,16)
#000000
(0,0,0)

Tints of #601D4C

#601D4C
(96,29,76)
#6E315C
(110,49,92)
#7C456C
(124,69,108)
#8A597C
(138,89,124)
#986D8C
(152,109,140)
#A6819C
(166,129,156)
#B495AC
(180,149,172)
#C2A9BC
(194,169,188)
#D0BDCC
(208,189,204)
#DED1DC
(222,209,220)
#ECE5EC
(236,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #601D4C color. Also use rgb(96,29,76) instead hex code.

Text Font Color

.myTextColor { color: #601D4C; }

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

This text font color is #601D4C.


Background Color

.myBgColor { background-color: #601D4C; }

<div style="background-color:#601D4C">Inner text</div>

This div background color is #601D4C.


Border color

.myBorderColor { border: 1px solid #601D4C; }

<div style="border:3px solid #601D4C">Div</div>

This div border color is #601D4C.


Opacity

.myOpacity80 { color: #601D4C; opacity: 0.8; }

<p style="color:#601D4C;opacity:0.8;">80%</p>

Text with #601D4C 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 #601D4C;}

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

This text has shadow with #601D4C color.

.textShadow {text-shadow: 3px 3px 1px #601D4C, 3px 3px 1px red;}

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

This text has shadow with #601D4C primary color and red secondary color.


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

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

This text has shadow with #601D4C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #601D4C on black background.


Color preview on white background

This text has color #601D4C on white background.



Black color preview on #601D4C background

This text has black color on #601D4C background.


White color preview on #601D4C background

This text has white color on #601D4C background.