COLOR #58BA1A

HEX: #58BA1A
RGB: (88,186,26)

Color info

#58BA1A contains mainly green color. Web safe color of #58BA1A is #66CC00 (or #6C0).

RGB color model

#58BA1A color RGB value is (88,186,26).

  • red value is 88;
  • green value is 186;
  • blue value is 26.
RGB:
(88,186,26)
(35%,73%,10%)

RGB channels and saturation

R 88 of 255 = 35%
G 186 of 255 = 73%
B 26 of 255 = 10%

88
186
26

R + G + B ~ 39%. #58BA1A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 186 + 26 = 300 (100%)
R 88 of 300 ~ 29.33%
G 186 of 300 ~ 62%
B 26 of 300 ~ 8.67%

%29.33
%62

CMYK color model

#58BA1A color CMYK value is (53,0,86,27).

  • cyan value is 52.69%
  • magenta value is 0.00%
  • yellow value is 86.02%
  • key color value is 27.06%
CMYK:
(53,0,86,27)
C53M0Y86K27 
(53%,0%,86%,27%)
(0.53/0.00/0.86/0.27)	

CMYK percentages

%52.69
%0
%86.02
%27.06

Codes

Color #58BA1A in popluar color models

58BA1A
RGB8818626
HSL97°75.47%41.57%
HSB/HSV97°86.02%72.94%
CMYK52.69%0.00%86.02%
27.06%

Color #58BA1A in popluar number systems.

HEX58BA1A
Decimal8818626
Binary10110001011101011010
Octal13027232

Shades and tints

Shades of #58BA1A

#58BA1A
(88,186,26)
#50AA18
(80,170,24)
#489A16
(72,154,22)
#408A14
(64,138,20)
#387A12
(56,122,18)
#306A10
(48,106,16)
#285A0E
(40,90,14)
#204A0C
(32,74,12)
#183A0A
(24,58,10)
#102A08
(16,42,8)
#081A06
(8,26,6)
#000000
(0,0,0)

Tints of #58BA1A

#58BA1A
(88,186,26)
#67C02E
(103,192,46)
#76C642
(118,198,66)
#85CC56
(133,204,86)
#94D26A
(148,210,106)
#A3D87E
(163,216,126)
#B2DE92
(178,222,146)
#C1E4A6
(193,228,166)
#D0EABA
(208,234,186)
#DFF0CE
(223,240,206)
#EEF6E2
(238,246,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58BA1A color. Also use rgb(88,186,26) instead hex code.

Text Font Color

.myTextColor { color: #58BA1A; }

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

This text font color is #58BA1A.


Background Color

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

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

This div background color is #58BA1A.


Border color

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

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

This div border color is #58BA1A.


Opacity

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

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

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

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

This text has shadow with #58BA1A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58BA1A on black background.


Color preview on white background

This text has color #58BA1A on white background.



Black color preview on #58BA1A background

This text has black color on #58BA1A background.


White color preview on #58BA1A background

This text has white color on #58BA1A background.