Color Hex Logo

#718855 Color Hex

#718855
(113,136,85)
0 Favorites   0 Comments

Color spaces of #718855

RGB 11313685
HSL0.240.230.43
HSV87°38°53°
CMYK 0.170.000.38   0.47
XYZ17.253921.774911.8879
Yxy21.77490.33890.4277
Hunter Lab46.6636-15.660717.5599
CIE-Lab53.7874-17.699024.7332

#718855 color RGB value is (113,136,85).

#718855 hex color red value is 113, green value is 136 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #718855 hue: 0.24 , saturation: 0.23 and the lightness value of 718855 is 0.43.

The process color (four color CMYK) of #718855 color hex is 0.17, 0.00, 0.38, 0.47. Web safe color of #718855 is #669966. Color #718855 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10001000 01010101
Octal 161 210 125
Decimal 113 136 85
Hex 71 88 55

RGB Percentages of Color #718855

%33.83
%40.72
%25.45

CMYK Percentages of Color #718855

%17
%0
%38
%47

Triadic Colors of #718855

#718855 #557188 #885571

Analogous Colors of #718855

#718855 #588855 #888655

Monochromatic Colors of #718855

#718855

Complementary Color

#718855 #6c5588

#718855 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#718855 Color Preview on White Background

Lorem ipsum dolor sit amet.

#718855 Color CSS Codes

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

#718855 Text Font Color

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

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


#718855 Background Color

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

This div background color is #718855


#718855 Border Color

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

This div border color is #718855


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #718855


Comments

No comments written yet.

Please login to write comment.