COLOR #586379

HEX: #586379
RGB: (88,99,121)

Renk bilgisi

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

RGB renk modeli

#586379 color RGB value is (88,99,121).

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

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 99 of 255 = 39%
B 121 of 255 = 47%

88
99
121

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 99 + 121 = 308 (100%)
R 88 of 308 ~ 28.57%
G 99 of 308 ~ 32.14%
B 121 of 308 ~ 39.29%

%28.57
%32.14
%39.29

CMYK RENK MODELİ

#586379 rengi CMYK tonu (27,18,0,53).

  • camgöbeği tonu 27.27%
  • eflatun tonu 18.18%
  • sarı tonu 0.00%
  • ana renk tonu 52.55%
CMYK:
(27,18,0,53)
C27M18Y0K53 
(27%,18%,0%,53%)
(0.27/0.18/0.00/0.53)	

CMYK yüzdeleri

%27.27
%18.18
%0
%52.55

Codes

Color #586379 in popluar color models

586379
RGB8899121
HSL220°15.79%40.98%
HSB/HSV220°27.27%47.45%
CMYK27.27%18.18%0.00%
52.55%

Color #586379 in popluar number systems.

HEX586379
Decimal8899121
Binary101100011000111111001
Octal130143171

Shades and tints

Shades of #586379

#586379
(88,99,121)
#505A6E
(80,90,110)
#485163
(72,81,99)
#404858
(64,72,88)
#383F4D
(56,63,77)
#303642
(48,54,66)
#282D37
(40,45,55)
#20242C
(32,36,44)
#181B21
(24,27,33)
#101216
(16,18,22)
#08090B
(8,9,11)
#000000
(0,0,0)

Tints of #586379

#586379
(88,99,121)
#677185
(103,113,133)
#767F91
(118,127,145)
#858D9D
(133,141,157)
#949BA9
(148,155,169)
#A3A9B5
(163,169,181)
#B2B7C1
(178,183,193)
#C1C5CD
(193,197,205)
#D0D3D9
(208,211,217)
#DFE1E5
(223,225,229)
#EEEFF1
(238,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #586379; }

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

This text font color is #586379.


Background Color

.myBgColor { background-color: #586379; }

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

This div background color is #586379.


Border color

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

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

This div border color is #586379.


Opacity

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

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

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

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

This text has shadow with #586379 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #586379 on black background.


Color preview on white background

This text has color #586379 on white background.



Black color preview on #586379 background

This text has black color on #586379 background.


White color preview on #586379 background

This text has white color on #586379 background.