Color Hex Logo

#718251 Color Hex

#718251
(113,130,81)
0 Favorites   0 Comments

Color spaces of #718251

RGB 11313081
HSL0.220.230.41
HSV81°38°51°
CMYK 0.130.000.38   0.49
XYZ16.277920.070110.8006
Yxy20.07010.34520.4257
Hunter Lab44.7997-13.541717.0657
CIE-Lab51.9164-15.076624.5153

#718251 color RGB value is (113,130,81).

#718251 hex color red value is 113, green value is 130 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #718251 hue: 0.22 , saturation: 0.23 and the lightness value of 718251 is 0.41.

The process color (four color CMYK) of #718251 color hex is 0.13, 0.00, 0.38, 0.49. Web safe color of #718251 is #669966. Color #718251 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10000010 01010001
Octal 161 202 121
Decimal 113 130 81
Hex 71 82 51

RGB Percentages of Color #718251

%34.88
%40.12
%25.00

CMYK Percentages of Color #718251

%13
%0
%38
%49

Triadic Colors of #718251

#718251 #517182 #825171

Analogous Colors of #718251

#718251 #598251 #827b51

Monochromatic Colors of #718251

#718251

Complementary Color

#718251 #625182

#718251 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#718251 Color Preview on White Background

Lorem ipsum dolor sit amet.

#718251 Color CSS Codes

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

#718251 Text Font Color

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

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


#718251 Background Color

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

This div background color is #718251


#718251 Border Color

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

This div border color is #718251


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,130,81, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #718251; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #718251;
  -webkit-box-shadow: 1px 1px 3px 2px #718251;
  box-shadow:         1px 1px 3px 2px #718251; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #718251


Comments

No comments written yet.

Please login to write comment.