Color Hex Logo

#70974d Color Hex

#70974D
(112,151,77)
0 Favorites   0 Comments

Color spaces of #70974d

RGB 11215177
HSL0.250.320.45
HSV92°49°59°
CMYK 0.260.000.49   0.41
XYZ19.088326.113811.0556
Yxy26.11380.33930.4642
Hunter Lab51.1017-22.751822.9441
CIE-Lab58.1449-26.784434.5312

#70974d color RGB value is (112,151,77).

#70974d hex color red value is 112, green value is 151 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #70974d hue: 0.25 , saturation: 0.32 and the lightness value of 70974d is 0.45.

The process color (four color CMYK) of #70974d color hex is 0.26, 0.00, 0.49, 0.41. Web safe color of #70974d is #669966. Color #70974d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10010111 01001101
Octal 160 227 115
Decimal 112 151 77
Hex 70 97 4D

RGB Percentages of Color #70974d

%32.94
%44.41
%22.65

CMYK Percentages of Color #70974d

%26
%0
%49
%41

Triadic Colors of #70974d

#70974d #4d7097 #974d70

Analogous Colors of #70974d

#70974d #4d974f #95974d

Monochromatic Colors of #70974d

#70974d

Complementary Color

#70974d #744d97

#70974d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70974d Color Preview on White Background

Lorem ipsum dolor sit amet.

#70974d Color CSS Codes

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

#70974d Text Font Color

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

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


#70974d Background Color

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

This div background color is #70974d


#70974d Border Color

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

This div border color is #70974d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,151,77, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #70974d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #70974d;
  -webkit-box-shadow: 1px 1px 3px 2px #70974d;
  box-shadow:         1px 1px 3px 2px #70974d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70974d


Comments

No comments written yet.

Please login to write comment.