Color Hex Logo

#718052 Color Hex

#718052
(113,128,82)
0 Favorites   0 Comments

Color spaces of #718052

RGB 11312882
HSL0.220.220.41
HSV80°36°50°
CMYK 0.120.000.36   0.50
XYZ16.052219.558210.9117
Yxy19.55820.34500.4204
Hunter Lab44.2247-12.603116.3284
CIE-Lab51.3340-13.855623.1948

#718052 color RGB value is (113,128,82).

#718052 hex color red value is 113, green value is 128 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #718052 hue: 0.22 , saturation: 0.22 and the lightness value of 718052 is 0.41.

The process color (four color CMYK) of #718052 color hex is 0.12, 0.00, 0.36, 0.50. Web safe color of #718052 is #669966. Color #718052 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10000000 01010010
Octal 161 200 122
Decimal 113 128 82
Hex 71 80 52

RGB Percentages of Color #718052

%34.98
%39.63
%25.39

CMYK Percentages of Color #718052

%12
%0
%36
%50

Triadic Colors of #718052

#718052 #527180 #805271

Analogous Colors of #718052

#718052 #5a8052 #807852

Monochromatic Colors of #718052

#718052

Complementary Color

#718052 #615280

#718052 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#718052 Color Preview on White Background

Lorem ipsum dolor sit amet.

#718052 Color CSS Codes

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

#718052 Text Font Color

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

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


#718052 Background Color

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

This div background color is #718052


#718052 Border Color

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

This div border color is #718052


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #718052


Comments

No comments written yet.

Please login to write comment.