COLOR #586555

HEX: #586555
RGB: (88,101,85)

Renk bilgisi

#586555 contains red, green and blue colors in about the same proportion. #586555 ‘ nin web güvenlik rengi #666666 (ya da #666) dir.

RGB renk modeli

#586555 color RGB value is (88,101,85).

  • kırmız ton 88;
  • yeşil ton 101;
  • mavi ton 85.
RGB:
(88,101,85)
(35%,40%,33%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 101 of 255 = 40%
B 85 of 255 = 33%

88
101
85

R + G + B ~ 36%. #586555 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 101 + 85 = 274 (100%)
R 88 of 274 ~ 32.12%
G 101 of 274 ~ 36.86%
B 85 of 274 ~ 31.02%

%32.12
%36.86
%31.02

CMYK RENK MODELİ

#586555 rengi CMYK tonu (13,0,16,60).

  • camgöbeği tonu 12.87%
  • eflatun tonu 0.00%
  • sarı tonu 15.84%
  • ana renk tonu 60.39%
CMYK:
(13,0,16,60)
C13M0Y16K60 
(13%,0%,16%,60%)
(0.13/0.00/0.16/0.60)	

CMYK yüzdeleri

%12.87
%0
%15.84
%60.39

Codes

Color #586555 in popluar color models

586555
RGB8810185
HSL109°8.60%36.47%
HSB/HSV109°15.84%39.61%
CMYK12.87%0.00%15.84%
60.39%

Color #586555 in popluar number systems.

HEX586555
Decimal8810185
Binary101100011001011010101
Octal130145125

Shades and tints

Shades of #586555

#586555
(88,101,85)
#505C4E
(80,92,78)
#485347
(72,83,71)
#404A40
(64,74,64)
#384139
(56,65,57)
#303832
(48,56,50)
#282F2B
(40,47,43)
#202624
(32,38,36)
#181D1D
(24,29,29)
#101416
(16,20,22)
#080B0F
(8,11,15)
#000000
(0,0,0)

Tints of #586555

#586555
(88,101,85)
#677364
(103,115,100)
#768173
(118,129,115)
#858F82
(133,143,130)
#949D91
(148,157,145)
#A3ABA0
(163,171,160)
#B2B9AF
(178,185,175)
#C1C7BE
(193,199,190)
#D0D5CD
(208,213,205)
#DFE3DC
(223,227,220)
#EEF1EB
(238,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #586555 color. Also use rgb(88,101,85) instead hex code.

Text Font Color

.myTextColor { color: #586555; }

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

This text font color is #586555.


Background Color

.myBgColor { background-color: #586555; }

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

This div background color is #586555.


Border color

.myBorderColor { border: 1px solid #586555; }

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

This div border color is #586555.


Opacity

.myOpacity80 { color: #586555; opacity: 0.8; }

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

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

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

This text has shadow with #586555 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #586555 on black background.


Color preview on white background

This text has color #586555 on white background.



Black color preview on #586555 background

This text has black color on #586555 background.


White color preview on #586555 background

This text has white color on #586555 background.