Color Hex Logo

#708052 Color Hex

#708052
(112,128,82)
0 Favorites   0 Comments

Color spaces of #708052

RGB 11212882
HSL0.220.220.41
HSV81°36°50°
CMYK 0.130.000.36   0.50
XYZ15.924319.492310.9057
Yxy19.49230.34380.4208
Hunter Lab44.1501-12.880316.2596
CIE-Lab51.2583-14.265223.0813

#708052 color RGB value is (112,128,82).

#708052 hex color red value is 112, green value is 128 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #708052 hue: 0.22 , saturation: 0.22 and the lightness value of 708052 is 0.41.

The process color (four color CMYK) of #708052 color hex is 0.13, 0.00, 0.36, 0.50. Web safe color of #708052 is #669966. Color #708052 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10000000 01010010
Octal 160 200 122
Decimal 112 128 82
Hex 70 80 52

RGB Percentages of Color #708052

%34.78
%39.75
%25.47

CMYK Percentages of Color #708052

%13
%0
%36
%50

Triadic Colors of #708052

#708052 #527080 #805270

Analogous Colors of #708052

#708052 #598052 #807952

Monochromatic Colors of #708052

#708052

Complementary Color

#708052 #625280

#708052 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#708052 Color Preview on White Background

Lorem ipsum dolor sit amet.

#708052 Color CSS Codes

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

#708052 Text Font Color

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

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


#708052 Background Color

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

This div background color is #708052


#708052 Border Color

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

This div border color is #708052


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #708052


Comments

No comments written yet.

Please login to write comment.