Color Hex Logo

#05830b Color Hex

#05830B
(5,131,11)
0 Favorites   0 Comments

Color spaces of #05830b

RGB 513111
HSL0.340.930.27
HSV123°96°51°
CMYK 0.960.000.92   0.49
XYZ8.239316.28903.0265
Yxy16.28900.29900.5911
Hunter Lab40.3596-34.189123.8057
CIE-Lab47.3514-51.780348.6427

#05830b color RGB value is (5,131,11).

#05830b hex color red value is 5, green value is 131 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #05830b hue: 0.34 , saturation: 0.93 and the lightness value of 05830b is 0.27.

The process color (four color CMYK) of #05830b color hex is 0.96, 0.00, 0.92, 0.49. Web safe color of #05830b is #009900. Color #05830b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 10000011 00001011
Octal 5 203 13
Decimal 5 131 11
Hex 5 83 B

RGB Percentages of Color #05830b

%3.40
%89.12
%7.48

CMYK Percentages of Color #05830b

%96
%0
%92
%49

Triadic Colors of #05830b

#05830b #0b0583 #830b05

Analogous Colors of #05830b

#05830b #05834a #3e8305

Monochromatic Colors of #05830b

#05830b

Complementary Color

#05830b #83057d

#05830b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05830b Color Preview on White Background

Lorem ipsum dolor sit amet.

#05830b Color CSS Codes

.mybgcolor {background-color:#05830b; } 
.myforecolor {color:#05830b; }
.mybordercolor {border:3px solid #05830b; }

#05830b Text Font Color

<p style="color:#05830b">Text here</p>

This sample text font color is #05830b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#05830b Background Color

<div style="background-color:#05830b">
Div content here</div>

This div background color is #05830b


#05830b Border Color

<div style="border:3px solid #05830b">
Div here</div>

This div border color is #05830b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,131,11, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #05830b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #05830b;
  -webkit-box-shadow: 1px 1px 3px 2px #05830b;
  box-shadow:         1px 1px 3px 2px #05830b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(5,131,11, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #05830b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #05830b;
  -webkit-box-shadow: 1px 1px 3px 2px #05830b;
  box-shadow:         1px 1px 3px 2px #05830b;">
Div content here</div>

This div box has shadow with color #05830b


Comments

No comments written yet.

Please login to write comment.