COLOR #585A09

HEX: #585A09
RGB: (88,90,9)

Renk bilgisi

#585A09 contains mainly red and green colors. #585A09 ‘ nin web güvenlik rengi #666600 (ya da #660) dir.

RGB renk modeli

#585A09 color RGB value is (88,90,9).

  • kırmız ton 88;
  • yeşil ton 90;
  • mavi ton 9.
RGB:
(88,90,9)
(35%,35%,4%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 90 of 255 = 35%
B 9 of 255 = 4%

88
90
9

R + G + B ~ 25%. #585A09 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 90 + 9 = 187 (100%)
R 88 of 187 ~ 47.06%
G 90 of 187 ~ 48.13%
B 9 of 187 ~ 4.81%

%47.06
%48.13

CMYK RENK MODELİ

#585A09 rengi CMYK tonu (2,0,90,65).

  • camgöbeği tonu 2.22%
  • eflatun tonu 0.00%
  • sarı tonu 90.00%
  • ana renk tonu 64.71%
CMYK:
(2,0,90,65)
C2M0Y90K65 
(2%,0%,90%,65%)
(0.02/0.00/0.90/0.65)	

CMYK yüzdeleri

%2.22
%0
%90
%64.71

Codes

Color #585A09 in popluar color models

585A09
RGB88909
HSL61°81.82%19.41%
HSB/HSV61°90.00%35.29%
CMYK2.22%0.00%90.00%
64.71%

Color #585A09 in popluar number systems.

HEX585A09
Decimal88909
Binary101100010110101001
Octal13013211

Shades and tints

Shades of #585A09

#585A09
(88,90,9)
#505209
(80,82,9)
#484A09
(72,74,9)
#404209
(64,66,9)
#383A09
(56,58,9)
#303209
(48,50,9)
#282A09
(40,42,9)
#202209
(32,34,9)
#181A09
(24,26,9)
#101209
(16,18,9)
#080A09
(8,10,9)
#000000
(0,0,0)

Tints of #585A09

#585A09
(88,90,9)
#67691F
(103,105,31)
#767835
(118,120,53)
#85874B
(133,135,75)
#949661
(148,150,97)
#A3A577
(163,165,119)
#B2B48D
(178,180,141)
#C1C3A3
(193,195,163)
#D0D2B9
(208,210,185)
#DFE1CF
(223,225,207)
#EEF0E5
(238,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #585A09 color. Also use rgb(88,90,9) instead hex code.

Text Font Color

.myTextColor { color: #585A09; }

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

This text font color is #585A09.


Background Color

.myBgColor { background-color: #585A09; }

<div style="background-color:#585A09">Inner text</div>

This div background color is #585A09.


Border color

.myBorderColor { border: 1px solid #585A09; }

<div style="border:3px solid #585A09">Div</div>

This div border color is #585A09.


Opacity

.myOpacity80 { color: #585A09; opacity: 0.8; }

<p style="color:#585A09;opacity:0.8;">80%</p>

Text with #585A09 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 #585A09;}

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

This text has shadow with #585A09 color.

.textShadow {text-shadow: 3px 3px 1px #585A09, 3px 3px 1px red;}

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

This text has shadow with #585A09 primary color and red secondary color.


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

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

This text has shadow with #585A09 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585A09 on black background.


Color preview on white background

This text has color #585A09 on white background.



Black color preview on #585A09 background

This text has black color on #585A09 background.


White color preview on #585A09 background

This text has white color on #585A09 background.