COLOR #588A6D

HEX: #588A6D
RGB: (88,138,109)

Renk bilgisi

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

RGB renk modeli

#588A6D color RGB value is (88,138,109).

  • kırmız ton 88;
  • yeşil ton 138;
  • mavi ton 109.
RGB:
(88,138,109)
(35%,54%,43%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 138 of 255 = 54%
B 109 of 255 = 43%

88
138
109

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 138 + 109 = 335 (100%)
R 88 of 335 ~ 26.27%
G 138 of 335 ~ 41.19%
B 109 of 335 ~ 32.54%

%26.27
%41.19
%32.54

CMYK RENK MODELİ

#588A6D rengi CMYK tonu (36,0,21,46).

  • camgöbeği tonu 36.23%
  • eflatun tonu 0.00%
  • sarı tonu 21.01%
  • ana renk tonu 45.88%
CMYK:
(36,0,21,46)
C36M0Y21K46 
(36%,0%,21%,46%)
(0.36/0.00/0.21/0.46)	

CMYK yüzdeleri

%36.23
%0
%21.01
%45.88

Codes

Color #588A6D in popluar color models

588A6D
RGB88138109
HSL145°22.12%44.31%
HSB/HSV145°36.23%54.12%
CMYK36.23%0.00%21.01%
45.88%

Color #588A6D in popluar number systems.

HEX588A6D
Decimal88138109
Binary1011000100010101101101
Octal130212155

Shades and tints

Shades of #588A6D

#588A6D
(88,138,109)
#507E64
(80,126,100)
#48725B
(72,114,91)
#406652
(64,102,82)
#385A49
(56,90,73)
#304E40
(48,78,64)
#284237
(40,66,55)
#20362E
(32,54,46)
#182A25
(24,42,37)
#101E1C
(16,30,28)
#081213
(8,18,19)
#000000
(0,0,0)

Tints of #588A6D

#588A6D
(88,138,109)
#67947A
(103,148,122)
#769E87
(118,158,135)
#85A894
(133,168,148)
#94B2A1
(148,178,161)
#A3BCAE
(163,188,174)
#B2C6BB
(178,198,187)
#C1D0C8
(193,208,200)
#D0DAD5
(208,218,213)
#DFE4E2
(223,228,226)
#EEEEEF
(238,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #588A6D color. Also use rgb(88,138,109) instead hex code.

Text Font Color

.myTextColor { color: #588A6D; }

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

This text font color is #588A6D.


Background Color

.myBgColor { background-color: #588A6D; }

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

This div background color is #588A6D.


Border color

.myBorderColor { border: 1px solid #588A6D; }

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

This div border color is #588A6D.


Opacity

.myOpacity80 { color: #588A6D; opacity: 0.8; }

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

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

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

This text has shadow with #588A6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #588A6D on black background.


Color preview on white background

This text has color #588A6D on white background.



Black color preview on #588A6D background

This text has black color on #588A6D background.


White color preview on #588A6D background

This text has white color on #588A6D background.