COLOR #590E06

HEX: #590E06
RGB: (89,14,6)

Renk bilgisi

#590E06 contains mainly red color. #590E06 ‘ nin web güvenlik rengi #660000 (ya da #600) dir.

RGB renk modeli

#590E06 color RGB value is (89,14,6).

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

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 14 of 255 = 5%
B 6 of 255 = 2%

89
14
6

R + G + B ~ 14%. #590E06 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 14 + 6 = 109 (100%)
R 89 of 109 ~ 81.65%
G 14 of 109 ~ 12.84%
B 6 of 109 ~ 5.5%

%81.65
%12.84

CMYK RENK MODELİ

#590E06 rengi CMYK tonu (0,84,93,65).

  • camgöbeği tonu 0.00%
  • eflatun tonu 84.27%
  • sarı tonu 93.26%
  • ana renk tonu 65.10%
CMYK:
(0,84,93,65)
C0M84Y93K65 
(0%,84%,93%,65%)
(0.00/0.84/0.93/0.65)	

CMYK yüzdeleri

%0
%84.27
%93.26
%65.1

Codes

Color #590E06 in popluar color models

590E06
RGB89146
HSL87.37%18.63%
HSB/HSV93.26%34.90%
CMYK0.00%84.27%93.26%
65.10%

Color #590E06 in popluar number systems.

HEX590E06
Decimal89146
Binary10110011110110
Octal131166

Shades and tints

Shades of #590E06

#590E06
(89,14,6)
#510D06
(81,13,6)
#490C06
(73,12,6)
#410B06
(65,11,6)
#390A06
(57,10,6)
#310906
(49,9,6)
#290806
(41,8,6)
#210706
(33,7,6)
#190606
(25,6,6)
#110506
(17,5,6)
#090406
(9,4,6)
#000000
(0,0,0)

Tints of #590E06

#590E06
(89,14,6)
#68231C
(104,35,28)
#773832
(119,56,50)
#864D48
(134,77,72)
#95625E
(149,98,94)
#A47774
(164,119,116)
#B38C8A
(179,140,138)
#C2A1A0
(194,161,160)
#D1B6B6
(209,182,182)
#E0CBCC
(224,203,204)
#EFE0E2
(239,224,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #590E06; }

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

This text font color is #590E06.


Background Color

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

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

This div background color is #590E06.


Border color

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

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

This div border color is #590E06.


Opacity

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

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

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

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

This text has shadow with #590E06 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #590E06 on black background.


Color preview on white background

This text has color #590E06 on white background.



Black color preview on #590E06 background

This text has black color on #590E06 background.


White color preview on #590E06 background

This text has white color on #590E06 background.