COLOR #590C2B

HEX: #590C2B
RGB: (89,12,43)

Renk bilgisi

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

RGB renk modeli

#590C2B color RGB value is (89,12,43).

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

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 12 of 255 = 5%
B 43 of 255 = 17%

89
12
43

R + G + B ~ 19%. #590C2B is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 12 + 43 = 144 (100%)
R 89 of 144 ~ 61.81%
G 12 of 144 ~ 8.33%
B 43 of 144 ~ 29.86%

%61.81
%29.86

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%0
%86.52
%51.69
%65.1

Codes

Color #590C2B in popluar color models

590C2B
RGB891243
HSL336°76.24%19.80%
HSB/HSV336°86.52%34.90%
CMYK0.00%86.52%51.69%
65.10%

Color #590C2B in popluar number systems.

HEX590C2B
Decimal891243
Binary10110011100101011
Octal1311453

Shades and tints

Shades of #590C2B

#590C2B
(89,12,43)
#510B28
(81,11,40)
#490A25
(73,10,37)
#410922
(65,9,34)
#39081F
(57,8,31)
#31071C
(49,7,28)
#290619
(41,6,25)
#210516
(33,5,22)
#190413
(25,4,19)
#110310
(17,3,16)
#09020D
(9,2,13)
#000000
(0,0,0)

Tints of #590C2B

#590C2B
(89,12,43)
#68223E
(104,34,62)
#773851
(119,56,81)
#864E64
(134,78,100)
#956477
(149,100,119)
#A47A8A
(164,122,138)
#B3909D
(179,144,157)
#C2A6B0
(194,166,176)
#D1BCC3
(209,188,195)
#E0D2D6
(224,210,214)
#EFE8E9
(239,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #590C2B; }

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

This text font color is #590C2B.


Background Color

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

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

This div background color is #590C2B.


Border color

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

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

This div border color is #590C2B.


Opacity

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

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

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

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

This text has shadow with #590C2B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #590C2B on black background.


Color preview on white background

This text has color #590C2B on white background.



Black color preview on #590C2B background

This text has black color on #590C2B background.


White color preview on #590C2B background

This text has white color on #590C2B background.