COLOR #585B17

HEX: #585B17
RGB: (88,91,23)

Renk bilgisi

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

RGB renk modeli

#585B17 color RGB value is (88,91,23).

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

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 91 of 255 = 36%
B 23 of 255 = 9%

88
91
23

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 91 + 23 = 202 (100%)
R 88 of 202 ~ 43.56%
G 91 of 202 ~ 45.05%
B 23 of 202 ~ 11.39%

%43.56
%45.05
%11.39

CMYK RENK MODELİ

#585B17 rengi CMYK tonu (3,0,75,64).

  • camgöbeği tonu 3.30%
  • eflatun tonu 0.00%
  • sarı tonu 74.73%
  • ana renk tonu 64.31%
CMYK:
(3,0,75,64)
C3M0Y75K64 
(3%,0%,75%,64%)
(0.03/0.00/0.75/0.64)	

CMYK yüzdeleri

%3.3
%0
%74.73
%64.31

Codes

Color #585B17 in popluar color models

585B17
RGB889123
HSL63°59.65%22.35%
HSB/HSV63°74.73%35.69%
CMYK3.30%0.00%74.73%
64.31%

Color #585B17 in popluar number systems.

HEX585B17
Decimal889123
Binary1011000101101110111
Octal13013327

Shades and tints

Shades of #585B17

#585B17
(88,91,23)
#505315
(80,83,21)
#484B13
(72,75,19)
#404311
(64,67,17)
#383B0F
(56,59,15)
#30330D
(48,51,13)
#282B0B
(40,43,11)
#202309
(32,35,9)
#181B07
(24,27,7)
#101305
(16,19,5)
#080B03
(8,11,3)
#000000
(0,0,0)

Tints of #585B17

#585B17
(88,91,23)
#67692C
(103,105,44)
#767741
(118,119,65)
#858556
(133,133,86)
#94936B
(148,147,107)
#A3A180
(163,161,128)
#B2AF95
(178,175,149)
#C1BDAA
(193,189,170)
#D0CBBF
(208,203,191)
#DFD9D4
(223,217,212)
#EEE7E9
(238,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #585B17 color. Also use rgb(88,91,23) instead hex code.

Text Font Color

.myTextColor { color: #585B17; }

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

This text font color is #585B17.


Background Color

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

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

This div background color is #585B17.


Border color

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

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

This div border color is #585B17.


Opacity

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

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

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

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

This text has shadow with #585B17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585B17 on black background.


Color preview on white background

This text has color #585B17 on white background.



Black color preview on #585B17 background

This text has black color on #585B17 background.


White color preview on #585B17 background

This text has white color on #585B17 background.