COLOR #588071

HEX: #588071
RGB: (88,128,113)

Renk bilgisi

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

RGB renk modeli

#588071 color RGB value is (88,128,113).

  • kırmız ton 88;
  • yeşil ton 128;
  • mavi ton 113.
RGB:
(88,128,113)
(35%,50%,44%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 128 of 255 = 50%
B 113 of 255 = 44%

88
128
113

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 128 + 113 = 329 (100%)
R 88 of 329 ~ 26.75%
G 128 of 329 ~ 38.91%
B 113 of 329 ~ 34.35%

%26.75
%38.91
%34.35

CMYK RENK MODELİ

#588071 rengi CMYK tonu (31,0,12,50).

  • camgöbeği tonu 31.25%
  • eflatun tonu 0.00%
  • sarı tonu 11.72%
  • ana renk tonu 49.80%
CMYK:
(31,0,12,50)
C31M0Y12K50 
(31%,0%,12%,50%)
(0.31/0.00/0.12/0.50)	

CMYK yüzdeleri

%31.25
%0
%11.72
%49.8

Codes

Color #588071 in popluar color models

588071
RGB88128113
HSL158°18.52%42.35%
HSB/HSV158°31.25%50.20%
CMYK31.25%0.00%11.72%
49.80%

Color #588071 in popluar number systems.

HEX588071
Decimal88128113
Binary1011000100000001110001
Octal130200161

Shades and tints

Shades of #588071

#588071
(88,128,113)
#507567
(80,117,103)
#486A5D
(72,106,93)
#405F53
(64,95,83)
#385449
(56,84,73)
#30493F
(48,73,63)
#283E35
(40,62,53)
#20332B
(32,51,43)
#182821
(24,40,33)
#101D17
(16,29,23)
#08120D
(8,18,13)
#000000
(0,0,0)

Tints of #588071

#588071
(88,128,113)
#678B7D
(103,139,125)
#769689
(118,150,137)
#85A195
(133,161,149)
#94ACA1
(148,172,161)
#A3B7AD
(163,183,173)
#B2C2B9
(178,194,185)
#C1CDC5
(193,205,197)
#D0D8D1
(208,216,209)
#DFE3DD
(223,227,221)
#EEEEE9
(238,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #588071 color. Also use rgb(88,128,113) instead hex code.

Text Font Color

.myTextColor { color: #588071; }

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

This text font color is #588071.


Background Color

.myBgColor { background-color: #588071; }

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

This div background color is #588071.


Border color

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

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

This div border color is #588071.


Opacity

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

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

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

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

This text has shadow with #588071 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #588071 on black background.


Color preview on white background

This text has color #588071 on white background.



Black color preview on #588071 background

This text has black color on #588071 background.


White color preview on #588071 background

This text has white color on #588071 background.