COLOR #601D20

HEX: #601D20
RGB: (96,29,32)

Renk bilgisi

#601D20 contains mainly red color. #601D20 ‘ nin web güvenlik rengi #663333 (ya da #633) dir.

RGB renk modeli

#601D20 color RGB value is (96,29,32).

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

RGB bağlantıları ve doygunluk

R 96 of 255 = 38%
G 29 of 255 = 11%
B 32 of 255 = 13%

96
29
32

R + G + B ~ 21%. #601D20 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
96 + 29 + 32 = 157 (100%)
R 96 of 157 ~ 61.15%
G 29 of 157 ~ 18.47%
B 32 of 157 ~ 20.38%

%61.15
%18.47
%20.38

CMYK RENK MODELİ

#601D20 rengi CMYK tonu (0,70,67,62).

  • camgöbeği tonu 0.00%
  • eflatun tonu 69.79%
  • sarı tonu 66.67%
  • ana renk tonu 62.35%
CMYK:
(0,70,67,62)
C0M70Y67K62 
(0%,70%,67%,62%)
(0.00/0.70/0.67/0.62)	

CMYK yüzdeleri

%0
%69.79
%66.67
%62.35

Codes

Color #601D20 in popluar color models

601D20
RGB962932
HSL357°53.60%24.51%
HSB/HSV357°69.79%37.65%
CMYK0.00%69.79%66.67%
62.35%

Color #601D20 in popluar number systems.

HEX601D20
Decimal962932
Binary110000011101100000
Octal1403540

Shades and tints

Shades of #601D20

#601D20
(96,29,32)
#581B1E
(88,27,30)
#50191C
(80,25,28)
#48171A
(72,23,26)
#401518
(64,21,24)
#381316
(56,19,22)
#301114
(48,17,20)
#280F12
(40,15,18)
#200D10
(32,13,16)
#180B0E
(24,11,14)
#10090C
(16,9,12)
#000000
(0,0,0)

Tints of #601D20

#601D20
(96,29,32)
#6E3134
(110,49,52)
#7C4548
(124,69,72)
#8A595C
(138,89,92)
#986D70
(152,109,112)
#A68184
(166,129,132)
#B49598
(180,149,152)
#C2A9AC
(194,169,172)
#D0BDC0
(208,189,192)
#DED1D4
(222,209,212)
#ECE5E8
(236,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #601D20; }

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

This text font color is #601D20.


Background Color

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

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

This div background color is #601D20.


Border color

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

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

This div border color is #601D20.


Opacity

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

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

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

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

This text has shadow with #601D20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #601D20 on black background.


Color preview on white background

This text has color #601D20 on white background.



Black color preview on #601D20 background

This text has black color on #601D20 background.


White color preview on #601D20 background

This text has white color on #601D20 background.