COLOR #588483

HEX: #588483
RGB: (88,132,131)

Renk bilgisi

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

RGB renk modeli

#588483 color RGB value is (88,132,131).

  • kırmız ton 88;
  • yeşil ton 132;
  • mavi ton 131.
RGB:
(88,132,131)
(35%,52%,51%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 132 of 255 = 52%
B 131 of 255 = 51%

88
132
131

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 132 + 131 = 351 (100%)
R 88 of 351 ~ 25.07%
G 132 of 351 ~ 37.61%
B 131 of 351 ~ 37.32%

%25.07
%37.61
%37.32

CMYK RENK MODELİ

#588483 rengi CMYK tonu (33,0,1,48).

  • camgöbeği tonu 33.33%
  • eflatun tonu 0.00%
  • sarı tonu 0.76%
  • ana renk tonu 48.24%
CMYK:
(33,0,1,48)
C33M0Y1K48 
(33%,0%,1%,48%)
(0.33/0.00/0.01/0.48)	

CMYK yüzdeleri

%33.33
%0
%0.76
%48.24

Codes

Color #588483 in popluar color models

588483
RGB88132131
HSL179°20.00%43.14%
HSB/HSV179°33.33%51.76%
CMYK33.33%0.00%0.76%
48.24%

Color #588483 in popluar number systems.

HEX588483
Decimal88132131
Binary10110001000010010000011
Octal130204203

Shades and tints

Shades of #588483

#588483
(88,132,131)
#507878
(80,120,120)
#486C6D
(72,108,109)
#406062
(64,96,98)
#385457
(56,84,87)
#30484C
(48,72,76)
#283C41
(40,60,65)
#203036
(32,48,54)
#18242B
(24,36,43)
#101820
(16,24,32)
#080C15
(8,12,21)
#000000
(0,0,0)

Tints of #588483

#588483
(88,132,131)
#678F8E
(103,143,142)
#769A99
(118,154,153)
#85A5A4
(133,165,164)
#94B0AF
(148,176,175)
#A3BBBA
(163,187,186)
#B2C6C5
(178,198,197)
#C1D1D0
(193,209,208)
#D0DCDB
(208,220,219)
#DFE7E6
(223,231,230)
#EEF2F1
(238,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #588483 color. Also use rgb(88,132,131) instead hex code.

Text Font Color

.myTextColor { color: #588483; }

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

This text font color is #588483.


Background Color

.myBgColor { background-color: #588483; }

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

This div background color is #588483.


Border color

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

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

This div border color is #588483.


Opacity

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

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

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

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

This text has shadow with #588483 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #588483 on black background.


Color preview on white background

This text has color #588483 on white background.



Black color preview on #588483 background

This text has black color on #588483 background.


White color preview on #588483 background

This text has white color on #588483 background.