COLOR #590A26

HEX: #590A26
RGB: (89,10,38)

Renk bilgisi

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

RGB renk modeli

#590A26 color RGB value is (89,10,38).

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

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 10 of 255 = 4%
B 38 of 255 = 15%

89
10
38

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

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 10 + 38 = 137 (100%)
R 89 of 137 ~ 64.96%
G 10 of 137 ~ 7.3%
B 38 of 137 ~ 27.74%

%64.96
%27.74

CMYK RENK MODELİ

#590A26 rengi CMYK tonu (0,89,57,65).

  • camgöbeği tonu 0.00%
  • eflatun tonu 88.76%
  • sarı tonu 57.30%
  • ana renk tonu 65.10%
CMYK:
(0,89,57,65)
C0M89Y57K65 
(0%,89%,57%,65%)
(0.00/0.89/0.57/0.65)	

CMYK yüzdeleri

%0
%88.76
%57.3
%65.1

Codes

Color #590A26 in popluar color models

590A26
RGB891038
HSL339°79.80%19.41%
HSB/HSV339°88.76%34.90%
CMYK0.00%88.76%57.30%
65.10%

Color #590A26 in popluar number systems.

HEX590A26
Decimal891038
Binary10110011010100110
Octal1311246

Shades and tints

Shades of #590A26

#590A26
(89,10,38)
#510A23
(81,10,35)
#490A20
(73,10,32)
#410A1D
(65,10,29)
#390A1A
(57,10,26)
#310A17
(49,10,23)
#290A14
(41,10,20)
#210A11
(33,10,17)
#190A0E
(25,10,14)
#110A0B
(17,10,11)
#090A08
(9,10,8)
#000000
(0,0,0)

Tints of #590A26

#590A26
(89,10,38)
#682039
(104,32,57)
#77364C
(119,54,76)
#864C5F
(134,76,95)
#956272
(149,98,114)
#A47885
(164,120,133)
#B38E98
(179,142,152)
#C2A4AB
(194,164,171)
#D1BABE
(209,186,190)
#E0D0D1
(224,208,209)
#EFE6E4
(239,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #590A26; }

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

This text font color is #590A26.


Background Color

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

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

This div background color is #590A26.


Border color

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

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

This div border color is #590A26.


Opacity

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

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

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

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

This text has shadow with #590A26 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #590A26 on black background.


Color preview on white background

This text has color #590A26 on white background.



Black color preview on #590A26 background

This text has black color on #590A26 background.


White color preview on #590A26 background

This text has white color on #590A26 background.