Color Hex Logo

#718555 Color Hex

#718555
(113,133,85)
0 Favorites   0 Comments

Color spaces of #718555

RGB 11313385
HSL0.240.220.43
HSV85°36°52°
CMYK 0.150.000.36   0.48
XYZ16.837320.941611.7491
Yxy20.94160.34000.4228
Hunter Lab45.7620-14.407616.8111
CIE-Lab52.8855-16.109023.5518

#718555 color RGB value is (113,133,85).

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

The process color (four color CMYK) of #718555 color hex is 0.15, 0.00, 0.36, 0.48. Web safe color of #718555 is #669966. Color #718555 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10000101 01010101
Octal 161 205 125
Decimal 113 133 85
Hex 71 85 55

RGB Percentages of Color #718555

%34.14
%40.18
%25.68

CMYK Percentages of Color #718555

%15
%0
%36
%48

Triadic Colors of #718555

#718555 #557185 #855571

Analogous Colors of #718555

#718555 #598555 #858155

Monochromatic Colors of #718555

#718555

Complementary Color

#718555 #695585

#718555 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#718555 Color Preview on White Background

Lorem ipsum dolor sit amet.

#718555 Color CSS Codes

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

#718555 Text Font Color

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

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


#718555 Background Color

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

This div background color is #718555


#718555 Border Color

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

This div border color is #718555


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,133,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 #718555">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #718555


Comments

No comments written yet.

Please login to write comment.