COLOR #58907A

HEX: #58907A
RGB: (88,144,122)

Color info

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

RGB color model

#58907A color RGB value is (88,144,122).

  • red value is 88;
  • green value is 144;
  • blue value is 122.
RGB:
(88,144,122)
(35%,56%,48%)

RGB channels and saturation

R 88 of 255 = 35%
G 144 of 255 = 56%
B 122 of 255 = 48%

88
144
122

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

Portions of RGB colors in percentages

R + G + B =
88 + 144 + 122 = 354 (100%)
R 88 of 354 ~ 24.86%
G 144 of 354 ~ 40.68%
B 122 of 354 ~ 34.46%

%24.86
%40.68
%34.46

CMYK color model

#58907A color CMYK value is (39,0,15,44).

  • cyan value is 38.89%
  • magenta value is 0.00%
  • yellow value is 15.28%
  • key color value is 43.53%
CMYK:
(39,0,15,44)
C39M0Y15K44 
(39%,0%,15%,44%)
(0.39/0.00/0.15/0.44)	

CMYK percentages

%38.89
%0
%15.28
%43.53

Codes

Color #58907A in popluar color models

58907A
RGB88144122
HSL156°24.14%45.49%
HSB/HSV156°38.89%56.47%
CMYK38.89%0.00%15.28%
43.53%

Color #58907A in popluar number systems.

HEX58907A
Decimal88144122
Binary1011000100100001111010
Octal130220172

Shades and tints

Shades of #58907A

#58907A
(88,144,122)
#50836F
(80,131,111)
#487664
(72,118,100)
#406959
(64,105,89)
#385C4E
(56,92,78)
#304F43
(48,79,67)
#284238
(40,66,56)
#20352D
(32,53,45)
#182822
(24,40,34)
#101B17
(16,27,23)
#080E0C
(8,14,12)
#000000
(0,0,0)

Tints of #58907A

#58907A
(88,144,122)
#679A86
(103,154,134)
#76A492
(118,164,146)
#85AE9E
(133,174,158)
#94B8AA
(148,184,170)
#A3C2B6
(163,194,182)
#B2CCC2
(178,204,194)
#C1D6CE
(193,214,206)
#D0E0DA
(208,224,218)
#DFEAE6
(223,234,230)
#EEF4F2
(238,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58907A color. Also use rgb(88,144,122) instead hex code.

Text Font Color

.myTextColor { color: #58907A; }

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

This text font color is #58907A.


Background Color

.myBgColor { background-color: #58907A; }

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

This div background color is #58907A.


Border color

.myBorderColor { border: 1px solid #58907A; }

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

This div border color is #58907A.


Opacity

.myOpacity80 { color: #58907A; opacity: 0.8; }

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

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

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

This text has shadow with #58907A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58907A on black background.


Color preview on white background

This text has color #58907A on white background.



Black color preview on #58907A background

This text has black color on #58907A background.


White color preview on #58907A background

This text has white color on #58907A background.