Color Hex Logo

#718552 Color Hex

#718552
(113,133,82)
0 Favorites   0 Comments

Color spaces of #718552

RGB 11313382
HSL0.230.240.42
HSV84°38°52°
CMYK 0.150.000.38   0.48
XYZ16.720620.895011.1345
Yxy20.89500.34300.4286
Hunter Lab45.7110-14.701017.5556
CIE-Lab52.8344-16.538925.1537

#718552 color RGB value is (113,133,82).

#718552 hex color red value is 113, green value is 133 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #718552 hue: 0.23 , saturation: 0.24 and the lightness value of 718552 is 0.42.

The process color (four color CMYK) of #718552 color hex is 0.15, 0.00, 0.38, 0.48. Web safe color of #718552 is #669966. Color #718552 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10000101 01010010
Octal 161 205 122
Decimal 113 133 82
Hex 71 85 52

RGB Percentages of Color #718552

%34.45
%40.55
%25.00

CMYK Percentages of Color #718552

%15
%0
%38
%48

Triadic Colors of #718552

#718552 #527185 #855271

Analogous Colors of #718552

#718552 #588552 #858052

Monochromatic Colors of #718552

#718552

Complementary Color

#718552 #665285

#718552 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#718552 Color Preview on White Background

Lorem ipsum dolor sit amet.

#718552 Color CSS Codes

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

#718552 Text Font Color

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

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


#718552 Background Color

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

This div background color is #718552


#718552 Border Color

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

This div border color is #718552


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #718552


Comments

No comments written yet.

Please login to write comment.