Color Hex Logo

#718358 Color Hex

#718358
(113,131,88)
0 Favorites   0 Comments

Color spaces of #718358

RGB 11313188
HSL0.240.200.43
HSV85°33°51°
CMYK 0.140.000.33   0.49
XYZ16.687820.447912.2998
Yxy20.44790.33760.4136
Hunter Lab45.2194-13.260015.5265
CIE-Lab52.3399-14.590721.1460

#718358 color RGB value is (113,131,88).

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

The process color (four color CMYK) of #718358 color hex is 0.14, 0.00, 0.33, 0.49. Web safe color of #718358 is #669966. Color #718358 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10000011 01011000
Octal 161 203 130
Decimal 113 131 88
Hex 71 83 58

RGB Percentages of Color #718358

%34.04
%39.46
%26.51

CMYK Percentages of Color #718358

%14
%0
%33
%49

Triadic Colors of #718358

#718358 #587183 #835871

Analogous Colors of #718358

#718358 #5c8358 #838058

Monochromatic Colors of #718358

#718358

Complementary Color

#718358 #6a5883

#718358 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#718358 Color Preview on White Background

Lorem ipsum dolor sit amet.

#718358 Color CSS Codes

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

#718358 Text Font Color

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

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


#718358 Background Color

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

This div background color is #718358


#718358 Border Color

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

This div border color is #718358


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #718358


Comments

No comments written yet.

Please login to write comment.