COLOR #590E25

HEX: #590E25
RGB: (89,14,37)

Renk bilgisi

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

RGB renk modeli

#590E25 color RGB value is (89,14,37).

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

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 14 of 255 = 5%
B 37 of 255 = 15%

89
14
37

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

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 14 + 37 = 140 (100%)
R 89 of 140 ~ 63.57%
G 14 of 140 ~ 10%
B 37 of 140 ~ 26.43%

%63.57
%10
%26.43

CMYK RENK MODELİ

#590E25 rengi CMYK tonu (0,84,58,65).

  • camgöbeği tonu 0.00%
  • eflatun tonu 84.27%
  • sarı tonu 58.43%
  • ana renk tonu 65.10%
CMYK:
(0,84,58,65)
C0M84Y58K65 
(0%,84%,58%,65%)
(0.00/0.84/0.58/0.65)	

CMYK yüzdeleri

%0
%84.27
%58.43
%65.1

Codes

Color #590E25 in popluar color models

590E25
RGB891437
HSL342°72.82%20.20%
HSB/HSV342°84.27%34.90%
CMYK0.00%84.27%58.43%
65.10%

Color #590E25 in popluar number systems.

HEX590E25
Decimal891437
Binary10110011110100101
Octal1311645

Shades and tints

Shades of #590E25

#590E25
(89,14,37)
#510D22
(81,13,34)
#490C1F
(73,12,31)
#410B1C
(65,11,28)
#390A19
(57,10,25)
#310916
(49,9,22)
#290813
(41,8,19)
#210710
(33,7,16)
#19060D
(25,6,13)
#11050A
(17,5,10)
#090407
(9,4,7)
#000000
(0,0,0)

Tints of #590E25

#590E25
(89,14,37)
#682338
(104,35,56)
#77384B
(119,56,75)
#864D5E
(134,77,94)
#956271
(149,98,113)
#A47784
(164,119,132)
#B38C97
(179,140,151)
#C2A1AA
(194,161,170)
#D1B6BD
(209,182,189)
#E0CBD0
(224,203,208)
#EFE0E3
(239,224,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #590E25 color. Also use rgb(89,14,37) instead hex code.

Text Font Color

.myTextColor { color: #590E25; }

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

This text font color is #590E25.


Background Color

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

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

This div background color is #590E25.


Border color

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

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

This div border color is #590E25.


Opacity

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

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

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

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

This text has shadow with #590E25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #590E25 on black background.


Color preview on white background

This text has color #590E25 on white background.



Black color preview on #590E25 background

This text has black color on #590E25 background.


White color preview on #590E25 background

This text has white color on #590E25 background.