COLOR #586677

HEX: #586677
RGB: (88,102,119)

Renk bilgisi

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

RGB renk modeli

#586677 color RGB value is (88,102,119).

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

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 102 of 255 = 40%
B 119 of 255 = 47%

88
102
119

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 102 + 119 = 309 (100%)
R 88 of 309 ~ 28.48%
G 102 of 309 ~ 33.01%
B 119 of 309 ~ 38.51%

%28.48
%33.01
%38.51

CMYK RENK MODELİ

#586677 rengi CMYK tonu (26,14,0,53).

  • camgöbeği tonu 26.05%
  • eflatun tonu 14.29%
  • sarı tonu 0.00%
  • ana renk tonu 53.33%
CMYK:
(26,14,0,53)
C26M14Y0K53 
(26%,14%,0%,53%)
(0.26/0.14/0.00/0.53)	

CMYK yüzdeleri

%26.05
%14.29
%0
%53.33

Codes

Color #586677 in popluar color models

586677
RGB88102119
HSL213°14.98%40.59%
HSB/HSV213°26.05%46.67%
CMYK26.05%14.29%0.00%
53.33%

Color #586677 in popluar number systems.

HEX586677
Decimal88102119
Binary101100011001101110111
Octal130146167

Shades and tints

Shades of #586677

#586677
(88,102,119)
#505D6D
(80,93,109)
#485463
(72,84,99)
#404B59
(64,75,89)
#38424F
(56,66,79)
#303945
(48,57,69)
#28303B
(40,48,59)
#202731
(32,39,49)
#181E27
(24,30,39)
#10151D
(16,21,29)
#080C13
(8,12,19)
#000000
(0,0,0)

Tints of #586677

#586677
(88,102,119)
#677383
(103,115,131)
#76808F
(118,128,143)
#858D9B
(133,141,155)
#949AA7
(148,154,167)
#A3A7B3
(163,167,179)
#B2B4BF
(178,180,191)
#C1C1CB
(193,193,203)
#D0CED7
(208,206,215)
#DFDBE3
(223,219,227)
#EEE8EF
(238,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #586677; }

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

This text font color is #586677.


Background Color

.myBgColor { background-color: #586677; }

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

This div background color is #586677.


Border color

.myBorderColor { border: 1px solid #586677; }

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

This div border color is #586677.


Opacity

.myOpacity80 { color: #586677; opacity: 0.8; }

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

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

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

This text has shadow with #586677 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #586677 on black background.


Color preview on white background

This text has color #586677 on white background.



Black color preview on #586677 background

This text has black color on #586677 background.


White color preview on #586677 background

This text has white color on #586677 background.