COLOR #587464

HEX: #587464
RGB: (88,116,100)

Renk bilgisi

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

RGB renk modeli

#587464 color RGB value is (88,116,100).

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

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 116 of 255 = 45%
B 100 of 255 = 39%

88
116
100

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 116 + 100 = 304 (100%)
R 88 of 304 ~ 28.95%
G 116 of 304 ~ 38.16%
B 100 of 304 ~ 32.89%

%28.95
%38.16
%32.89

CMYK RENK MODELİ

#587464 rengi CMYK tonu (24,0,14,55).

  • camgöbeği tonu 24.14%
  • eflatun tonu 0.00%
  • sarı tonu 13.79%
  • ana renk tonu 54.51%
CMYK:
(24,0,14,55)
C24M0Y14K55 
(24%,0%,14%,55%)
(0.24/0.00/0.14/0.55)	

CMYK yüzdeleri

%24.14
%0
%13.79
%54.51

Codes

Color #587464 in popluar color models

587464
RGB88116100
HSL146°13.73%40.00%
HSB/HSV146°24.14%45.49%
CMYK24.14%0.00%13.79%
54.51%

Color #587464 in popluar number systems.

HEX587464
Decimal88116100
Binary101100011101001100100
Octal130164144

Shades and tints

Shades of #587464

#587464
(88,116,100)
#506A5B
(80,106,91)
#486052
(72,96,82)
#405649
(64,86,73)
#384C40
(56,76,64)
#304237
(48,66,55)
#28382E
(40,56,46)
#202E25
(32,46,37)
#18241C
(24,36,28)
#101A13
(16,26,19)
#08100A
(8,16,10)
#000000
(0,0,0)

Tints of #587464

#587464
(88,116,100)
#678072
(103,128,114)
#768C80
(118,140,128)
#85988E
(133,152,142)
#94A49C
(148,164,156)
#A3B0AA
(163,176,170)
#B2BCB8
(178,188,184)
#C1C8C6
(193,200,198)
#D0D4D4
(208,212,212)
#DFE0E2
(223,224,226)
#EEECF0
(238,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #587464; }

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

This text font color is #587464.


Background Color

.myBgColor { background-color: #587464; }

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

This div background color is #587464.


Border color

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

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

This div border color is #587464.


Opacity

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

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

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

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

This text has shadow with #587464 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #587464 on black background.


Color preview on white background

This text has color #587464 on white background.



Black color preview on #587464 background

This text has black color on #587464 background.


White color preview on #587464 background

This text has white color on #587464 background.