COLOR #585E14

HEX: #585E14
RGB: (88,94,20)

Renk bilgisi

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

RGB renk modeli

#585E14 color RGB value is (88,94,20).

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

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 94 of 255 = 37%
B 20 of 255 = 8%

88
94
20

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 94 + 20 = 202 (100%)
R 88 of 202 ~ 43.56%
G 94 of 202 ~ 46.53%
B 20 of 202 ~ 9.9%

%43.56
%46.53
%9.9

CMYK RENK MODELİ

#585E14 rengi CMYK tonu (6,0,79,63).

  • camgöbeği tonu 6.38%
  • eflatun tonu 0.00%
  • sarı tonu 78.72%
  • ana renk tonu 63.14%
CMYK:
(6,0,79,63)
C6M0Y79K63 
(6%,0%,79%,63%)
(0.06/0.00/0.79/0.63)	

CMYK yüzdeleri

%6.38
%0
%78.72
%63.14

Codes

Color #585E14 in popluar color models

585E14
RGB889420
HSL65°64.91%22.35%
HSB/HSV65°78.72%36.86%
CMYK6.38%0.00%78.72%
63.14%

Color #585E14 in popluar number systems.

HEX585E14
Decimal889420
Binary1011000101111010100
Octal13013624

Shades and tints

Shades of #585E14

#585E14
(88,94,20)
#505613
(80,86,19)
#484E12
(72,78,18)
#404611
(64,70,17)
#383E10
(56,62,16)
#30360F
(48,54,15)
#282E0E
(40,46,14)
#20260D
(32,38,13)
#181E0C
(24,30,12)
#10160B
(16,22,11)
#080E0A
(8,14,10)
#000000
(0,0,0)

Tints of #585E14

#585E14
(88,94,20)
#676C29
(103,108,41)
#767A3E
(118,122,62)
#858853
(133,136,83)
#949668
(148,150,104)
#A3A47D
(163,164,125)
#B2B292
(178,178,146)
#C1C0A7
(193,192,167)
#D0CEBC
(208,206,188)
#DFDCD1
(223,220,209)
#EEEAE6
(238,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585E14; }

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

This text font color is #585E14.


Background Color

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

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

This div background color is #585E14.


Border color

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

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

This div border color is #585E14.


Opacity

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

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

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

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

This text has shadow with #585E14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585E14 on black background.


Color preview on white background

This text has color #585E14 on white background.



Black color preview on #585E14 background

This text has black color on #585E14 background.


White color preview on #585E14 background

This text has white color on #585E14 background.