Color Hex Logo

#708271 Color Hex

#708271
(112,130,113)
0 Favorites   0 Comments

Color spaces of #708271

RGB 112130113
HSL0.340.070.47
HSV123°14°51°
CMYK 0.140.000.13   0.49
XYZ17.645420.602318.6694
Yxy20.60230.31000.3620
Hunter Lab45.3898-10.03977.3861
CIE-Lab52.5115-10.07427.0131

#708271 color RGB value is (112,130,113).

#708271 hex color red value is 112, green value is 130 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #708271 hue: 0.34 , saturation: 0.07 and the lightness value of 708271 is 0.47.

The process color (four color CMYK) of #708271 color hex is 0.14, 0.00, 0.13, 0.49. Web safe color of #708271 is #669966. Color #708271 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10000010 01110001
Octal 160 202 161
Decimal 112 130 113
Hex 70 82 71

RGB Percentages of Color #708271

%31.55
%36.62
%31.83

CMYK Percentages of Color #708271

%14
%0
%13
%49

Triadic Colors of #708271

#708271 #717082 #827170

Analogous Colors of #708271

#708271 #70827a #788270

Monochromatic Colors of #708271

#708271

Complementary Color

#708271 #827081

#708271 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#708271 Color Preview on White Background

Lorem ipsum dolor sit amet.

#708271 Color CSS Codes

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

#708271 Text Font Color

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

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


#708271 Background Color

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

This div background color is #708271


#708271 Border Color

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

This div border color is #708271


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #708271


Comments

No comments written yet.

Please login to write comment.