COLOR #58BD5C

HEX: #58BD5C RGB: (88,189,92)

Color info

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

RGB color model

#58BD5C color RGB value is (88,189,92).

RGB: (88,189,92) (35%, 74%, 36%)

RGB channels and saturation

R 88 of 255 = 35%
G 189 of 255 = 74%
B 92 of 255 = 36%

88
189
92

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

Portions of RGB colors in percentages

R + G + B = 88 + 189 + 92 = 369 (100%)
R 88 of 369 ~ 23.85%
G 189 of 369 ~ 51.22%
B 92 of 369 ~ 24.93'%

%23.85
%51.22
%24.93

CMYK color model

#58BD5C color CMYK value is (53,0,51,26).

  • cyan value is 53.44%
  • magenta value is 0.00%
  • yellow value is 51.32%
  • key color value is 25.88%

CMYK: (53,0,51,26)
C53M0Y51K26 (53%, 0%, 51%, 26%)
(0.53 / 0.00 / 0.51 / 0.26)

CMYK percentages

%53.44
%0
%51.32
%25.88

Codes

Color #58BD5C in popluar color models

58 BD 5C
RGB 88 189 92
HSL 122° 43.35% 54.31%
HSB/HSV 122° 53.44% 74.12%
CMYK 53.44% 0.00% 51.32%
25.88%

Color #58BD5C in popluar number systems.

HEX 58 BD 5C
Decimal 88 189 92
Binary 1011000 10111101 1011100
Octal 130 275 134

Shades and tints

Shades of #58BD5C

#58BD5C
(88,189,92)
#50AC54
(80,172,84)
#489B4C
(72,155,76)
#408A44
(64,138,68)
#38793C
(56,121,60)
#306834
(48,104,52)
#28572C
(40,87,44)
#204624
(32,70,36)
#18351C
(24,53,28)
#102414
(16,36,20)
#08130C
(8,19,12)
#000000
(0,0,0)

Tints of #58BD5C

#58BD5C
(88,189,92)
#67C36A
(103,195,106)
#76C978
(118,201,120)
#85CF86
(133,207,134)
#94D594
(148,213,148)
#A3DBA2
(163,219,162)
#B2E1B0
(178,225,176)
#C1E7BE
(193,231,190)
#D0EDCC
(208,237,204)
#DFF3DA
(223,243,218)
#EEF9E8
(238,249,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58BD5C; }

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

This text font color is #58BD5C.

Background Color

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

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

This div background color is #58BD5C.

Border color

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

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

This div border color is #58BD5C.

Opacity

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

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

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

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

This text has shadow with #58BD5C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #58BD5C.

Preview

Color preview on black background

This text has color #58BD5C on black background.


Color preview on white background

This text has color #58BD5C on white background.


Black color preview on #58BD5C background

This text has black color on #58BD5C background.


White color preview on #58BD5C background

This text has white color on #58BD5C background.


Related colors

Complementary color

Complementary color for #hex is #A742A3.


I love getcolorcode.com

Triadic colors

1 #5C58BD and #BD5C58 with #58BD5C are triadic colors.

2 #5CBD58 and #BD585C with #58BD5C are triadic colors.