Color Hex Logo

#51924d Color Hex

#51924D
(81,146,77)
0 Favorites   0 Comments

Color spaces of #51924d

RGB 8114677
HSL0.320.310.44
HSV117°47°57°
CMYK 0.450.000.47   0.43
XYZ15.011822.842910.6391
Yxy22.84290.30960.4710
Hunter Lab47.7942-27.574520.2579
CIE-Lab54.9101-35.374930.1408

#51924d color RGB value is (81,146,77).

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

The process color (four color CMYK) of #51924d color hex is 0.45, 0.00, 0.47, 0.43. Web safe color of #51924d is #669966. Color #51924d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10010010 01001101
Octal 121 222 115
Decimal 81 146 77
Hex 51 92 4D

RGB Percentages of Color #51924d

%26.64
%48.03
%25.33

CMYK Percentages of Color #51924d

%45
%0
%47
%43

Triadic Colors of #51924d

#51924d #4d5192 #924d51

Analogous Colors of #51924d

#51924d #4d926c #74924d

Monochromatic Colors of #51924d

#51924d

Complementary Color

#51924d #8e4d92

#51924d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51924d Color Preview on White Background

Lorem ipsum dolor sit amet.

#51924d Color CSS Codes

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

#51924d Text Font Color

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

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


#51924d Background Color

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

This div background color is #51924d


#51924d Border Color

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

This div border color is #51924d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51924d


Comments

No comments written yet.

Please login to write comment.