COLOR #58947D

HEX: #58947D
RGB: (88,148,125)

Color info

#58947D contains mainly green and blue colors. Web safe color of #58947D is #669966 (or #696).

RGB color model

#58947D color RGB value is (88,148,125).

  • red value is 88;
  • green value is 148;
  • blue value is 125.
RGB:
(88,148,125)
(35%,58%,49%)

RGB channels and saturation

R 88 of 255 = 35%
G 148 of 255 = 58%
B 125 of 255 = 49%

88
148
125

R + G + B ~ 47%. #58947D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
88 + 148 + 125 = 361 (100%)
R 88 of 361 ~ 24.38%
G 148 of 361 ~ 41%
B 125 of 361 ~ 34.63%

%24.38
%41
%34.63

CMYK color model

#58947D color CMYK value is (41,0,16,42).

  • cyan value is 40.54%
  • magenta value is 0.00%
  • yellow value is 15.54%
  • key color value is 41.96%
CMYK:
(41,0,16,42)
C41M0Y16K42 
(41%,0%,16%,42%)
(0.41/0.00/0.16/0.42)	

CMYK percentages

%40.54
%0
%15.54
%41.96

Codes

Color #58947D in popluar color models

58947D
RGB88148125
HSL157°25.42%46.27%
HSB/HSV157°40.54%58.04%
CMYK40.54%0.00%15.54%
41.96%

Color #58947D in popluar number systems.

HEX58947D
Decimal88148125
Binary1011000100101001111101
Octal130224175

Shades and tints

Shades of #58947D

#58947D
(88,148,125)
#508772
(80,135,114)
#487A67
(72,122,103)
#406D5C
(64,109,92)
#386051
(56,96,81)
#305346
(48,83,70)
#28463B
(40,70,59)
#203930
(32,57,48)
#182C25
(24,44,37)
#101F1A
(16,31,26)
#08120F
(8,18,15)
#000000
(0,0,0)

Tints of #58947D

#58947D
(88,148,125)
#679D88
(103,157,136)
#76A693
(118,166,147)
#85AF9E
(133,175,158)
#94B8A9
(148,184,169)
#A3C1B4
(163,193,180)
#B2CABF
(178,202,191)
#C1D3CA
(193,211,202)
#D0DCD5
(208,220,213)
#DFE5E0
(223,229,224)
#EEEEEB
(238,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58947D color. Also use rgb(88,148,125) instead hex code.

Text Font Color

.myTextColor { color: #58947D; }

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

This text font color is #58947D.


Background Color

.myBgColor { background-color: #58947D; }

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

This div background color is #58947D.


Border color

.myBorderColor { border: 1px solid #58947D; }

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

This div border color is #58947D.


Opacity

.myOpacity80 { color: #58947D; opacity: 0.8; }

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

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

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

This text has shadow with #58947D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58947D on black background.


Color preview on white background

This text has color #58947D on white background.



Black color preview on #58947D background

This text has black color on #58947D background.


White color preview on #58947D background

This text has white color on #58947D background.