COLOR #590C26

HEX: #590C26
RGB: (89,12,38)

Renk bilgisi

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

RGB renk modeli

#590C26 color RGB value is (89,12,38).

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

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 12 of 255 = 5%
B 38 of 255 = 15%

89
12
38

R + G + B ~ 18%. #590C26 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 12 + 38 = 139 (100%)
R 89 of 139 ~ 64.03%
G 12 of 139 ~ 8.63%
B 38 of 139 ~ 27.34%

%64.03
%27.34

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%0
%86.52
%57.3
%65.1

Codes

Color #590C26 in popluar color models

590C26
RGB891238
HSL340°76.24%19.80%
HSB/HSV340°86.52%34.90%
CMYK0.00%86.52%57.30%
65.10%

Color #590C26 in popluar number systems.

HEX590C26
Decimal891238
Binary10110011100100110
Octal1311446

Shades and tints

Shades of #590C26

#590C26
(89,12,38)
#510B23
(81,11,35)
#490A20
(73,10,32)
#41091D
(65,9,29)
#39081A
(57,8,26)
#310717
(49,7,23)
#290614
(41,6,20)
#210511
(33,5,17)
#19040E
(25,4,14)
#11030B
(17,3,11)
#090208
(9,2,8)
#000000
(0,0,0)

Tints of #590C26

#590C26
(89,12,38)
#682239
(104,34,57)
#77384C
(119,56,76)
#864E5F
(134,78,95)
#956472
(149,100,114)
#A47A85
(164,122,133)
#B39098
(179,144,152)
#C2A6AB
(194,166,171)
#D1BCBE
(209,188,190)
#E0D2D1
(224,210,209)
#EFE8E4
(239,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #590C26; }

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

This text font color is #590C26.


Background Color

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

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

This div background color is #590C26.


Border color

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

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

This div border color is #590C26.


Opacity

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

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

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

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

This text has shadow with #590C26 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #590C26 on black background.


Color preview on white background

This text has color #590C26 on white background.



Black color preview on #590C26 background

This text has black color on #590C26 background.


White color preview on #590C26 background

This text has white color on #590C26 background.