COLOR #586C77

HEX: #586C77
RGB: (88,108,119)

Renk bilgisi

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

RGB renk modeli

#586C77 color RGB value is (88,108,119).

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

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 108 of 255 = 42%
B 119 of 255 = 47%

88
108
119

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 108 + 119 = 315 (100%)
R 88 of 315 ~ 27.94%
G 108 of 315 ~ 34.29%
B 119 of 315 ~ 37.78%

%27.94
%34.29
%37.78

CMYK RENK MODELİ

#586C77 rengi CMYK tonu (26,9,0,53).

  • camgöbeği tonu 26.05%
  • eflatun tonu 9.24%
  • sarı tonu 0.00%
  • ana renk tonu 53.33%
CMYK:
(26,9,0,53)
C26M9Y0K53 
(26%,9%,0%,53%)
(0.26/0.09/0.00/0.53)	

CMYK yüzdeleri

%26.05
%9.24
%0
%53.33

Codes

Color #586C77 in popluar color models

586C77
RGB88108119
HSL201°14.98%40.59%
HSB/HSV201°26.05%46.67%
CMYK26.05%9.24%0.00%
53.33%

Color #586C77 in popluar number systems.

HEX586C77
Decimal88108119
Binary101100011011001110111
Octal130154167

Shades and tints

Shades of #586C77

#586C77
(88,108,119)
#50636D
(80,99,109)
#485A63
(72,90,99)
#405159
(64,81,89)
#38484F
(56,72,79)
#303F45
(48,63,69)
#28363B
(40,54,59)
#202D31
(32,45,49)
#182427
(24,36,39)
#101B1D
(16,27,29)
#081213
(8,18,19)
#000000
(0,0,0)

Tints of #586C77

#586C77
(88,108,119)
#677983
(103,121,131)
#76868F
(118,134,143)
#85939B
(133,147,155)
#94A0A7
(148,160,167)
#A3ADB3
(163,173,179)
#B2BABF
(178,186,191)
#C1C7CB
(193,199,203)
#D0D4D7
(208,212,215)
#DFE1E3
(223,225,227)
#EEEEEF
(238,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #586C77; }

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

This text font color is #586C77.


Background Color

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

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

This div background color is #586C77.


Border color

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

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

This div border color is #586C77.


Opacity

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

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

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

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

This text has shadow with #586C77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #586C77 on black background.


Color preview on white background

This text has color #586C77 on white background.



Black color preview on #586C77 background

This text has black color on #586C77 background.


White color preview on #586C77 background

This text has white color on #586C77 background.