COLOR #587471

HEX: #587471
RGB: (88,116,113)

Renk bilgisi

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

RGB renk modeli

#587471 color RGB value is (88,116,113).

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

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 116 of 255 = 45%
B 113 of 255 = 44%

88
116
113

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 116 + 113 = 317 (100%)
R 88 of 317 ~ 27.76%
G 116 of 317 ~ 36.59%
B 113 of 317 ~ 35.65%

%27.76
%36.59
%35.65

CMYK RENK MODELİ

#587471 rengi CMYK tonu (24,0,3,55).

  • camgöbeği tonu 24.14%
  • eflatun tonu 0.00%
  • sarı tonu 2.59%
  • ana renk tonu 54.51%
CMYK:
(24,0,3,55)
C24M0Y3K55 
(24%,0%,3%,55%)
(0.24/0.00/0.03/0.55)	

CMYK yüzdeleri

%24.14
%0
%2.59
%54.51

Codes

Color #587471 in popluar color models

587471
RGB88116113
HSL174°13.73%40.00%
HSB/HSV174°24.14%45.49%
CMYK24.14%0.00%2.59%
54.51%

Color #587471 in popluar number systems.

HEX587471
Decimal88116113
Binary101100011101001110001
Octal130164161

Shades and tints

Shades of #587471

#587471
(88,116,113)
#506A67
(80,106,103)
#48605D
(72,96,93)
#405653
(64,86,83)
#384C49
(56,76,73)
#30423F
(48,66,63)
#283835
(40,56,53)
#202E2B
(32,46,43)
#182421
(24,36,33)
#101A17
(16,26,23)
#08100D
(8,16,13)
#000000
(0,0,0)

Tints of #587471

#587471
(88,116,113)
#67807D
(103,128,125)
#768C89
(118,140,137)
#859895
(133,152,149)
#94A4A1
(148,164,161)
#A3B0AD
(163,176,173)
#B2BCB9
(178,188,185)
#C1C8C5
(193,200,197)
#D0D4D1
(208,212,209)
#DFE0DD
(223,224,221)
#EEECE9
(238,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #587471; }

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

This text font color is #587471.


Background Color

.myBgColor { background-color: #587471; }

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

This div background color is #587471.


Border color

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

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

This div border color is #587471.


Opacity

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

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

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

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

This text has shadow with #587471 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #587471 on black background.


Color preview on white background

This text has color #587471 on white background.



Black color preview on #587471 background

This text has black color on #587471 background.


White color preview on #587471 background

This text has white color on #587471 background.