COLOR #585E19

HEX: #585E19
RGB: (88,94,25)

Renk bilgisi

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

RGB renk modeli

#585E19 color RGB value is (88,94,25).

  • kırmız ton 88;
  • yeşil ton 94;
  • mavi ton 25.
RGB:
(88,94,25)
(35%,37%,10%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 94 of 255 = 37%
B 25 of 255 = 10%

88
94
25

R + G + B ~ 27%. #585E19 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 94 + 25 = 207 (100%)
R 88 of 207 ~ 42.51%
G 94 of 207 ~ 45.41%
B 25 of 207 ~ 12.08%

%42.51
%45.41
%12.08

CMYK RENK MODELİ

#585E19 rengi CMYK tonu (6,0,73,63).

  • camgöbeği tonu 6.38%
  • eflatun tonu 0.00%
  • sarı tonu 73.40%
  • ana renk tonu 63.14%
CMYK:
(6,0,73,63)
C6M0Y73K63 
(6%,0%,73%,63%)
(0.06/0.00/0.73/0.63)	

CMYK yüzdeleri

%6.38
%0
%73.4
%63.14

Codes

Color #585E19 in popluar color models

585E19
RGB889425
HSL65°57.98%23.33%
HSB/HSV65°73.40%36.86%
CMYK6.38%0.00%73.40%
63.14%

Color #585E19 in popluar number systems.

HEX585E19
Decimal889425
Binary1011000101111011001
Octal13013631

Shades and tints

Shades of #585E19

#585E19
(88,94,25)
#505617
(80,86,23)
#484E15
(72,78,21)
#404613
(64,70,19)
#383E11
(56,62,17)
#30360F
(48,54,15)
#282E0D
(40,46,13)
#20260B
(32,38,11)
#181E09
(24,30,9)
#101607
(16,22,7)
#080E05
(8,14,5)
#000000
(0,0,0)

Tints of #585E19

#585E19
(88,94,25)
#676C2D
(103,108,45)
#767A41
(118,122,65)
#858855
(133,136,85)
#949669
(148,150,105)
#A3A47D
(163,164,125)
#B2B291
(178,178,145)
#C1C0A5
(193,192,165)
#D0CEB9
(208,206,185)
#DFDCCD
(223,220,205)
#EEEAE1
(238,234,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #585E19 color. Also use rgb(88,94,25) instead hex code.

Text Font Color

.myTextColor { color: #585E19; }

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

This text font color is #585E19.


Background Color

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

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

This div background color is #585E19.


Border color

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

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

This div border color is #585E19.


Opacity

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

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

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

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

This text has shadow with #585E19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585E19 on black background.


Color preview on white background

This text has color #585E19 on white background.



Black color preview on #585E19 background

This text has black color on #585E19 background.


White color preview on #585E19 background

This text has white color on #585E19 background.