Color Hex Logo

#70882d Color Hex

#70882D
(112,136,45)
0 Favorites   0 Comments

Color spaces of #70882d

RGB 11213645
HSL0.210.500.35
HSV76°67°53°
CMYK 0.180.000.67   0.47
XYZ15.959921.24255.7417
Yxy21.24250.37160.4947
Hunter Lab46.0896-18.845824.8765
CIE-Lab53.2139-22.489344.3350

#70882d color RGB value is (112,136,45).

#70882d hex color red value is 112, green value is 136 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #70882d hue: 0.21 , saturation: 0.50 and the lightness value of 70882d is 0.35.

The process color (four color CMYK) of #70882d color hex is 0.18, 0.00, 0.67, 0.47. Web safe color of #70882d is #669933. Color #70882d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10001000 00101101
Octal 160 210 55
Decimal 112 136 45
Hex 70 88 2D

RGB Percentages of Color #70882d

%38.23
%46.42
%15.36

CMYK Percentages of Color #70882d

%18
%0
%67
%47

Triadic Colors of #70882d

#70882d #2d7088 #882d70

Analogous Colors of #70882d

#70882d #43882d #88732d

Monochromatic Colors of #70882d

#70882d

Complementary Color

#70882d #452d88

#70882d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70882d Color Preview on White Background

Lorem ipsum dolor sit amet.

#70882d Color CSS Codes

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

#70882d Text Font Color

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

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


#70882d Background Color

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

This div background color is #70882d


#70882d Border Color

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

This div border color is #70882d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70882d


Comments

No comments written yet.

Please login to write comment.