Color Hex Logo

#71822a Color Hex

#71822A
(113,130,42)
0 Favorites   0 Comments

Color spaces of #71822a

RGB 11313042
HSL0.200.510.34
HSV72°68°51°
CMYK 0.130.000.68   0.49
XYZ15.210619.64315.1803
Yxy19.64310.37990.4907
Hunter Lab44.3205-16.300624.0944
CIE-Lab51.4313-19.191943.7903

#71822a color RGB value is (113,130,42).

#71822a hex color red value is 113, green value is 130 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #71822a hue: 0.20 , saturation: 0.51 and the lightness value of 71822a is 0.34.

The process color (four color CMYK) of #71822a color hex is 0.13, 0.00, 0.68, 0.49. Web safe color of #71822a is #669933. Color #71822a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10000010 00101010
Octal 161 202 52
Decimal 113 130 42
Hex 71 82 2A

RGB Percentages of Color #71822a

%39.65
%45.61
%14.74

CMYK Percentages of Color #71822a

%13
%0
%68
%49

Triadic Colors of #71822a

#71822a #2a7182 #822a71

Analogous Colors of #71822a

#71822a #45822a #82672a

Monochromatic Colors of #71822a

#71822a

Complementary Color

#71822a #3b2a82

#71822a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71822a Color Preview on White Background

Lorem ipsum dolor sit amet.

#71822a Color CSS Codes

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

#71822a Text Font Color

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

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


#71822a Background Color

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

This div background color is #71822a


#71822a Border Color

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

This div border color is #71822a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,130,42, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #71822a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #71822a;
  -webkit-box-shadow: 1px 1px 3px 2px #71822a;
  box-shadow:         1px 1px 3px 2px #71822a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,130,42, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71822a


Comments

No comments written yet.

Please login to write comment.