Color Hex Logo

#05651a Color Hex

#05651A
(5,101,26)
0 Favorites   0 Comments

Color spaces of #05651a

RGB 510126
HSL0.370.910.21
HSV133°95°40°
CMYK 0.950.000.74   0.60
XYZ4.90279.41422.5360
Yxy9.41420.29090.5586
Hunter Lab30.6826-25.172416.5773
CIE-Lab36.7698-41.332233.8662

#05651a color RGB value is (5,101,26).

#05651a hex color red value is 5, green value is 101 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #05651a hue: 0.37 , saturation: 0.91 and the lightness value of 05651a is 0.21.

The process color (four color CMYK) of #05651a color hex is 0.95, 0.00, 0.74, 0.60. Web safe color of #05651a is #006633. Color #05651a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01100101 00011010
Octal 5 145 32
Decimal 5 101 26
Hex 5 65 1A

RGB Percentages of Color #05651a

%3.79
%76.52
%19.70

CMYK Percentages of Color #05651a

%95
%0
%74
%60

Triadic Colors of #05651a

#05651a #1a0565 #651a05

Analogous Colors of #05651a

#05651a #05654a #206505

Monochromatic Colors of #05651a

#05651a

Complementary Color

#05651a #650550

#05651a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05651a Color Preview on White Background

Lorem ipsum dolor sit amet.

#05651a Color CSS Codes

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

#05651a Text Font Color

<p style="color:#05651a">Text here</p>

This sample text font color is #05651a
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.


#05651a Background Color

<div style="background-color:#05651a">
Div content here</div>

This div background color is #05651a


#05651a Border Color

<div style="border:3px solid #05651a">
Div here</div>

This div border color is #05651a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,101,26, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #05651a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #05651a;
  -webkit-box-shadow: 1px 1px 3px 2px #05651a;
  box-shadow:         1px 1px 3px 2px #05651a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05651a


Comments

No comments written yet.

Please login to write comment.