COLOR #586C5C

HEX: #586C5C
RGB: (88,108,92)

Renk bilgisi

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

RGB renk modeli

#586C5C color RGB value is (88,108,92).

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

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 108 of 255 = 42%
B 92 of 255 = 36%

88
108
92

R + G + B ~ 38%. #586C5C is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 108 + 92 = 288 (100%)
R 88 of 288 ~ 30.56%
G 108 of 288 ~ 37.5%
B 92 of 288 ~ 31.94%

%30.56
%37.5
%31.94

CMYK RENK MODELİ

#586C5C rengi CMYK tonu (19,0,15,58).

  • camgöbeği tonu 18.52%
  • eflatun tonu 0.00%
  • sarı tonu 14.81%
  • ana renk tonu 57.65%
CMYK:
(19,0,15,58)
C19M0Y15K58 
(19%,0%,15%,58%)
(0.19/0.00/0.15/0.58)	

CMYK yüzdeleri

%18.52
%0
%14.81
%57.65

Codes

Color #586C5C in popluar color models

586C5C
RGB8810892
HSL132°10.20%38.43%
HSB/HSV132°18.52%42.35%
CMYK18.52%0.00%14.81%
57.65%

Color #586C5C in popluar number systems.

HEX586C5C
Decimal8810892
Binary101100011011001011100
Octal130154134

Shades and tints

Shades of #586C5C

#586C5C
(88,108,92)
#506354
(80,99,84)
#485A4C
(72,90,76)
#405144
(64,81,68)
#38483C
(56,72,60)
#303F34
(48,63,52)
#28362C
(40,54,44)
#202D24
(32,45,36)
#18241C
(24,36,28)
#101B14
(16,27,20)
#08120C
(8,18,12)
#000000
(0,0,0)

Tints of #586C5C

#586C5C
(88,108,92)
#67796A
(103,121,106)
#768678
(118,134,120)
#859386
(133,147,134)
#94A094
(148,160,148)
#A3ADA2
(163,173,162)
#B2BAB0
(178,186,176)
#C1C7BE
(193,199,190)
#D0D4CC
(208,212,204)
#DFE1DA
(223,225,218)
#EEEEE8
(238,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #586C5C; }

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

This text font color is #586C5C.


Background Color

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

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

This div background color is #586C5C.


Border color

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

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

This div border color is #586C5C.


Opacity

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

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

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

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

This text has shadow with #586C5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #586C5C on black background.


Color preview on white background

This text has color #586C5C on white background.



Black color preview on #586C5C background

This text has black color on #586C5C background.


White color preview on #586C5C background

This text has white color on #586C5C background.