COLOR #590C1F

HEX: #590C1F
RGB: (89,12,31)

Renk bilgisi

#590C1F contains mainly red and blue colors. #590C1F ‘ nin web güvenlik rengi #660033 (ya da #603) dir.

RGB renk modeli

#590C1F color RGB value is (89,12,31).

  • kırmız ton 89;
  • yeşil ton 12;
  • mavi ton 31.
RGB:
(89,12,31)
(35%,5%,12%)

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 12 of 255 = 5%
B 31 of 255 = 12%

89
12
31

R + G + B ~ 17%. #590C1F is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 12 + 31 = 132 (100%)
R 89 of 132 ~ 67.42%
G 12 of 132 ~ 9.09%
B 31 of 132 ~ 23.48%

%67.42
%23.48

CMYK RENK MODELİ

#590C1F rengi CMYK tonu (0,87,65,65).

  • camgöbeği tonu 0.00%
  • eflatun tonu 86.52%
  • sarı tonu 65.17%
  • ana renk tonu 65.10%
CMYK:
(0,87,65,65)
C0M87Y65K65 
(0%,87%,65%,65%)
(0.00/0.87/0.65/0.65)	

CMYK yüzdeleri

%0
%86.52
%65.17
%65.1

Codes

Color #590C1F in popluar color models

590C1F
RGB891231
HSL345°76.24%19.80%
HSB/HSV345°86.52%34.90%
CMYK0.00%86.52%65.17%
65.10%

Color #590C1F in popluar number systems.

HEX590C1F
Decimal891231
Binary1011001110011111
Octal1311437

Shades and tints

Shades of #590C1F

#590C1F
(89,12,31)
#510B1D
(81,11,29)
#490A1B
(73,10,27)
#410919
(65,9,25)
#390817
(57,8,23)
#310715
(49,7,21)
#290613
(41,6,19)
#210511
(33,5,17)
#19040F
(25,4,15)
#11030D
(17,3,13)
#09020B
(9,2,11)
#000000
(0,0,0)

Tints of #590C1F

#590C1F
(89,12,31)
#682233
(104,34,51)
#773847
(119,56,71)
#864E5B
(134,78,91)
#95646F
(149,100,111)
#A47A83
(164,122,131)
#B39097
(179,144,151)
#C2A6AB
(194,166,171)
#D1BCBF
(209,188,191)
#E0D2D3
(224,210,211)
#EFE8E7
(239,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #590C1F color. Also use rgb(89,12,31) instead hex code.

Text Font Color

.myTextColor { color: #590C1F; }

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

This text font color is #590C1F.


Background Color

.myBgColor { background-color: #590C1F; }

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

This div background color is #590C1F.


Border color

.myBorderColor { border: 1px solid #590C1F; }

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

This div border color is #590C1F.


Opacity

.myOpacity80 { color: #590C1F; opacity: 0.8; }

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

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

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

This text has shadow with #590C1F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #590C1F on black background.


Color preview on white background

This text has color #590C1F on white background.



Black color preview on #590C1F background

This text has black color on #590C1F background.


White color preview on #590C1F background

This text has white color on #590C1F background.