Color Hex Logo

#51950d Color Hex

#51950D
(81,149,13)
0 Favorites   0 Comments

Color spaces of #51950d

RGB 8114913
HSL0.250.840.32
HSV90°91°58°
CMYK 0.460.000.91   0.42
XYZ14.213423.27334.1238
Yxy23.27330.34160.5593
Hunter Lab48.2424-31.833728.7015
CIE-Lab55.3527-42.161755.8570

#51950d color RGB value is (81,149,13).

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

The process color (four color CMYK) of #51950d color hex is 0.46, 0.00, 0.91, 0.42. Web safe color of #51950d is #669900. Color #51950d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10010101 00001101
Octal 121 225 15
Decimal 81 149 13
Hex 51 95 D

RGB Percentages of Color #51950d

%33.33
%61.32
%5.35

CMYK Percentages of Color #51950d

%46
%0
%91
%42

Triadic Colors of #51950d

#51950d #0d5195 #950d51

Analogous Colors of #51950d

#51950d #0d950d #95950d

Monochromatic Colors of #51950d

#51950d

Complementary Color

#51950d #510d95

#51950d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51950d Color Preview on White Background

Lorem ipsum dolor sit amet.

#51950d Color CSS Codes

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

#51950d Text Font Color

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

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


#51950d Background Color

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

This div background color is #51950d


#51950d Border Color

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

This div border color is #51950d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51950d


Comments

No comments written yet.

Please login to write comment.