COLOR #601323

HEX: #601323
RGB: (96,19,35)

Renk bilgisi

#601323 contains mainly red color. #601323 ‘ nin web güvenlik rengi #660033 (ya da #603) dir.

RGB renk modeli

#601323 color RGB value is (96,19,35).

  • kırmız ton 96;
  • yeşil ton 19;
  • mavi ton 35.
RGB:
(96,19,35)
(38%,7%,14%)

RGB bağlantıları ve doygunluk

R 96 of 255 = 38%
G 19 of 255 = 7%
B 35 of 255 = 14%

96
19
35

R + G + B ~ 20%. #601323 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
96 + 19 + 35 = 150 (100%)
R 96 of 150 ~ 64%
G 19 of 150 ~ 12.67%
B 35 of 150 ~ 23.33%

%64
%12.67
%23.33

CMYK RENK MODELİ

#601323 rengi CMYK tonu (0,80,64,62).

  • camgöbeği tonu 0.00%
  • eflatun tonu 80.21%
  • sarı tonu 63.54%
  • ana renk tonu 62.35%
CMYK:
(0,80,64,62)
C0M80Y64K62 
(0%,80%,64%,62%)
(0.00/0.80/0.64/0.62)	

CMYK yüzdeleri

%0
%80.21
%63.54
%62.35

Codes

Color #601323 in popluar color models

601323
RGB961935
HSL348°66.96%22.55%
HSB/HSV348°80.21%37.65%
CMYK0.00%80.21%63.54%
62.35%

Color #601323 in popluar number systems.

HEX601323
Decimal961935
Binary110000010011100011
Octal1402343

Shades and tints

Shades of #601323

#601323
(96,19,35)
#581220
(88,18,32)
#50111D
(80,17,29)
#48101A
(72,16,26)
#400F17
(64,15,23)
#380E14
(56,14,20)
#300D11
(48,13,17)
#280C0E
(40,12,14)
#200B0B
(32,11,11)
#180A08
(24,10,8)
#100905
(16,9,5)
#000000
(0,0,0)

Tints of #601323

#601323
(96,19,35)
#6E2837
(110,40,55)
#7C3D4B
(124,61,75)
#8A525F
(138,82,95)
#986773
(152,103,115)
#A67C87
(166,124,135)
#B4919B
(180,145,155)
#C2A6AF
(194,166,175)
#D0BBC3
(208,187,195)
#DED0D7
(222,208,215)
#ECE5EB
(236,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #601323 color. Also use rgb(96,19,35) instead hex code.

Text Font Color

.myTextColor { color: #601323; }

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

This text font color is #601323.


Background Color

.myBgColor { background-color: #601323; }

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

This div background color is #601323.


Border color

.myBorderColor { border: 1px solid #601323; }

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

This div border color is #601323.


Opacity

.myOpacity80 { color: #601323; opacity: 0.8; }

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

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

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

This text has shadow with #601323 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #601323 on black background.


Color preview on white background

This text has color #601323 on white background.



Black color preview on #601323 background

This text has black color on #601323 background.


White color preview on #601323 background

This text has white color on #601323 background.