COLOR #05B316

HEX: #05B316
RGB: (5,179,22)

Color info

#05B316 contains mainly green color. Web safe color of #05B316 is #009900 (or #090).

RGB color model

#05B316 color RGB value is (5,179,22).

  • red value is 5;
  • green value is 179;
  • blue value is 22.
RGB:
(5,179,22)
(2%,70%,9%)

RGB channels and saturation

R 5 of 255 = 2%
G 179 of 255 = 70%
B 22 of 255 = 9%

5
179
22

R + G + B ~ 27%. #05B316 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 179 + 22 = 206 (100%)
R 5 of 206 ~ 2.43%
G 179 of 206 ~ 86.89%
B 22 of 206 ~ 10.68%

%86.89
%10.68

CMYK color model

#05B316 color CMYK value is (97,0,88,30).

  • cyan value is 97.21%
  • magenta value is 0.00%
  • yellow value is 87.71%
  • key color value is 29.80%
CMYK:
(97,0,88,30)
C97M0Y88K30 
(97%,0%,88%,30%)
(0.97/0.00/0.88/0.30)	

CMYK percentages

%97.21
%0
%87.71
%29.8

Codes

Color #05B316 in popluar color models

05B316
RGB517922
HSL126°94.57%36.08%
HSB/HSV126°97.21%70.20%
CMYK97.21%0.00%87.71%
29.80%

Color #05B316 in popluar number systems.

HEX05B316
Decimal517922
Binary1011011001110110
Octal526326

Shades and tints

Shades of #05B316

#05B316
(5,179,22)
#05A314
(5,163,20)
#059312
(5,147,18)
#058310
(5,131,16)
#05730E
(5,115,14)
#05630C
(5,99,12)
#05530A
(5,83,10)
#054308
(5,67,8)
#053306
(5,51,6)
#052304
(5,35,4)
#051302
(5,19,2)
#000000
(0,0,0)

Tints of #05B316

#05B316
(5,179,22)
#1BB92B
(27,185,43)
#31BF40
(49,191,64)
#47C555
(71,197,85)
#5DCB6A
(93,203,106)
#73D17F
(115,209,127)
#89D794
(137,215,148)
#9FDDA9
(159,221,169)
#B5E3BE
(181,227,190)
#CBE9D3
(203,233,211)
#E1EFE8
(225,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #05B316 color. Also use rgb(5,179,22) instead hex code.

Text Font Color

.myTextColor { color: #05B316; }

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

This text font color is #05B316.


Background Color

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

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

This div background color is #05B316.


Border color

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

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

This div border color is #05B316.


Opacity

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

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

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

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

This text has shadow with #05B316 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #05B316 on black background.


Color preview on white background

This text has color #05B316 on white background.



Black color preview on #05B316 background

This text has black color on #05B316 background.


White color preview on #05B316 background

This text has white color on #05B316 background.