Color Hex Logo

#709473 Color Hex

#709473
(112,148,115)
0 Favorites   0 Comments

Color spaces of #709473

RGB 112148115
HSL0.350.140.51
HSV125°24°58°
CMYK 0.240.000.22   0.42
XYZ20.366525.862420.1382
Yxy25.86240.30690.3897
Hunter Lab50.8551-17.510512.1202
CIE-Lab57.9062-19.360513.4738

#709473 color RGB value is (112,148,115).

#709473 hex color red value is 112, green value is 148 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #709473 hue: 0.35 , saturation: 0.14 and the lightness value of 709473 is 0.51.

The process color (four color CMYK) of #709473 color hex is 0.24, 0.00, 0.22, 0.42. Web safe color of #709473 is #669966. Color #709473 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10010100 01110011
Octal 160 224 163
Decimal 112 148 115
Hex 70 94 73

RGB Percentages of Color #709473

%29.87
%39.47
%30.67

CMYK Percentages of Color #709473

%24
%0
%22
%42

Triadic Colors of #709473

#709473 #737094 #947370

Analogous Colors of #709473

#709473 #709485 #7f9470

Monochromatic Colors of #709473

#709473

Complementary Color

#709473 #947091

#709473 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#709473 Color Preview on White Background

Lorem ipsum dolor sit amet.

#709473 Color CSS Codes

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

#709473 Text Font Color

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

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


#709473 Background Color

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

This div background color is #709473


#709473 Border Color

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

This div border color is #709473


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,148,115, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #709473; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #709473;
  -webkit-box-shadow: 1px 1px 3px 2px #709473;
  box-shadow:         1px 1px 3px 2px #709473; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(112,148,115, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #709473


Comments

No comments written yet.

Please login to write comment.