COLOR #586C68

HEX: #586C68
RGB: (88,108,104)

Renk bilgisi

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

RGB renk modeli

#586C68 color RGB value is (88,108,104).

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

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 108 of 255 = 42%
B 104 of 255 = 41%

88
108
104

R + G + B ~ 39%. #586C68 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 108 + 104 = 300 (100%)
R 88 of 300 ~ 29.33%
G 108 of 300 ~ 36%
B 104 of 300 ~ 34.67%

%29.33
%36
%34.67

CMYK RENK MODELİ

#586C68 rengi CMYK tonu (19,0,4,58).

  • camgöbeği tonu 18.52%
  • eflatun tonu 0.00%
  • sarı tonu 3.70%
  • ana renk tonu 57.65%
CMYK:
(19,0,4,58)
C19M0Y4K58 
(19%,0%,4%,58%)
(0.19/0.00/0.04/0.58)	

CMYK yüzdeleri

%18.52
%0
%3.7
%57.65

Codes

Color #586C68 in popluar color models

586C68
RGB88108104
HSL168°10.20%38.43%
HSB/HSV168°18.52%42.35%
CMYK18.52%0.00%3.70%
57.65%

Color #586C68 in popluar number systems.

HEX586C68
Decimal88108104
Binary101100011011001101000
Octal130154150

Shades and tints

Shades of #586C68

#586C68
(88,108,104)
#50635F
(80,99,95)
#485A56
(72,90,86)
#40514D
(64,81,77)
#384844
(56,72,68)
#303F3B
(48,63,59)
#283632
(40,54,50)
#202D29
(32,45,41)
#182420
(24,36,32)
#101B17
(16,27,23)
#08120E
(8,18,14)
#000000
(0,0,0)

Tints of #586C68

#586C68
(88,108,104)
#677975
(103,121,117)
#768682
(118,134,130)
#85938F
(133,147,143)
#94A09C
(148,160,156)
#A3ADA9
(163,173,169)
#B2BAB6
(178,186,182)
#C1C7C3
(193,199,195)
#D0D4D0
(208,212,208)
#DFE1DD
(223,225,221)
#EEEEEA
(238,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #586C68; }

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

This text font color is #586C68.


Background Color

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

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

This div background color is #586C68.


Border color

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

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

This div border color is #586C68.


Opacity

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

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

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

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

This text has shadow with #586C68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #586C68 on black background.


Color preview on white background

This text has color #586C68 on white background.



Black color preview on #586C68 background

This text has black color on #586C68 background.


White color preview on #586C68 background

This text has white color on #586C68 background.