Color Hex Logo

#709272 Color Hex

#709272
(112,146,114)
0 Favorites   0 Comments

Color spaces of #709272

RGB 112146114
HSL0.340.130.51
HSV124°23°57°
CMYK 0.230.000.22   0.43
XYZ19.998225.217419.7330
Yxy25.21740.30790.3883
Hunter Lab50.2169-16.794511.8535
CIE-Lab57.2866-18.504413.1750

#709272 color RGB value is (112,146,114).

#709272 hex color red value is 112, green value is 146 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #709272 hue: 0.34 , saturation: 0.13 and the lightness value of 709272 is 0.51.

The process color (four color CMYK) of #709272 color hex is 0.23, 0.00, 0.22, 0.43. Web safe color of #709272 is #669966. Color #709272 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10010010 01110010
Octal 160 222 162
Decimal 112 146 114
Hex 70 92 72

RGB Percentages of Color #709272

%30.11
%39.25
%30.65

CMYK Percentages of Color #709272

%23
%0
%22
%43

Triadic Colors of #709272

#709272 #727092 #927270

Analogous Colors of #709272

#709272 #709283 #7f9270

Monochromatic Colors of #709272

#709272

Complementary Color

#709272 #927090

#709272 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#709272 Color Preview on White Background

Lorem ipsum dolor sit amet.

#709272 Color CSS Codes

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

#709272 Text Font Color

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

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


#709272 Background Color

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

This div background color is #709272


#709272 Border Color

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

This div border color is #709272


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #709272


Comments

No comments written yet.

Please login to write comment.