COLOR #586D6C

HEX: #586D6C
RGB: (88,109,108)

Renk bilgisi

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

RGB renk modeli

#586D6C color RGB value is (88,109,108).

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

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 109 of 255 = 43%
B 108 of 255 = 42%

88
109
108

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 109 + 108 = 305 (100%)
R 88 of 305 ~ 28.85%
G 109 of 305 ~ 35.74%
B 108 of 305 ~ 35.41%

%28.85
%35.74
%35.41

CMYK RENK MODELİ

#586D6C rengi CMYK tonu (19,0,1,57).

  • camgöbeği tonu 19.27%
  • eflatun tonu 0.00%
  • sarı tonu 0.92%
  • ana renk tonu 57.25%
CMYK:
(19,0,1,57)
C19M0Y1K57 
(19%,0%,1%,57%)
(0.19/0.00/0.01/0.57)	

CMYK yüzdeleri

%19.27
%0
%0.92
%57.25

Codes

Color #586D6C in popluar color models

586D6C
RGB88109108
HSL177°10.66%38.63%
HSB/HSV177°19.27%42.75%
CMYK19.27%0.00%0.92%
57.25%

Color #586D6C in popluar number systems.

HEX586D6C
Decimal88109108
Binary101100011011011101100
Octal130155154

Shades and tints

Shades of #586D6C

#586D6C
(88,109,108)
#506463
(80,100,99)
#485B5A
(72,91,90)
#405251
(64,82,81)
#384948
(56,73,72)
#30403F
(48,64,63)
#283736
(40,55,54)
#202E2D
(32,46,45)
#182524
(24,37,36)
#101C1B
(16,28,27)
#081312
(8,19,18)
#000000
(0,0,0)

Tints of #586D6C

#586D6C
(88,109,108)
#677A79
(103,122,121)
#768786
(118,135,134)
#859493
(133,148,147)
#94A1A0
(148,161,160)
#A3AEAD
(163,174,173)
#B2BBBA
(178,187,186)
#C1C8C7
(193,200,199)
#D0D5D4
(208,213,212)
#DFE2E1
(223,226,225)
#EEEFEE
(238,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #586D6C; }

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

This text font color is #586D6C.


Background Color

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

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

This div background color is #586D6C.


Border color

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

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

This div border color is #586D6C.


Opacity

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

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

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

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

This text has shadow with #586D6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #586D6C on black background.


Color preview on white background

This text has color #586D6C on white background.



Black color preview on #586D6C background

This text has black color on #586D6C background.


White color preview on #586D6C background

This text has white color on #586D6C background.