COLOR #588378

HEX: #588378
RGB: (88,131,120)

Color info

#588378 contains red, green and blue colors in about the same proportion. Web safe color of #588378 is #669966 (or #696).

RGB color model

#588378 color RGB value is (88,131,120).

  • red value is 88;
  • green value is 131;
  • blue value is 120.
RGB:
(88,131,120)
(35%,51%,47%)

RGB channels and saturation

R 88 of 255 = 35%
G 131 of 255 = 51%
B 120 of 255 = 47%

88
131
120

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

Portions of RGB colors in percentages

R + G + B =
88 + 131 + 120 = 339 (100%)
R 88 of 339 ~ 25.96%
G 131 of 339 ~ 38.64%
B 120 of 339 ~ 35.4%

%25.96
%38.64
%35.4

CMYK color model

#588378 color CMYK value is (33,0,8,49).

  • cyan value is 32.82%
  • magenta value is 0.00%
  • yellow value is 8.40%
  • key color value is 48.63%
CMYK:
(33,0,8,49)
C33M0Y8K49 
(33%,0%,8%,49%)
(0.33/0.00/0.08/0.49)	

CMYK percentages

%32.82
%0
%8.4
%48.63

Codes

Color #588378 in popluar color models

588378
RGB88131120
HSL165°19.63%42.94%
HSB/HSV165°32.82%51.37%
CMYK32.82%0.00%8.40%
48.63%

Color #588378 in popluar number systems.

HEX588378
Decimal88131120
Binary1011000100000111111000
Octal130203170

Shades and tints

Shades of #588378

#588378
(88,131,120)
#50786E
(80,120,110)
#486D64
(72,109,100)
#40625A
(64,98,90)
#385750
(56,87,80)
#304C46
(48,76,70)
#28413C
(40,65,60)
#203632
(32,54,50)
#182B28
(24,43,40)
#10201E
(16,32,30)
#081514
(8,21,20)
#000000
(0,0,0)

Tints of #588378

#588378
(88,131,120)
#678E84
(103,142,132)
#769990
(118,153,144)
#85A49C
(133,164,156)
#94AFA8
(148,175,168)
#A3BAB4
(163,186,180)
#B2C5C0
(178,197,192)
#C1D0CC
(193,208,204)
#D0DBD8
(208,219,216)
#DFE6E4
(223,230,228)
#EEF1F0
(238,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #588378; }

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

This text font color is #588378.


Background Color

.myBgColor { background-color: #588378; }

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

This div background color is #588378.


Border color

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

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

This div border color is #588378.


Opacity

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

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

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

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

This text has shadow with #588378 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #588378 on black background.


Color preview on white background

This text has color #588378 on white background.



Black color preview on #588378 background

This text has black color on #588378 background.


White color preview on #588378 background

This text has white color on #588378 background.