COLOR #58963C

HEX: #58963C
RGB: (88,150,60)

Color info

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

RGB color model

#58963C color RGB value is (88,150,60).

  • red value is 88;
  • green value is 150;
  • blue value is 60.
RGB:
(88,150,60)
(35%,59%,24%)

RGB channels and saturation

R 88 of 255 = 35%
G 150 of 255 = 59%
B 60 of 255 = 24%

88
150
60

R + G + B ~ 39%. #58963C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 150 + 60 = 298 (100%)
R 88 of 298 ~ 29.53%
G 150 of 298 ~ 50.34%
B 60 of 298 ~ 20.13%

%29.53
%50.34
%20.13

CMYK color model

#58963C color CMYK value is (41,0,60,41).

  • cyan value is 41.33%
  • magenta value is 0.00%
  • yellow value is 60.00%
  • key color value is 41.18%
CMYK:
(41,0,60,41)
C41M0Y60K41 
(41%,0%,60%,41%)
(0.41/0.00/0.60/0.41)	

CMYK percentages

%41.33
%0
%60
%41.18

Codes

Color #58963C in popluar color models

58963C
RGB8815060
HSL101°42.86%41.18%
HSB/HSV101°60.00%58.82%
CMYK41.33%0.00%60.00%
41.18%

Color #58963C in popluar number systems.

HEX58963C
Decimal8815060
Binary101100010010110111100
Octal13022674

Shades and tints

Shades of #58963C

#58963C
(88,150,60)
#508937
(80,137,55)
#487C32
(72,124,50)
#406F2D
(64,111,45)
#386228
(56,98,40)
#305523
(48,85,35)
#28481E
(40,72,30)
#203B19
(32,59,25)
#182E14
(24,46,20)
#10210F
(16,33,15)
#08140A
(8,20,10)
#000000
(0,0,0)

Tints of #58963C

#58963C
(88,150,60)
#679F4D
(103,159,77)
#76A85E
(118,168,94)
#85B16F
(133,177,111)
#94BA80
(148,186,128)
#A3C391
(163,195,145)
#B2CCA2
(178,204,162)
#C1D5B3
(193,213,179)
#D0DEC4
(208,222,196)
#DFE7D5
(223,231,213)
#EEF0E6
(238,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58963C; }

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

This text font color is #58963C.


Background Color

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

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

This div background color is #58963C.


Border color

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

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

This div border color is #58963C.


Opacity

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

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

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

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

This text has shadow with #58963C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58963C on black background.


Color preview on white background

This text has color #58963C on white background.



Black color preview on #58963C background

This text has black color on #58963C background.


White color preview on #58963C background

This text has white color on #58963C background.