COLOR #590C0D

HEX: #590C0D
RGB: (89,12,13)

Renk bilgisi

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

RGB renk modeli

#590C0D color RGB value is (89,12,13).

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

RGB bağlantıları ve doygunluk

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

89
12
13

R + G + B ~ 15%. #590C0D is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 12 + 13 = 114 (100%)
R 89 of 114 ~ 78.07%
G 12 of 114 ~ 10.53%
B 13 of 114 ~ 11.4%

%78.07
%10.53
%11.4

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%0
%86.52
%85.39
%65.1

Codes

Color #590C0D in popluar color models

590C0D
RGB891213
HSL359°76.24%19.80%
HSB/HSV359°86.52%34.90%
CMYK0.00%86.52%85.39%
65.10%

Color #590C0D in popluar number systems.

HEX590C0D
Decimal891213
Binary101100111001101
Octal1311415

Shades and tints

Shades of #590C0D

#590C0D
(89,12,13)
#510B0C
(81,11,12)
#490A0B
(73,10,11)
#41090A
(65,9,10)
#390809
(57,8,9)
#310708
(49,7,8)
#290607
(41,6,7)
#210506
(33,5,6)
#190405
(25,4,5)
#110304
(17,3,4)
#090203
(9,2,3)
#000000
(0,0,0)

Tints of #590C0D

#590C0D
(89,12,13)
#682223
(104,34,35)
#773839
(119,56,57)
#864E4F
(134,78,79)
#956465
(149,100,101)
#A47A7B
(164,122,123)
#B39091
(179,144,145)
#C2A6A7
(194,166,167)
#D1BCBD
(209,188,189)
#E0D2D3
(224,210,211)
#EFE8E9
(239,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #590C0D; }

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

This text font color is #590C0D.


Background Color

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

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

This div background color is #590C0D.


Border color

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

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

This div border color is #590C0D.


Opacity

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

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

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

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

This text has shadow with #590C0D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #590C0D on black background.


Color preview on white background

This text has color #590C0D on white background.



Black color preview on #590C0D background

This text has black color on #590C0D background.


White color preview on #590C0D background

This text has white color on #590C0D background.