Color Hex Logo

#718474 Color Hex

#718474
(113,132,116)
0 Favorites   0 Comments

Color spaces of #718474

RGB 113132116
HSL0.360.080.48
HSV129°14°52°
CMYK 0.140.000.12   0.48
XYZ18.213721.274219.6694
Yxy21.27420.30790.3596
Hunter Lab46.1240-10.22987.0028
CIE-Lab53.2483-10.22036.3341

#718474 color RGB value is (113,132,116).

#718474 hex color red value is 113, green value is 132 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #718474 hue: 0.36 , saturation: 0.08 and the lightness value of 718474 is 0.48.

The process color (four color CMYK) of #718474 color hex is 0.14, 0.00, 0.12, 0.48. Web safe color of #718474 is #669966. Color #718474 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10000100 01110100
Octal 161 204 164
Decimal 113 132 116
Hex 71 84 74

RGB Percentages of Color #718474

%31.30
%36.57
%32.13

CMYK Percentages of Color #718474

%14
%0
%12
%48

Triadic Colors of #718474

#718474 #747184 #847471

Analogous Colors of #718474

#718474 #71847e #788471

Monochromatic Colors of #718474

#718474

Complementary Color

#718474 #847181

#718474 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#718474 Color Preview on White Background

Lorem ipsum dolor sit amet.

#718474 Color CSS Codes

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

#718474 Text Font Color

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

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


#718474 Background Color

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

This div background color is #718474


#718474 Border Color

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

This div border color is #718474


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #718474


Comments

No comments written yet.

Please login to write comment.