Color Hex Logo

#718149 Color Hex

#718149
(113,129,73)
0 Favorites   0 Comments

Color spaces of #718149

RGB 11312973
HSL0.210.280.40
HSV77°43°51°
CMYK 0.120.000.43   0.49
XYZ15.862919.69239.2683
Yxy19.69230.35390.4393
Hunter Lab44.3760-13.850418.6800
CIE-Lab51.4875-15.608128.3793

#718149 color RGB value is (113,129,73).

#718149 hex color red value is 113, green value is 129 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #718149 hue: 0.21 , saturation: 0.28 and the lightness value of 718149 is 0.40.

The process color (four color CMYK) of #718149 color hex is 0.12, 0.00, 0.43, 0.49. Web safe color of #718149 is #669933. Color #718149 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10000001 01001001
Octal 161 201 111
Decimal 113 129 73
Hex 71 81 49

RGB Percentages of Color #718149

%35.87
%40.95
%23.17

CMYK Percentages of Color #718149

%12
%0
%43
%49

Triadic Colors of #718149

#718149 #497181 #814971

Analogous Colors of #718149

#718149 #558149 #817549

Monochromatic Colors of #718149

#718149

Complementary Color

#718149 #594981

#718149 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#718149 Color Preview on White Background

Lorem ipsum dolor sit amet.

#718149 Color CSS Codes

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

#718149 Text Font Color

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

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


#718149 Background Color

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

This div background color is #718149


#718149 Border Color

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

This div border color is #718149


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #718149


Comments

No comments written yet.

Please login to write comment.