COLOR #588471

HEX: #588471
RGB: (88,132,113)

Renk bilgisi

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

RGB renk modeli

#588471 color RGB value is (88,132,113).

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

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 132 of 255 = 52%
B 113 of 255 = 44%

88
132
113

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 132 + 113 = 333 (100%)
R 88 of 333 ~ 26.43%
G 132 of 333 ~ 39.64%
B 113 of 333 ~ 33.93%

%26.43
%39.64
%33.93

CMYK RENK MODELİ

#588471 rengi CMYK tonu (33,0,14,48).

  • camgöbeği tonu 33.33%
  • eflatun tonu 0.00%
  • sarı tonu 14.39%
  • ana renk tonu 48.24%
CMYK:
(33,0,14,48)
C33M0Y14K48 
(33%,0%,14%,48%)
(0.33/0.00/0.14/0.48)	

CMYK yüzdeleri

%33.33
%0
%14.39
%48.24

Codes

Color #588471 in popluar color models

588471
RGB88132113
HSL154°20.00%43.14%
HSB/HSV154°33.33%51.76%
CMYK33.33%0.00%14.39%
48.24%

Color #588471 in popluar number systems.

HEX588471
Decimal88132113
Binary1011000100001001110001
Octal130204161

Shades and tints

Shades of #588471

#588471
(88,132,113)
#507867
(80,120,103)
#486C5D
(72,108,93)
#406053
(64,96,83)
#385449
(56,84,73)
#30483F
(48,72,63)
#283C35
(40,60,53)
#20302B
(32,48,43)
#182421
(24,36,33)
#101817
(16,24,23)
#080C0D
(8,12,13)
#000000
(0,0,0)

Tints of #588471

#588471
(88,132,113)
#678F7D
(103,143,125)
#769A89
(118,154,137)
#85A595
(133,165,149)
#94B0A1
(148,176,161)
#A3BBAD
(163,187,173)
#B2C6B9
(178,198,185)
#C1D1C5
(193,209,197)
#D0DCD1
(208,220,209)
#DFE7DD
(223,231,221)
#EEF2E9
(238,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #588471; }

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

This text font color is #588471.


Background Color

.myBgColor { background-color: #588471; }

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

This div background color is #588471.


Border color

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

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

This div border color is #588471.


Opacity

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

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

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

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

This text has shadow with #588471 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #588471 on black background.


Color preview on white background

This text has color #588471 on white background.



Black color preview on #588471 background

This text has black color on #588471 background.


White color preview on #588471 background

This text has white color on #588471 background.