Color Hex Logo

#708169 Color Hex

#708169
(112,129,105)
0 Favorites   0 Comments

Color spaces of #708169

RGB 112129105
HSL0.280.100.46
HSV103°19°51°
CMYK 0.130.000.19   0.49
XYZ17.082220.165216.3565
Yxy20.16520.31870.3762
Hunter Lab44.9057-10.68329.8381
CIE-Lab52.0235-11.038410.9639

#708169 color RGB value is (112,129,105).

#708169 hex color red value is 112, green value is 129 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #708169 hue: 0.28 , saturation: 0.10 and the lightness value of 708169 is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 10000001 01101001
Octal 160 201 151
Decimal 112 129 105
Hex 70 81 69

RGB Percentages of Color #708169

%32.37
%37.28
%30.35

CMYK Percentages of Color #708169

%13
%0
%19
%49

Triadic Colors of #708169

#708169 #697081 #816970

Analogous Colors of #708169

#708169 #69816e #7c8169

Monochromatic Colors of #708169

#708169

Complementary Color

#708169 #7a6981

#708169 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#708169 Color Preview on White Background

Lorem ipsum dolor sit amet.

#708169 Color CSS Codes

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

#708169 Text Font Color

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

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


#708169 Background Color

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

This div background color is #708169


#708169 Border Color

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

This div border color is #708169


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #708169


Comments

No comments written yet.

Please login to write comment.