COLOR #58B55C

HEX: #58B55C RGB: (88,181,92)

Color info

#58B55C contains mainly green color. Web safe color of #58B55C is #66CC66 (or #6C6).

RGB color model

#58B55C color RGB value is (88,181,92).

RGB: (88,181,92) (35%, 71%, 36%)

RGB channels and saturation

R 88 of 255 = 35%
G 181 of 255 = 71%
B 92 of 255 = 36%

88
181
92

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

Portions of RGB colors in percentages

R + G + B = 88 + 181 + 92 = 361 (100%)
R 88 of 361 ~ 24.38%
G 181 of 361 ~ 50.14%
B 92 of 361 ~ 25.48'%

%24.38
%50.14
%25.48

CMYK color model

#58B55C color CMYK value is (51,0,49,29).

  • cyan value is 51.38%
  • magenta value is 0.00%
  • yellow value is 49.17%
  • key color value is 29.02%

CMYK: (51,0,49,29)
C51M0Y49K29 (51%, 0%, 49%, 29%)
(0.51 / 0.00 / 0.49 / 0.29)

CMYK percentages

%51.38
%0
%49.17
%29.02

Codes

Color #58B55C in popluar color models

58 B5 5C
RGB 88 181 92
HSL 123° 38.59% 52.75%
HSB/HSV 123° 51.38% 70.98%
CMYK 51.38% 0.00% 49.17%
29.02%

Color #58B55C in popluar number systems.

HEX 58 B5 5C
Decimal 88 181 92
Binary 1011000 10110101 1011100
Octal 130 265 134

Shades and tints

Shades of #58B55C

#58B55C
(88,181,92)
#50A554
(80,165,84)
#48954C
(72,149,76)
#408544
(64,133,68)
#38753C
(56,117,60)
#306534
(48,101,52)
#28552C
(40,85,44)
#204524
(32,69,36)
#18351C
(24,53,28)
#102514
(16,37,20)
#08150C
(8,21,12)
#000000
(0,0,0)

Tints of #58B55C

#58B55C
(88,181,92)
#67BB6A
(103,187,106)
#76C178
(118,193,120)
#85C786
(133,199,134)
#94CD94
(148,205,148)
#A3D3A2
(163,211,162)
#B2D9B0
(178,217,176)
#C1DFBE
(193,223,190)
#D0E5CC
(208,229,204)
#DFEBDA
(223,235,218)
#EEF1E8
(238,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58B55C color. Also use rgb(88,181,92) instead hex code.

Text Font Color

.myTextColor { color: #58B55C; }

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

This text font color is #58B55C.

Background Color

.myBgColor { background-color: #58B55C; }

<div style="background-color:#58B55C">Inner text</div>

This div background color is #58B55C.

Border color

.myBorderColor { border: 1px solid #58B55C; }

<div style="border:3px solid #58B55C">Div</div>

This div border color is #58B55C.

Opacity

.myOpacity80 { color: #58B55C; opacity: 0.8; }

<p style="color:#58B55C;opacity:0.8;">80%</p>

Text with #58B55C 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 #58B55C;}

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

This text has shadow with #58B55C color.


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

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

This text has shadow with #58B55C primary color and red secondary color.


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

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

This text has shadow with #58B55C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #58B55C.

Preview

Color preview on black background

This text has color #58B55C on black background.


Color preview on white background

This text has color #58B55C on white background.


Black color preview on #58B55C background

This text has black color on #58B55C background.


White color preview on #58B55C background

This text has white color on #58B55C background.


Related colors

Complementary color

Complementary color for #hex is #A74AA3.


I love getcolorcode.com

Triadic colors

1 #5C58B5 and #B55C58 with #58B55C are triadic colors.

2 #5CB558 and #B5585C with #58B55C are triadic colors.