COLOR #587469

HEX: #587469
RGB: (88,116,105)

Renk bilgisi

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

RGB renk modeli

#587469 color RGB value is (88,116,105).

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

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 116 of 255 = 45%
B 105 of 255 = 41%

88
116
105

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 116 + 105 = 309 (100%)
R 88 of 309 ~ 28.48%
G 116 of 309 ~ 37.54%
B 105 of 309 ~ 33.98%

%28.48
%37.54
%33.98

CMYK RENK MODELİ

#587469 rengi CMYK tonu (24,0,9,55).

  • camgöbeği tonu 24.14%
  • eflatun tonu 0.00%
  • sarı tonu 9.48%
  • ana renk tonu 54.51%
CMYK:
(24,0,9,55)
C24M0Y9K55 
(24%,0%,9%,55%)
(0.24/0.00/0.09/0.55)	

CMYK yüzdeleri

%24.14
%0
%9.48
%54.51

Codes

Color #587469 in popluar color models

587469
RGB88116105
HSL156°13.73%40.00%
HSB/HSV156°24.14%45.49%
CMYK24.14%0.00%9.48%
54.51%

Color #587469 in popluar number systems.

HEX587469
Decimal88116105
Binary101100011101001101001
Octal130164151

Shades and tints

Shades of #587469

#587469
(88,116,105)
#506A60
(80,106,96)
#486057
(72,96,87)
#40564E
(64,86,78)
#384C45
(56,76,69)
#30423C
(48,66,60)
#283833
(40,56,51)
#202E2A
(32,46,42)
#182421
(24,36,33)
#101A18
(16,26,24)
#08100F
(8,16,15)
#000000
(0,0,0)

Tints of #587469

#587469
(88,116,105)
#678076
(103,128,118)
#768C83
(118,140,131)
#859890
(133,152,144)
#94A49D
(148,164,157)
#A3B0AA
(163,176,170)
#B2BCB7
(178,188,183)
#C1C8C4
(193,200,196)
#D0D4D1
(208,212,209)
#DFE0DE
(223,224,222)
#EEECEB
(238,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #587469; }

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

This text font color is #587469.


Background Color

.myBgColor { background-color: #587469; }

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

This div background color is #587469.


Border color

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

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

This div border color is #587469.


Opacity

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

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

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

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

This text has shadow with #587469 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #587469 on black background.


Color preview on white background

This text has color #587469 on white background.



Black color preview on #587469 background

This text has black color on #587469 background.


White color preview on #587469 background

This text has white color on #587469 background.