COLOR #590B11

HEX: #590B11
RGB: (89,11,17)

Renk bilgisi

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

RGB renk modeli

#590B11 color RGB value is (89,11,17).

  • kırmız ton 89;
  • yeşil ton 11;
  • mavi ton 17.
RGB:
(89,11,17)
(35%,4%,7%)

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 11 of 255 = 4%
B 17 of 255 = 7%

89
11
17

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

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 11 + 17 = 117 (100%)
R 89 of 117 ~ 76.07%
G 11 of 117 ~ 9.4%
B 17 of 117 ~ 14.53%

%76.07
%14.53

CMYK RENK MODELİ

#590B11 rengi CMYK tonu (0,88,81,65).

  • camgöbeği tonu 0.00%
  • eflatun tonu 87.64%
  • sarı tonu 80.90%
  • ana renk tonu 65.10%
CMYK:
(0,88,81,65)
C0M88Y81K65 
(0%,88%,81%,65%)
(0.00/0.88/0.81/0.65)	

CMYK yüzdeleri

%0
%87.64
%80.9
%65.1

Codes

Color #590B11 in popluar color models

590B11
RGB891117
HSL355°78.00%19.61%
HSB/HSV355°87.64%34.90%
CMYK0.00%87.64%80.90%
65.10%

Color #590B11 in popluar number systems.

HEX590B11
Decimal891117
Binary1011001101110001
Octal1311321

Shades and tints

Shades of #590B11

#590B11
(89,11,17)
#510A10
(81,10,16)
#49090F
(73,9,15)
#41080E
(65,8,14)
#39070D
(57,7,13)
#31060C
(49,6,12)
#29050B
(41,5,11)
#21040A
(33,4,10)
#190309
(25,3,9)
#110208
(17,2,8)
#090107
(9,1,7)
#000000
(0,0,0)

Tints of #590B11

#590B11
(89,11,17)
#682126
(104,33,38)
#77373B
(119,55,59)
#864D50
(134,77,80)
#956365
(149,99,101)
#A4797A
(164,121,122)
#B38F8F
(179,143,143)
#C2A5A4
(194,165,164)
#D1BBB9
(209,187,185)
#E0D1CE
(224,209,206)
#EFE7E3
(239,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #590B11 color. Also use rgb(89,11,17) instead hex code.

Text Font Color

.myTextColor { color: #590B11; }

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

This text font color is #590B11.


Background Color

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

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

This div background color is #590B11.


Border color

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

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

This div border color is #590B11.


Opacity

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

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

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

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

This text has shadow with #590B11 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #590B11 on black background.


Color preview on white background

This text has color #590B11 on white background.



Black color preview on #590B11 background

This text has black color on #590B11 background.


White color preview on #590B11 background

This text has white color on #590B11 background.