COLOR #58B67A

HEX: #58B67A
RGB: (88,182,122)

Color info

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

RGB color model

#58B67A color RGB value is (88,182,122).

  • red value is 88;
  • green value is 182;
  • blue value is 122.
RGB:
(88,182,122)
(35%,71%,48%)

RGB channels and saturation

R 88 of 255 = 35%
G 182 of 255 = 71%
B 122 of 255 = 48%

88
182
122

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

Portions of RGB colors in percentages

R + G + B =
88 + 182 + 122 = 392 (100%)
R 88 of 392 ~ 22.45%
G 182 of 392 ~ 46.43%
B 122 of 392 ~ 31.12%

%22.45
%46.43
%31.12

CMYK color model

#58B67A color CMYK value is (52,0,33,29).

  • cyan value is 51.65%
  • magenta value is 0.00%
  • yellow value is 32.97%
  • key color value is 28.63%
CMYK:
(52,0,33,29)
C52M0Y33K29 
(52%,0%,33%,29%)
(0.52/0.00/0.33/0.29)	

CMYK percentages

%51.65
%0
%32.97
%28.63

Codes

Color #58B67A in popluar color models

58B67A
RGB88182122
HSL142°39.17%52.94%
HSB/HSV142°51.65%71.37%
CMYK51.65%0.00%32.97%
28.63%

Color #58B67A in popluar number systems.

HEX58B67A
Decimal88182122
Binary1011000101101101111010
Octal130266172

Shades and tints

Shades of #58B67A

#58B67A
(88,182,122)
#50A66F
(80,166,111)
#489664
(72,150,100)
#408659
(64,134,89)
#38764E
(56,118,78)
#306643
(48,102,67)
#285638
(40,86,56)
#20462D
(32,70,45)
#183622
(24,54,34)
#102617
(16,38,23)
#08160C
(8,22,12)
#000000
(0,0,0)

Tints of #58B67A

#58B67A
(88,182,122)
#67BC86
(103,188,134)
#76C292
(118,194,146)
#85C89E
(133,200,158)
#94CEAA
(148,206,170)
#A3D4B6
(163,212,182)
#B2DAC2
(178,218,194)
#C1E0CE
(193,224,206)
#D0E6DA
(208,230,218)
#DFECE6
(223,236,230)
#EEF2F2
(238,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58B67A; }

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

This text font color is #58B67A.


Background Color

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

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

This div background color is #58B67A.


Border color

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

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

This div border color is #58B67A.


Opacity

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

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

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

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

This text has shadow with #58B67A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58B67A on black background.


Color preview on white background

This text has color #58B67A on white background.



Black color preview on #58B67A background

This text has black color on #58B67A background.


White color preview on #58B67A background

This text has white color on #58B67A background.