COLOR #587473

HEX: #587473
RGB: (88,116,115)

Renk bilgisi

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

RGB renk modeli

#587473 color RGB value is (88,116,115).

  • kırmız ton 88;
  • yeşil ton 116;
  • mavi ton 115.
RGB:
(88,116,115)
(35%,45%,45%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 116 of 255 = 45%
B 115 of 255 = 45%

88
116
115

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 116 + 115 = 319 (100%)
R 88 of 319 ~ 27.59%
G 116 of 319 ~ 36.36%
B 115 of 319 ~ 36.05%

%27.59
%36.36
%36.05

CMYK RENK MODELİ

#587473 rengi CMYK tonu (24,0,1,55).

  • camgöbeği tonu 24.14%
  • eflatun tonu 0.00%
  • sarı tonu 0.86%
  • ana renk tonu 54.51%
CMYK:
(24,0,1,55)
C24M0Y1K55 
(24%,0%,1%,55%)
(0.24/0.00/0.01/0.55)	

CMYK yüzdeleri

%24.14
%0
%0.86
%54.51

Codes

Color #587473 in popluar color models

587473
RGB88116115
HSL178°13.73%40.00%
HSB/HSV178°24.14%45.49%
CMYK24.14%0.00%0.86%
54.51%

Color #587473 in popluar number systems.

HEX587473
Decimal88116115
Binary101100011101001110011
Octal130164163

Shades and tints

Shades of #587473

#587473
(88,116,115)
#506A69
(80,106,105)
#48605F
(72,96,95)
#405655
(64,86,85)
#384C4B
(56,76,75)
#304241
(48,66,65)
#283837
(40,56,55)
#202E2D
(32,46,45)
#182423
(24,36,35)
#101A19
(16,26,25)
#08100F
(8,16,15)
#000000
(0,0,0)

Tints of #587473

#587473
(88,116,115)
#67807F
(103,128,127)
#768C8B
(118,140,139)
#859897
(133,152,151)
#94A4A3
(148,164,163)
#A3B0AF
(163,176,175)
#B2BCBB
(178,188,187)
#C1C8C7
(193,200,199)
#D0D4D3
(208,212,211)
#DFE0DF
(223,224,223)
#EEECEB
(238,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #587473 color. Also use rgb(88,116,115) instead hex code.

Text Font Color

.myTextColor { color: #587473; }

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

This text font color is #587473.


Background Color

.myBgColor { background-color: #587473; }

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

This div background color is #587473.


Border color

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

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

This div border color is #587473.


Opacity

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

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

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

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

This text has shadow with #587473 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #587473 on black background.


Color preview on white background

This text has color #587473 on white background.



Black color preview on #587473 background

This text has black color on #587473 background.


White color preview on #587473 background

This text has white color on #587473 background.