Color Hex Logo

#51807d Color Hex

#51807D
(81,128,125)
0 Favorites   0 Comments

Color spaces of #51807d

RGB 81128125
HSL0.490.220.41
HSV176°37°50°
CMYK 0.370.000.02   0.50
XYZ14.814218.668322.2246
Yxy18.66830.26590.3351
Hunter Lab43.2068-14.4102-0.2526
CIE-Lab50.2969-16.6812-3.4524

#51807d color RGB value is (81,128,125).

#51807d hex color red value is 81, green value is 128 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #51807d hue: 0.49 , saturation: 0.22 and the lightness value of 51807d is 0.41.

The process color (four color CMYK) of #51807d color hex is 0.37, 0.00, 0.02, 0.50. Web safe color of #51807d is #669966. Color #51807d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10000000 01111101
Octal 121 200 175
Decimal 81 128 125
Hex 51 80 7D

RGB Percentages of Color #51807d

%24.25
%38.32
%37.43

CMYK Percentages of Color #51807d

%37
%0
%2
%50

Triadic Colors of #51807d

#51807d #7d5180 #807d51

Analogous Colors of #51807d

#51807d #516c80 #518066

Monochromatic Colors of #51807d

#51807d

Complementary Color

#51807d #805154

#51807d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51807d Color Preview on White Background

Lorem ipsum dolor sit amet.

#51807d Color CSS Codes

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

#51807d Text Font Color

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

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


#51807d Background Color

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

This div background color is #51807d


#51807d Border Color

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

This div border color is #51807d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51807d


Comments

No comments written yet.

Please login to write comment.