Color Hex Logo

#05612f Color Hex

#05612F
(5,97,47)
0 Favorites   0 Comments

Color spaces of #05612f

RGB 59747
HSL0.410.900.20
HSV147°95°38°
CMYK 0.950.000.52   0.62
XYZ4.85048.78694.1297
Yxy8.78690.27300.4946
Hunter Lab29.6427-22.667012.4899
CIE-Lab35.5707-36.827821.7181

#05612f color RGB value is (5,97,47).

#05612f hex color red value is 5, green value is 97 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #05612f hue: 0.41 , saturation: 0.90 and the lightness value of 05612f is 0.20.

The process color (four color CMYK) of #05612f color hex is 0.95, 0.00, 0.52, 0.62. Web safe color of #05612f is #006633. Color #05612f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01100001 00101111
Octal 5 141 57
Decimal 5 97 47
Hex 5 61 2F

RGB Percentages of Color #05612f

%3.36
%65.10
%31.54

CMYK Percentages of Color #05612f

%95
%0
%52
%62

Triadic Colors of #05612f

#05612f #2f0561 #612f05

Analogous Colors of #05612f

#05612f #05615d #096105

Monochromatic Colors of #05612f

#05612f

Complementary Color

#05612f #610537

#05612f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05612f Color Preview on White Background

Lorem ipsum dolor sit amet.

#05612f Color CSS Codes

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

#05612f Text Font Color

<p style="color:#05612f">Text here</p>

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


#05612f Background Color

<div style="background-color:#05612f">
Div content here</div>

This div background color is #05612f


#05612f Border Color

<div style="border:3px solid #05612f">
Div here</div>

This div border color is #05612f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,97,47, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #05612f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #05612f;
  -webkit-box-shadow: 1px 1px 3px 2px #05612f;
  box-shadow:         1px 1px 3px 2px #05612f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05612f


Comments

No comments written yet.

Please login to write comment.