Color Hex Logo

#709448 Color Hex

#709448
(112,148,72)
0 Favorites   0 Comments

Color spaces of #709448

RGB 11214872
HSL0.250.350.43
HSV88°51°58°
CMYK 0.240.000.51   0.42
XYZ18.441725.092410.0022
Yxy25.09240.34450.4687
Hunter Lab50.0923-21.946023.2259
CIE-Lab57.1653-25.906335.9052

#709448 color RGB value is (112,148,72).

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

The process color (four color CMYK) of #709448 color hex is 0.24, 0.00, 0.51, 0.42. Web safe color of #709448 is #669933. Color #709448 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10010100 01001000
Octal 160 224 110
Decimal 112 148 72
Hex 70 94 48

RGB Percentages of Color #709448

%33.73
%44.58
%21.69

CMYK Percentages of Color #709448

%24
%0
%51
%42

Triadic Colors of #709448

#709448 #487094 #944870

Analogous Colors of #709448

#709448 #4a9448 #949248

Monochromatic Colors of #709448

#709448

Complementary Color

#709448 #6c4894

#709448 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#709448 Color Preview on White Background

Lorem ipsum dolor sit amet.

#709448 Color CSS Codes

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

#709448 Text Font Color

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

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


#709448 Background Color

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

This div background color is #709448


#709448 Border Color

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

This div border color is #709448


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #709448


Comments

No comments written yet.

Please login to write comment.