COLOR #586F68

HEX: #586F68
RGB: (88,111,104)

Renk bilgisi

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

RGB renk modeli

#586F68 color RGB value is (88,111,104).

  • kırmız ton 88;
  • yeşil ton 111;
  • mavi ton 104.
RGB:
(88,111,104)
(35%,44%,41%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 111 of 255 = 44%
B 104 of 255 = 41%

88
111
104

R + G + B ~ 40%. #586F68 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 111 + 104 = 303 (100%)
R 88 of 303 ~ 29.04%
G 111 of 303 ~ 36.63%
B 104 of 303 ~ 34.32%

%29.04
%36.63
%34.32

CMYK RENK MODELİ

#586F68 rengi CMYK tonu (21,0,6,56).

  • camgöbeği tonu 20.72%
  • eflatun tonu 0.00%
  • sarı tonu 6.31%
  • ana renk tonu 56.47%
CMYK:
(21,0,6,56)
C21M0Y6K56 
(21%,0%,6%,56%)
(0.21/0.00/0.06/0.56)	

CMYK yüzdeleri

%20.72
%0
%6.31
%56.47

Codes

Color #586F68 in popluar color models

586F68
RGB88111104
HSL162°11.56%39.02%
HSB/HSV162°20.72%43.53%
CMYK20.72%0.00%6.31%
56.47%

Color #586F68 in popluar number systems.

HEX586F68
Decimal88111104
Binary101100011011111101000
Octal130157150

Shades and tints

Shades of #586F68

#586F68
(88,111,104)
#50655F
(80,101,95)
#485B56
(72,91,86)
#40514D
(64,81,77)
#384744
(56,71,68)
#303D3B
(48,61,59)
#283332
(40,51,50)
#202929
(32,41,41)
#181F20
(24,31,32)
#101517
(16,21,23)
#080B0E
(8,11,14)
#000000
(0,0,0)

Tints of #586F68

#586F68
(88,111,104)
#677C75
(103,124,117)
#768982
(118,137,130)
#85968F
(133,150,143)
#94A39C
(148,163,156)
#A3B0A9
(163,176,169)
#B2BDB6
(178,189,182)
#C1CAC3
(193,202,195)
#D0D7D0
(208,215,208)
#DFE4DD
(223,228,221)
#EEF1EA
(238,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #586F68 color. Also use rgb(88,111,104) instead hex code.

Text Font Color

.myTextColor { color: #586F68; }

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

This text font color is #586F68.


Background Color

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

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

This div background color is #586F68.


Border color

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

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

This div border color is #586F68.


Opacity

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

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

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

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

This text has shadow with #586F68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #586F68 on black background.


Color preview on white background

This text has color #586F68 on white background.



Black color preview on #586F68 background

This text has black color on #586F68 background.


White color preview on #586F68 background

This text has white color on #586F68 background.