Color Hex Logo

#51831d Color Hex

#51831D
(81,131,29)
0 Favorites   0 Comments

Color spaces of #51831d

RGB 8113129
HSL0.250.640.31
HSV89°78°51°
CMYK 0.380.000.78   0.49
XYZ11.731418.07064.0321
Yxy18.07060.34670.5341
Hunter Lab42.5095-25.130824.1329
CIE-Lab49.5816-33.732346.4084

#51831d color RGB value is (81,131,29).

#51831d hex color red value is 81, green value is 131 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #51831d hue: 0.25 , saturation: 0.64 and the lightness value of 51831d is 0.31.

The process color (four color CMYK) of #51831d color hex is 0.38, 0.00, 0.78, 0.49. Web safe color of #51831d is #669933. Color #51831d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10000011 00011101
Octal 121 203 35
Decimal 81 131 29
Hex 51 83 1D

RGB Percentages of Color #51831d

%33.61
%54.36
%12.03

CMYK Percentages of Color #51831d

%38
%0
%78
%49

Triadic Colors of #51831d

#51831d #1d5183 #831d51

Analogous Colors of #51831d

#51831d #1e831d #83821d

Monochromatic Colors of #51831d

#51831d

Complementary Color

#51831d #4f1d83

#51831d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51831d Color Preview on White Background

Lorem ipsum dolor sit amet.

#51831d Color CSS Codes

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

#51831d Text Font Color

<p style="color:#51831d">Text here</p>

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


#51831d Background Color

<div style="background-color:#51831d">
Div content here</div>

This div background color is #51831d


#51831d Border Color

<div style="border:3px solid #51831d">
Div here</div>

This div border color is #51831d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,131,29, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #51831d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #51831d;
  -webkit-box-shadow: 1px 1px 3px 2px #51831d;
  box-shadow:         1px 1px 3px 2px #51831d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51831d


Comments

No comments written yet.

Please login to write comment.