COLOR #586E7D

HEX: #586E7D
RGB: (88,110,125)

Renk bilgisi

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

RGB renk modeli

#586E7D color RGB value is (88,110,125).

  • kırmız ton 88;
  • yeşil ton 110;
  • mavi ton 125.
RGB:
(88,110,125)
(35%,43%,49%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 110 of 255 = 43%
B 125 of 255 = 49%

88
110
125

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 110 + 125 = 323 (100%)
R 88 of 323 ~ 27.24%
G 110 of 323 ~ 34.06%
B 125 of 323 ~ 38.7%

%27.24
%34.06
%38.7

CMYK RENK MODELİ

#586E7D rengi CMYK tonu (30,12,0,51).

  • camgöbeği tonu 29.60%
  • eflatun tonu 12.00%
  • sarı tonu 0.00%
  • ana renk tonu 50.98%
CMYK:
(30,12,0,51)
C30M12Y0K51 
(30%,12%,0%,51%)
(0.30/0.12/0.00/0.51)	

CMYK yüzdeleri

%29.6
%12
%0
%50.98

Codes

Color #586E7D in popluar color models

586E7D
RGB88110125
HSL204°17.37%41.76%
HSB/HSV204°29.60%49.02%
CMYK29.60%12.00%0.00%
50.98%

Color #586E7D in popluar number systems.

HEX586E7D
Decimal88110125
Binary101100011011101111101
Octal130156175

Shades and tints

Shades of #586E7D

#586E7D
(88,110,125)
#506472
(80,100,114)
#485A67
(72,90,103)
#40505C
(64,80,92)
#384651
(56,70,81)
#303C46
(48,60,70)
#28323B
(40,50,59)
#202830
(32,40,48)
#181E25
(24,30,37)
#10141A
(16,20,26)
#080A0F
(8,10,15)
#000000
(0,0,0)

Tints of #586E7D

#586E7D
(88,110,125)
#677B88
(103,123,136)
#768893
(118,136,147)
#85959E
(133,149,158)
#94A2A9
(148,162,169)
#A3AFB4
(163,175,180)
#B2BCBF
(178,188,191)
#C1C9CA
(193,201,202)
#D0D6D5
(208,214,213)
#DFE3E0
(223,227,224)
#EEF0EB
(238,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #586E7D color. Also use rgb(88,110,125) instead hex code.

Text Font Color

.myTextColor { color: #586E7D; }

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

This text font color is #586E7D.


Background Color

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

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

This div background color is #586E7D.


Border color

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

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

This div border color is #586E7D.


Opacity

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

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

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

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

This text has shadow with #586E7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #586E7D on black background.


Color preview on white background

This text has color #586E7D on white background.



Black color preview on #586E7D background

This text has black color on #586E7D background.


White color preview on #586E7D background

This text has white color on #586E7D background.