Color Hex Logo

#51855d Color Hex

#51855D
(81,133,93)
0 Favorites   0 Comments

Color spaces of #51855d

RGB 8113393
HSL0.370.240.42
HSV134°39°52°
CMYK 0.390.000.30   0.48
XYZ13.756719.314713.3590
Yxy19.31470.29630.4160
Hunter Lab43.9485-21.036012.7416
CIE-Lab51.0534-26.503416.2287

#51855d color RGB value is (81,133,93).

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

The process color (four color CMYK) of #51855d color hex is 0.39, 0.00, 0.30, 0.48. Web safe color of #51855d is #669966. Color #51855d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10000101 01011101
Octal 121 205 135
Decimal 81 133 93
Hex 51 85 5D

RGB Percentages of Color #51855d

%26.38
%43.32
%30.29

CMYK Percentages of Color #51855d

%39
%0
%30
%48

Triadic Colors of #51855d

#51855d #5d5185 #855d51

Analogous Colors of #51855d

#51855d #518577 #5f8551

Monochromatic Colors of #51855d

#51855d

Complementary Color

#51855d #855179

#51855d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51855d Color Preview on White Background

Lorem ipsum dolor sit amet.

#51855d Color CSS Codes

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

#51855d Text Font Color

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

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


#51855d Background Color

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

This div background color is #51855d


#51855d Border Color

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

This div border color is #51855d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51855d


Comments

No comments written yet.

Please login to write comment.