Color Hex Logo

#718975 Color Hex

#718975
(113,137,117)
0 Favorites   0 Comments

Color spaces of #718975

RGB 113137117
HSL0.360.100.49
HSV130°18°54°
CMYK 0.180.000.15   0.46
XYZ18.966622.686420.2089
Yxy22.68640.30660.3667
Hunter Lab47.6302-12.27338.1852
CIE-Lab54.7478-12.76547.8952

#718975 color RGB value is (113,137,117).

#718975 hex color red value is 113, green value is 137 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #718975 hue: 0.36 , saturation: 0.10 and the lightness value of 718975 is 0.49.

The process color (four color CMYK) of #718975 color hex is 0.18, 0.00, 0.15, 0.46. Web safe color of #718975 is #669966. Color #718975 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10001001 01110101
Octal 161 211 165
Decimal 113 137 117
Hex 71 89 75

RGB Percentages of Color #718975

%30.79
%37.33
%31.88

CMYK Percentages of Color #718975

%18
%0
%15
%46

Triadic Colors of #718975

#718975 #757189 #897571

Analogous Colors of #718975

#718975 #718981 #798971

Monochromatic Colors of #718975

#718975

Complementary Color

#718975 #897185

#718975 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#718975 Color Preview on White Background

Lorem ipsum dolor sit amet.

#718975 Color CSS Codes

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

#718975 Text Font Color

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

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


#718975 Background Color

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

This div background color is #718975


#718975 Border Color

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

This div border color is #718975


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #718975


Comments

No comments written yet.

Please login to write comment.