COLOR #58945A

HEX: #58945A
RGB: (88,148,90)

Color info

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

RGB color model

#58945A color RGB value is (88,148,90).

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

RGB channels and saturation

R 88 of 255 = 35%
G 148 of 255 = 58%
B 90 of 255 = 35%

88
148
90

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

Portions of RGB colors in percentages

R + G + B =
88 + 148 + 90 = 326 (100%)
R 88 of 326 ~ 26.99%
G 148 of 326 ~ 45.4%
B 90 of 326 ~ 27.61%

%26.99
%45.4
%27.61

CMYK color model

#58945A color CMYK value is (41,0,39,42).

  • cyan value is 40.54%
  • magenta value is 0.00%
  • yellow value is 39.19%
  • key color value is 41.96%
CMYK:
(41,0,39,42)
C41M0Y39K42 
(41%,0%,39%,42%)
(0.41/0.00/0.39/0.42)	

CMYK percentages

%40.54
%0
%39.19
%41.96

Codes

Color #58945A in popluar color models

58945A
RGB8814890
HSL122°25.42%46.27%
HSB/HSV122°40.54%58.04%
CMYK40.54%0.00%39.19%
41.96%

Color #58945A in popluar number systems.

HEX58945A
Decimal8814890
Binary1011000100101001011010
Octal130224132

Shades and tints

Shades of #58945A

#58945A
(88,148,90)
#508752
(80,135,82)
#487A4A
(72,122,74)
#406D42
(64,109,66)
#38603A
(56,96,58)
#305332
(48,83,50)
#28462A
(40,70,42)
#203922
(32,57,34)
#182C1A
(24,44,26)
#101F12
(16,31,18)
#08120A
(8,18,10)
#000000
(0,0,0)

Tints of #58945A

#58945A
(88,148,90)
#679D69
(103,157,105)
#76A678
(118,166,120)
#85AF87
(133,175,135)
#94B896
(148,184,150)
#A3C1A5
(163,193,165)
#B2CAB4
(178,202,180)
#C1D3C3
(193,211,195)
#D0DCD2
(208,220,210)
#DFE5E1
(223,229,225)
#EEEEF0
(238,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58945A color. Also use rgb(88,148,90) instead hex code.

Text Font Color

.myTextColor { color: #58945A; }

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

This text font color is #58945A.


Background Color

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

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

This div background color is #58945A.


Border color

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

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

This div border color is #58945A.


Opacity

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

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

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

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

This text has shadow with #58945A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58945A on black background.


Color preview on white background

This text has color #58945A on white background.



Black color preview on #58945A background

This text has black color on #58945A background.


White color preview on #58945A background

This text has white color on #58945A background.