COLOR #586368

HEX: #586368
RGB: (88,99,104)

Renk bilgisi

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

RGB renk modeli

#586368 color RGB value is (88,99,104).

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

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 99 of 255 = 39%
B 104 of 255 = 41%

88
99
104

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 99 + 104 = 291 (100%)
R 88 of 291 ~ 30.24%
G 99 of 291 ~ 34.02%
B 104 of 291 ~ 35.74%

%30.24
%34.02
%35.74

CMYK RENK MODELİ

#586368 rengi CMYK tonu (15,5,0,59).

  • camgöbeği tonu 15.38%
  • eflatun tonu 4.81%
  • sarı tonu 0.00%
  • ana renk tonu 59.22%
CMYK:
(15,5,0,59)
C15M5Y0K59 
(15%,5%,0%,59%)
(0.15/0.05/0.00/0.59)	

CMYK yüzdeleri

%15.38
%4.81
%0
%59.22

Codes

Color #586368 in popluar color models

586368
RGB8899104
HSL199°8.33%37.65%
HSB/HSV199°15.38%40.78%
CMYK15.38%4.81%0.00%
59.22%

Color #586368 in popluar number systems.

HEX586368
Decimal8899104
Binary101100011000111101000
Octal130143150

Shades and tints

Shades of #586368

#586368
(88,99,104)
#505A5F
(80,90,95)
#485156
(72,81,86)
#40484D
(64,72,77)
#383F44
(56,63,68)
#30363B
(48,54,59)
#282D32
(40,45,50)
#202429
(32,36,41)
#181B20
(24,27,32)
#101217
(16,18,23)
#08090E
(8,9,14)
#000000
(0,0,0)

Tints of #586368

#586368
(88,99,104)
#677175
(103,113,117)
#767F82
(118,127,130)
#858D8F
(133,141,143)
#949B9C
(148,155,156)
#A3A9A9
(163,169,169)
#B2B7B6
(178,183,182)
#C1C5C3
(193,197,195)
#D0D3D0
(208,211,208)
#DFE1DD
(223,225,221)
#EEEFEA
(238,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #586368; }

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

This text font color is #586368.


Background Color

.myBgColor { background-color: #586368; }

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

This div background color is #586368.


Border color

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

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

This div border color is #586368.


Opacity

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

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

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

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

This text has shadow with #586368 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #586368 on black background.


Color preview on white background

This text has color #586368 on white background.



Black color preview on #586368 background

This text has black color on #586368 background.


White color preview on #586368 background

This text has white color on #586368 background.