Color Hex Logo

#51612e Color Hex

#51612E
(81,97,46)
0 Favorites   0 Comments

Color spaces of #51612e

RGB 819746
HSL0.220.360.28
HSV79°53°38°
CMYK 0.160.000.53   0.62
XYZ8.161210.49604.1806
Yxy10.49600.35740.4596
Hunter Lab32.3975-11.730115.0274
CIE-Lab38.7183-15.270126.8700

#51612e color RGB value is (81,97,46).

#51612e hex color red value is 81, green value is 97 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #51612e hue: 0.22 , saturation: 0.36 and the lightness value of 51612e is 0.28.

The process color (four color CMYK) of #51612e color hex is 0.16, 0.00, 0.53, 0.62. Web safe color of #51612e is #666633. Color #51612e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01100001 00101110
Octal 121 141 56
Decimal 81 97 46
Hex 51 61 2E

RGB Percentages of Color #51612e

%36.16
%43.30
%20.54

CMYK Percentages of Color #51612e

%16
%0
%53
%62

Triadic Colors of #51612e

#51612e #2e5161 #612e51

Analogous Colors of #51612e

#51612e #38612e #61582e

Monochromatic Colors of #51612e

#51612e

Complementary Color

#51612e #3e2e61

#51612e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51612e Color Preview on White Background

Lorem ipsum dolor sit amet.

#51612e Color CSS Codes

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

#51612e Text Font Color

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

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


#51612e Background Color

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

This div background color is #51612e


#51612e Border Color

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

This div border color is #51612e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(81,97,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 #51612e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51612e


Comments

No comments written yet.

Please login to write comment.