COLOR #00587D

HEX: #00587D
RGB: (0,88,125)

Renk bilgisi

#00587D contains only green and blue colors. #00587D ‘ nin web güvenlik rengi #006666 (ya da #066) dir.

RGB renk modeli

#00587D color RGB value is (0,88,125).

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

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 88 of 255 = 35%
B 125 of 255 = 49%

0
88
125

R + G + B ~ 28%. #00587D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 88 + 125 = 213 (100%)
R 0 of 213 ~ 0%
G 88 of 213 ~ 41.31%
B 125 of 213 ~ 58.69%

%41.31
%58.69

CMYK RENK MODELİ

#00587D rengi CMYK tonu (100,30,0,51).

  • camgöbeği tonu 100.00%
  • eflatun tonu 29.60%
  • sarı tonu 0.00%
  • ana renk tonu 50.98%
CMYK:
(100,30,0,51)
C100M30Y0K51 
(100%,30%,0%,51%)
(1.00/0.30/0.00/0.51)	

CMYK yüzdeleri

%100
%29.6
%0
%50.98

Codes

Color #00587D in popluar color models

00587D
RGB088125
HSL198°100.00%24.51%
HSB/HSV198°100.00%49.02%
CMYK100.00%29.60%0.00%
50.98%

Color #00587D in popluar number systems.

HEX00587D
Decimal088125
Binary010110001111101
Octal0130175

Shades and tints

Shades of #00587D

#00587D
(0,88,125)
#005072
(0,80,114)
#004867
(0,72,103)
#00405C
(0,64,92)
#003851
(0,56,81)
#003046
(0,48,70)
#00283B
(0,40,59)
#002030
(0,32,48)
#001825
(0,24,37)
#00101A
(0,16,26)
#00080F
(0,8,15)
#000000
(0,0,0)

Tints of #00587D

#00587D
(0,88,125)
#176788
(23,103,136)
#2E7693
(46,118,147)
#45859E
(69,133,158)
#5C94A9
(92,148,169)
#73A3B4
(115,163,180)
#8AB2BF
(138,178,191)
#A1C1CA
(161,193,202)
#B8D0D5
(184,208,213)
#CFDFE0
(207,223,224)
#E6EEEB
(230,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00587D color. Also use rgb(0,88,125) instead hex code.

Text Font Color

.myTextColor { color: #00587D; }

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

This text font color is #00587D.


Background Color

.myBgColor { background-color: #00587D; }

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

This div background color is #00587D.


Border color

.myBorderColor { border: 1px solid #00587D; }

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

This div border color is #00587D.


Opacity

.myOpacity80 { color: #00587D; opacity: 0.8; }

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

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

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

This text has shadow with #00587D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00587D on black background.


Color preview on white background

This text has color #00587D on white background.



Black color preview on #00587D background

This text has black color on #00587D background.


White color preview on #00587D background

This text has white color on #00587D background.