COLOR #58963F

HEX: #58963F RGB: (88,150,63)

Color info

#58963F contains mainly green color. Web safe color of #58963F is #669933 (or #693).

RGB color model

#58963F color RGB value is (88,150,63).

RGB: (88,150,63) (35%, 59%, 25%)

RGB channels and saturation

R 88 of 255 = 35%
G 150 of 255 = 59%
B 63 of 255 = 25%

88
150
63

R + G + B ~ 40%. #58963F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 88 + 150 + 63 = 301 (100%)
R 88 of 301 ~ 29.24%
G 150 of 301 ~ 49.83%
B 63 of 301 ~ 20.93'%

%29.24
%49.83
%20.93

CMYK color model

#58963F color CMYK value is (41,0,58,41).

  • cyan value is 41.33%
  • magenta value is 0.00%
  • yellow value is 58.00%
  • key color value is 41.18%

CMYK: (41,0,58,41)
C41M0Y58K41 (41%, 0%, 58%, 41%)
(0.41 / 0.00 / 0.58 / 0.41)

CMYK percentages

%41.33
%0
%58
%41.18

Codes

Color #58963F in popluar color models

58 96 3F
RGB 88 150 63
HSL 103° 40.85% 41.76%
HSB/HSV 103° 58.00% 58.82%
CMYK 41.33% 0.00% 58.00%
41.18%

Color #58963F in popluar number systems.

HEX 58 96 3F
Decimal 88 150 63
Binary 1011000 10010110 111111
Octal 130 226 77

Shades and tints

Shades of #58963F

#58963F
(88,150,63)
#50893A
(80,137,58)
#487C35
(72,124,53)
#406F30
(64,111,48)
#38622B
(56,98,43)
#305526
(48,85,38)
#284821
(40,72,33)
#203B1C
(32,59,28)
#182E17
(24,46,23)
#102112
(16,33,18)
#08140D
(8,20,13)
#000000
(0,0,0)

Tints of #58963F

#58963F
(88,150,63)
#679F50
(103,159,80)
#76A861
(118,168,97)
#85B172
(133,177,114)
#94BA83
(148,186,131)
#A3C394
(163,195,148)
#B2CCA5
(178,204,165)
#C1D5B6
(193,213,182)
#D0DEC7
(208,222,199)
#DFE7D8
(223,231,216)
#EEF0E9
(238,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58963F color. Also use rgb(88,150,63) instead hex code.

Text Font Color

.myTextColor { color: #58963F; }

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

This text font color is #58963F.

Background Color

.myBgColor { background-color: #58963F; }

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

This div background color is #58963F.

Border color

.myBorderColor { border: 1px solid #58963F; }

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

This div border color is #58963F.

Opacity

.myOpacity80 { color: #58963F; opacity: 0.8; }

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

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

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

This text has shadow with #58963F color.


.textShadow {text-shadow: 3px 3px 1px #58963F', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #58963F; -webkit-box-shadow: 1px 1px 3px 2px #58963F; box-shadow:1px 1px 3px 2px #58963F;">
Div content here
</div>

This div box has shadow with color #58963F.

Preview

Color preview on black background

This text has color #58963F on black background.


Color preview on white background

This text has color #58963F on white background.


Black color preview on #58963F background

This text has black color on #58963F background.


White color preview on #58963F background

This text has white color on #58963F background.


Related colors

Complementary color

Complementary color for #hex is #A769C0.


I love getcolorcode.com

Triadic colors

1 #3F5896 and #963F58 with #58963F are triadic colors.

2 #3F9658 and #96583F with #58963F are triadic colors.