Color Hex Logo

#70784a Color Hex

#70784A
(112,120,74)
0 Favorites   0 Comments

Color spaces of #70784a

RGB 11212074
HSL0.200.240.38
HSV70°38°47°
CMYK 0.070.000.38   0.53
XYZ14.634617.37219.0604
Yxy17.37210.35640.4230
Hunter Lab41.6799-10.264916.2874
CIE-Lab48.7255-10.999924.2800

#70784a color RGB value is (112,120,74).

#70784a hex color red value is 112, green value is 120 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #70784a hue: 0.20 , saturation: 0.24 and the lightness value of 70784a is 0.38.

The process color (four color CMYK) of #70784a color hex is 0.07, 0.00, 0.38, 0.53. Web safe color of #70784a is #666633. Color #70784a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01111000 01001010
Octal 160 170 112
Decimal 112 120 74
Hex 70 78 4A

RGB Percentages of Color #70784a

%36.60
%39.22
%24.18

CMYK Percentages of Color #70784a

%7
%0
%38
%53

Triadic Colors of #70784a

#70784a #4a7078 #784a70

Analogous Colors of #70784a

#70784a #59784a #78694a

Monochromatic Colors of #70784a

#70784a

Complementary Color

#70784a #524a78

#70784a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70784a Color Preview on White Background

Lorem ipsum dolor sit amet.

#70784a Color CSS Codes

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

#70784a Text Font Color

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

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


#70784a Background Color

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

This div background color is #70784a


#70784a Border Color

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

This div border color is #70784a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,120,74, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #70784a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #70784a;
  -webkit-box-shadow: 1px 1px 3px 2px #70784a;
  box-shadow:         1px 1px 3px 2px #70784a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70784a


Comments

No comments written yet.

Please login to write comment.