COLOR #586B5A

HEX: #586B5A
RGB: (88,107,90)

Renk bilgisi

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

RGB renk modeli

#586B5A color RGB value is (88,107,90).

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

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 107 of 255 = 42%
B 90 of 255 = 35%

88
107
90

R + G + B ~ 37%. #586B5A is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 107 + 90 = 285 (100%)
R 88 of 285 ~ 30.88%
G 107 of 285 ~ 37.54%
B 90 of 285 ~ 31.58%

%30.88
%37.54
%31.58

CMYK RENK MODELİ

#586B5A rengi CMYK tonu (18,0,16,58).

  • camgöbeği tonu 17.76%
  • eflatun tonu 0.00%
  • sarı tonu 15.89%
  • ana renk tonu 58.04%
CMYK:
(18,0,16,58)
C18M0Y16K58 
(18%,0%,16%,58%)
(0.18/0.00/0.16/0.58)	

CMYK yüzdeleri

%17.76
%0
%15.89
%58.04

Codes

Color #586B5A in popluar color models

586B5A
RGB8810790
HSL126°9.74%38.24%
HSB/HSV126°17.76%41.96%
CMYK17.76%0.00%15.89%
58.04%

Color #586B5A in popluar number systems.

HEX586B5A
Decimal8810790
Binary101100011010111011010
Octal130153132

Shades and tints

Shades of #586B5A

#586B5A
(88,107,90)
#506252
(80,98,82)
#48594A
(72,89,74)
#405042
(64,80,66)
#38473A
(56,71,58)
#303E32
(48,62,50)
#28352A
(40,53,42)
#202C22
(32,44,34)
#18231A
(24,35,26)
#101A12
(16,26,18)
#08110A
(8,17,10)
#000000
(0,0,0)

Tints of #586B5A

#586B5A
(88,107,90)
#677869
(103,120,105)
#768578
(118,133,120)
#859287
(133,146,135)
#949F96
(148,159,150)
#A3ACA5
(163,172,165)
#B2B9B4
(178,185,180)
#C1C6C3
(193,198,195)
#D0D3D2
(208,211,210)
#DFE0E1
(223,224,225)
#EEEDF0
(238,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #586B5A color. Also use rgb(88,107,90) instead hex code.

Text Font Color

.myTextColor { color: #586B5A; }

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

This text font color is #586B5A.


Background Color

.myBgColor { background-color: #586B5A; }

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

This div background color is #586B5A.


Border color

.myBorderColor { border: 1px solid #586B5A; }

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

This div border color is #586B5A.


Opacity

.myOpacity80 { color: #586B5A; opacity: 0.8; }

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

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

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

This text has shadow with #586B5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #586B5A on black background.


Color preview on white background

This text has color #586B5A on white background.



Black color preview on #586B5A background

This text has black color on #586B5A background.


White color preview on #586B5A background

This text has white color on #586B5A background.