COLOR #58B67F

HEX: #58B67F RGB: (88,182,127)

Color info

#58B67F contains mainly green and blue colors. Web safe color of #58B67F is #66CC66 (or #6C6).

RGB color model

#58B67F color RGB value is (88,182,127).

RGB: (88,182,127) (35%, 71%, 50%)

RGB channels and saturation

R 88 of 255 = 35%
G 182 of 255 = 71%
B 127 of 255 = 50%

88
182
127

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

Portions of RGB colors in percentages

R + G + B = 88 + 182 + 127 = 397 (100%)
R 88 of 397 ~ 22.17%
G 182 of 397 ~ 45.84%
B 127 of 397 ~ 31.99'%

%22.17
%45.84
%31.99

CMYK color model

#58B67F color CMYK value is (52,0,30,29).

  • cyan value is 51.65%
  • magenta value is 0.00%
  • yellow value is 30.22%
  • key color value is 28.63%

CMYK: (52,0,30,29)
C52M0Y30K29 (52%, 0%, 30%, 29%)
(0.52 / 0.00 / 0.30 / 0.29)

CMYK percentages

%51.65
%0
%30.22
%28.63

Codes

Color #58B67F in popluar color models

58 B6 7F
RGB 88 182 127
HSL 145° 39.17% 52.94%
HSB/HSV 145° 51.65% 71.37%
CMYK 51.65% 0.00% 30.22%
28.63%

Color #58B67F in popluar number systems.

HEX 58 B6 7F
Decimal 88 182 127
Binary 1011000 10110110 1111111
Octal 130 266 177

Shades and tints

Shades of #58B67F

#58B67F
(88,182,127)
#50A674
(80,166,116)
#489669
(72,150,105)
#40865E
(64,134,94)
#387653
(56,118,83)
#306648
(48,102,72)
#28563D
(40,86,61)
#204632
(32,70,50)
#183627
(24,54,39)
#10261C
(16,38,28)
#081611
(8,22,17)
#000000
(0,0,0)

Tints of #58B67F

#58B67F
(88,182,127)
#67BC8A
(103,188,138)
#76C295
(118,194,149)
#85C8A0
(133,200,160)
#94CEAB
(148,206,171)
#A3D4B6
(163,212,182)
#B2DAC1
(178,218,193)
#C1E0CC
(193,224,204)
#D0E6D7
(208,230,215)
#DFECE2
(223,236,226)
#EEF2ED
(238,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58B67F color. Also use rgb(88,182,127) instead hex code.

Text Font Color

.myTextColor { color: #58B67F; }

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

This text font color is #58B67F.

Background Color

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

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

This div background color is #58B67F.

Border color

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

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

This div border color is #58B67F.

Opacity

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

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

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

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

This text has shadow with #58B67F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #58B67F.

Preview

Color preview on black background

This text has color #58B67F on black background.


Color preview on white background

This text has color #58B67F on white background.


Black color preview on #58B67F background

This text has black color on #58B67F background.


White color preview on #58B67F background

This text has white color on #58B67F background.


Related colors

Complementary color

Complementary color for #hex is #A74980.


I love getcolorcode.com

Triadic colors

1 #7F58B6 and #B67F58 with #58B67F are triadic colors.

2 #7FB658 and #B6587F with #58B67F are triadic colors.