Color Hex Logo

#718974 Color Hex

#718974
(113,137,116)
0 Favorites   0 Comments

Color spaces of #718974

RGB 113137116
HSL0.350.100.49
HSV128°18°54°
CMYK 0.180.000.15   0.46
XYZ18.908122.663019.9008
Yxy22.66300.30760.3687
Hunter Lab47.6057-12.41308.5387
CIE-Lab54.7235-12.96138.4360

#718974 color RGB value is (113,137,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 10001001 01110100
Octal 161 211 164
Decimal 113 137 116
Hex 71 89 74

RGB Percentages of Color #718974

%30.87
%37.43
%31.69

CMYK Percentages of Color #718974

%18
%0
%15
%46

Triadic Colors of #718974

#718974 #747189 #897471

Analogous Colors of #718974

#718974 #718980 #7a8971

Monochromatic Colors of #718974

#718974

Complementary Color

#718974 #897186

#718974 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#718974 Color Preview on White Background

Lorem ipsum dolor sit amet.

#718974 Color CSS Codes

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

#718974 Text Font Color

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

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


#718974 Background Color

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

This div background color is #718974


#718974 Border Color

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

This div border color is #718974


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #718974

#718974 Color Palettes


Comments

No comments written yet.

Please login to write comment.