Color Hex Logo

#51865d Color Hex

#51865D
(81,134,93)
0 Favorites   0 Comments

Color spaces of #51865d

RGB 8113493
HSL0.370.250.42
HSV134°40°53°
CMYK 0.400.000.31   0.47
XYZ13.894219.589813.4048
Yxy19.58980.29630.4178
Hunter Lab44.2604-21.421013.0255
CIE-Lab51.3702-26.997416.6616

#51865d color RGB value is (81,134,93).

#51865d hex color red value is 81, green value is 134 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #51865d hue: 0.37 , saturation: 0.25 and the lightness value of 51865d is 0.42.

The process color (four color CMYK) of #51865d color hex is 0.40, 0.00, 0.31, 0.47. Web safe color of #51865d is #669966. Color #51865d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10000110 01011101
Octal 121 206 135
Decimal 81 134 93
Hex 51 86 5D

RGB Percentages of Color #51865d

%26.30
%43.51
%30.19

CMYK Percentages of Color #51865d

%40
%0
%31
%47

Triadic Colors of #51865d

#51865d #5d5186 #865d51

Analogous Colors of #51865d

#51865d #518678 #608651

Monochromatic Colors of #51865d

#51865d

Complementary Color

#51865d #86517a

#51865d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51865d Color Preview on White Background

Lorem ipsum dolor sit amet.

#51865d Color CSS Codes

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

#51865d Text Font Color

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

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


#51865d Background Color

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

This div background color is #51865d


#51865d Border Color

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

This div border color is #51865d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51865d


Comments

No comments written yet.

Please login to write comment.