Color Hex Logo

#05512e Color Hex

#05512E
(5,81,46)
0 Favorites   0 Comments

Color spaces of #05512e

RGB 58146
HSL0.420.880.17
HSV152°94°32°
CMYK 0.940.000.43   0.68
XYZ3.49826.11443.5806
Yxy6.11440.26520.4635
Hunter Lab24.7273-18.02028.7237
CIE-Lab29.6993-30.661814.7159

#05512e color RGB value is (5,81,46).

#05512e hex color red value is 5, green value is 81 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #05512e hue: 0.42 , saturation: 0.88 and the lightness value of 05512e is 0.17.

The process color (four color CMYK) of #05512e color hex is 0.94, 0.00, 0.43, 0.68. Web safe color of #05512e is #006633. Color #05512e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01010001 00101110
Octal 5 121 56
Decimal 5 81 46
Hex 5 51 2E

RGB Percentages of Color #05512e

%3.79
%61.36
%34.85

CMYK Percentages of Color #05512e

%94
%0
%43
%68

Triadic Colors of #05512e

#05512e #2e0551 #512e05

Analogous Colors of #05512e

#05512e #054e51 #055108

Monochromatic Colors of #05512e

#05512e

Complementary Color

#05512e #510528

#05512e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05512e Color Preview on White Background

Lorem ipsum dolor sit amet.

#05512e Color CSS Codes

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

#05512e Text Font Color

<p style="color:#05512e">Text here</p>

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


#05512e Background Color

<div style="background-color:#05512e">
Div content here</div>

This div background color is #05512e


#05512e Border Color

<div style="border:3px solid #05512e">
Div here</div>

This div border color is #05512e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,81,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #05512e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #05512e;
  -webkit-box-shadow: 1px 1px 3px 2px #05512e;
  box-shadow:         1px 1px 3px 2px #05512e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05512e


Comments

No comments written yet.

Please login to write comment.