COLOR #587982

HEX: #587982
RGB: (88,121,130)

Renk bilgisi

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

RGB renk modeli

#587982 color RGB value is (88,121,130).

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

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 121 of 255 = 47%
B 130 of 255 = 51%

88
121
130

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 121 + 130 = 339 (100%)
R 88 of 339 ~ 25.96%
G 121 of 339 ~ 35.69%
B 130 of 339 ~ 38.35%

%25.96
%35.69
%38.35

CMYK RENK MODELİ

#587982 rengi CMYK tonu (32,7,0,49).

  • camgöbeği tonu 32.31%
  • eflatun tonu 6.92%
  • sarı tonu 0.00%
  • ana renk tonu 49.02%
CMYK:
(32,7,0,49)
C32M7Y0K49 
(32%,7%,0%,49%)
(0.32/0.07/0.00/0.49)	

CMYK yüzdeleri

%32.31
%6.92
%0
%49.02

Codes

Color #587982 in popluar color models

587982
RGB88121130
HSL193°19.27%42.75%
HSB/HSV193°32.31%50.98%
CMYK32.31%6.92%0.00%
49.02%

Color #587982 in popluar number systems.

HEX587982
Decimal88121130
Binary1011000111100110000010
Octal130171202

Shades and tints

Shades of #587982

#587982
(88,121,130)
#506E77
(80,110,119)
#48636C
(72,99,108)
#405861
(64,88,97)
#384D56
(56,77,86)
#30424B
(48,66,75)
#283740
(40,55,64)
#202C35
(32,44,53)
#18212A
(24,33,42)
#10161F
(16,22,31)
#080B14
(8,11,20)
#000000
(0,0,0)

Tints of #587982

#587982
(88,121,130)
#67858D
(103,133,141)
#769198
(118,145,152)
#859DA3
(133,157,163)
#94A9AE
(148,169,174)
#A3B5B9
(163,181,185)
#B2C1C4
(178,193,196)
#C1CDCF
(193,205,207)
#D0D9DA
(208,217,218)
#DFE5E5
(223,229,229)
#EEF1F0
(238,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #587982; }

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

This text font color is #587982.


Background Color

.myBgColor { background-color: #587982; }

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

This div background color is #587982.


Border color

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

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

This div border color is #587982.


Opacity

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

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

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

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

This text has shadow with #587982 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #587982 on black background.


Color preview on white background

This text has color #587982 on white background.



Black color preview on #587982 background

This text has black color on #587982 background.


White color preview on #587982 background

This text has white color on #587982 background.