COLOR #05B83A

HEX: #05B83A
RGB: (5,184,58)

Color info

#05B83A contains mainly green color. Web safe color of #05B83A is #00CC33 (or #0C3).

RGB color model

#05B83A color RGB value is (5,184,58).

  • red value is 5;
  • green value is 184;
  • blue value is 58.
RGB:
(5,184,58)
(2%,72%,23%)

RGB channels and saturation

R 5 of 255 = 2%
G 184 of 255 = 72%
B 58 of 255 = 23%

5
184
58

R + G + B ~ 32%. #05B83A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 184 + 58 = 247 (100%)
R 5 of 247 ~ 2.02%
G 184 of 247 ~ 74.49%
B 58 of 247 ~ 23.48%

%74.49
%23.48

CMYK color model

#05B83A color CMYK value is (97,0,68,28).

  • cyan value is 97.28%
  • magenta value is 0.00%
  • yellow value is 68.48%
  • key color value is 27.84%
CMYK:
(97,0,68,28)
C97M0Y68K28 
(97%,0%,68%,28%)
(0.97/0.00/0.68/0.28)	

CMYK percentages

%97.28
%0
%68.48
%27.84

Codes

Color #05B83A in popluar color models

05B83A
RGB518458
HSL138°94.71%37.06%
HSB/HSV138°97.28%72.16%
CMYK97.28%0.00%68.48%
27.84%

Color #05B83A in popluar number systems.

HEX05B83A
Decimal518458
Binary10110111000111010
Octal527072

Shades and tints

Shades of #05B83A

#05B83A
(5,184,58)
#05A835
(5,168,53)
#059830
(5,152,48)
#05882B
(5,136,43)
#057826
(5,120,38)
#056821
(5,104,33)
#05581C
(5,88,28)
#054817
(5,72,23)
#053812
(5,56,18)
#05280D
(5,40,13)
#051808
(5,24,8)
#000000
(0,0,0)

Tints of #05B83A

#05B83A
(5,184,58)
#1BBE4B
(27,190,75)
#31C45C
(49,196,92)
#47CA6D
(71,202,109)
#5DD07E
(93,208,126)
#73D68F
(115,214,143)
#89DCA0
(137,220,160)
#9FE2B1
(159,226,177)
#B5E8C2
(181,232,194)
#CBEED3
(203,238,211)
#E1F4E4
(225,244,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #05B83A color. Also use rgb(5,184,58) instead hex code.

Text Font Color

.myTextColor { color: #05B83A; }

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

This text font color is #05B83A.


Background Color

.myBgColor { background-color: #05B83A; }

<div style="background-color:#05B83A">Inner text</div>

This div background color is #05B83A.


Border color

.myBorderColor { border: 1px solid #05B83A; }

<div style="border:3px solid #05B83A">Div</div>

This div border color is #05B83A.


Opacity

.myOpacity80 { color: #05B83A; opacity: 0.8; }

<p style="color:#05B83A;opacity:0.8;">80%</p>

Text with #05B83A 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 #05B83A;}

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

This text has shadow with #05B83A color.

.textShadow {text-shadow: 3px 3px 1px #05B83A, 3px 3px 1px red;}

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

This text has shadow with #05B83A primary color and red secondary color.


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

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

This text has shadow with #05B83A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #05B83A on black background.


Color preview on white background

This text has color #05B83A on white background.



Black color preview on #05B83A background

This text has black color on #05B83A background.


White color preview on #05B83A background

This text has white color on #05B83A background.