COLOR #590E2A

HEX: #590E2A
RGB: (89,14,42)

Renk bilgisi

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

RGB renk modeli

#590E2A color RGB value is (89,14,42).

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

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 14 of 255 = 5%
B 42 of 255 = 16%

89
14
42

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

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 14 + 42 = 145 (100%)
R 89 of 145 ~ 61.38%
G 14 of 145 ~ 9.66%
B 42 of 145 ~ 28.97%

%61.38
%9.66
%28.97

CMYK RENK MODELİ

#590E2A rengi CMYK tonu (0,84,53,65).

  • camgöbeği tonu 0.00%
  • eflatun tonu 84.27%
  • sarı tonu 52.81%
  • ana renk tonu 65.10%
CMYK:
(0,84,53,65)
C0M84Y53K65 
(0%,84%,53%,65%)
(0.00/0.84/0.53/0.65)	

CMYK yüzdeleri

%0
%84.27
%52.81
%65.1

Codes

Color #590E2A in popluar color models

590E2A
RGB891442
HSL338°72.82%20.20%
HSB/HSV338°84.27%34.90%
CMYK0.00%84.27%52.81%
65.10%

Color #590E2A in popluar number systems.

HEX590E2A
Decimal891442
Binary10110011110101010
Octal1311652

Shades and tints

Shades of #590E2A

#590E2A
(89,14,42)
#510D27
(81,13,39)
#490C24
(73,12,36)
#410B21
(65,11,33)
#390A1E
(57,10,30)
#31091B
(49,9,27)
#290818
(41,8,24)
#210715
(33,7,21)
#190612
(25,6,18)
#11050F
(17,5,15)
#09040C
(9,4,12)
#000000
(0,0,0)

Tints of #590E2A

#590E2A
(89,14,42)
#68233D
(104,35,61)
#773850
(119,56,80)
#864D63
(134,77,99)
#956276
(149,98,118)
#A47789
(164,119,137)
#B38C9C
(179,140,156)
#C2A1AF
(194,161,175)
#D1B6C2
(209,182,194)
#E0CBD5
(224,203,213)
#EFE0E8
(239,224,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #590E2A; }

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

This text font color is #590E2A.


Background Color

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

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

This div background color is #590E2A.


Border color

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

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

This div border color is #590E2A.


Opacity

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

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

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

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

This text has shadow with #590E2A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #590E2A on black background.


Color preview on white background

This text has color #590E2A on white background.



Black color preview on #590E2A background

This text has black color on #590E2A background.


White color preview on #590E2A background

This text has white color on #590E2A background.