Color Hex Logo

#51895d Color Hex

#51895D
(81,137,93)
0 Favorites   0 Comments

Color spaces of #51895d

RGB 8113793
HSL0.370.260.43
HSV133°41°54°
CMYK 0.410.000.32   0.46
XYZ14.314820.431013.5450
Yxy20.43100.29640.4231
Hunter Lab45.2007-22.571213.8734
CIE-Lab52.3210-28.464417.9553

#51895d color RGB value is (81,137,93).

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

The process color (four color CMYK) of #51895d color hex is 0.41, 0.00, 0.32, 0.46. Web safe color of #51895d is #669966. Color #51895d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10001001 01011101
Octal 121 211 135
Decimal 81 137 93
Hex 51 89 5D

RGB Percentages of Color #51895d

%26.05
%44.05
%29.90

CMYK Percentages of Color #51895d

%41
%0
%32
%46

Triadic Colors of #51895d

#51895d #5d5189 #895d51

Analogous Colors of #51895d

#51895d #518979 #618951

Monochromatic Colors of #51895d

#51895d

Complementary Color

#51895d #89517d

#51895d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51895d Color Preview on White Background

Lorem ipsum dolor sit amet.

#51895d Color CSS Codes

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

#51895d Text Font Color

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

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


#51895d Background Color

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

This div background color is #51895d


#51895d Border Color

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

This div border color is #51895d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51895d


Comments

No comments written yet.

Please login to write comment.