COLOR #590C18

HEX: #590C18
RGB: (89,12,24)

Renk bilgisi

#590C18 contains mainly red color. #590C18 ‘ nin web güvenlik rengi #660000 (ya da #600) dir.

RGB renk modeli

#590C18 color RGB value is (89,12,24).

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

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 12 of 255 = 5%
B 24 of 255 = 9%

89
12
24

R + G + B ~ 16%. #590C18 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 12 + 24 = 125 (100%)
R 89 of 125 ~ 71.2%
G 12 of 125 ~ 9.6%
B 24 of 125 ~ 19.2%

%71.2
%9.6
%19.2

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%0
%86.52
%73.03
%65.1

Codes

Color #590C18 in popluar color models

590C18
RGB891224
HSL351°76.24%19.80%
HSB/HSV351°86.52%34.90%
CMYK0.00%86.52%73.03%
65.10%

Color #590C18 in popluar number systems.

HEX590C18
Decimal891224
Binary1011001110011000
Octal1311430

Shades and tints

Shades of #590C18

#590C18
(89,12,24)
#510B16
(81,11,22)
#490A14
(73,10,20)
#410912
(65,9,18)
#390810
(57,8,16)
#31070E
(49,7,14)
#29060C
(41,6,12)
#21050A
(33,5,10)
#190408
(25,4,8)
#110306
(17,3,6)
#090204
(9,2,4)
#000000
(0,0,0)

Tints of #590C18

#590C18
(89,12,24)
#68222D
(104,34,45)
#773842
(119,56,66)
#864E57
(134,78,87)
#95646C
(149,100,108)
#A47A81
(164,122,129)
#B39096
(179,144,150)
#C2A6AB
(194,166,171)
#D1BCC0
(209,188,192)
#E0D2D5
(224,210,213)
#EFE8EA
(239,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #590C18; }

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

This text font color is #590C18.


Background Color

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

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

This div background color is #590C18.


Border color

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

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

This div border color is #590C18.


Opacity

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

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

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

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

This text has shadow with #590C18 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #590C18 on black background.


Color preview on white background

This text has color #590C18 on white background.



Black color preview on #590C18 background

This text has black color on #590C18 background.


White color preview on #590C18 background

This text has white color on #590C18 background.