Color Hex Logo

#51554d Color Hex

#51554D
(81,85,77)
0 Favorites   0 Comments

Color spaces of #51554d

RGB 818577
HSL0.250.050.32
HSV90°33°
CMYK 0.050.000.09   0.67
XYZ7.98148.78228.2956
Yxy8.78220.31850.3505
Hunter Lab29.6348-3.78634.1474
CIE-Lab35.5615-3.29534.1128

#51554d color RGB value is (81,85,77).

#51554d hex color red value is 81, green value is 85 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #51554d hue: 0.25 , saturation: 0.05 and the lightness value of 51554d is 0.32.

The process color (four color CMYK) of #51554d color hex is 0.05, 0.00, 0.09, 0.67. Web safe color of #51554d is #666666. Color #51554d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01010101 01001101
Octal 121 125 115
Decimal 81 85 77
Hex 51 55 4D

RGB Percentages of Color #51554d

%33.33
%34.98
%31.69

CMYK Percentages of Color #51554d

%5
%0
%9
%67

Triadic Colors of #51554d

#51554d #4d5155 #554d51

Analogous Colors of #51554d

#51554d #4d554d #55554d

Monochromatic Colors of #51554d

#51554d

Complementary Color

#51554d #514d55

#51554d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51554d Color Preview on White Background

Lorem ipsum dolor sit amet.

#51554d Color CSS Codes

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

#51554d Text Font Color

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

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


#51554d Background Color

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

This div background color is #51554d


#51554d Border Color

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

This div border color is #51554d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51554d


Comments

No comments written yet.

Please login to write comment.