Color Hex Logo

#71791a Color Hex

#71791A
(113,121,26)
0 Favorites   0 Comments

Color spaces of #71791a

RGB 11312126
HSL0.180.650.29
HSV65°79°47°
CMYK 0.070.000.79   0.53
XYZ13.833917.26003.5797
Yxy17.26000.39900.4978
Hunter Lab41.5452-13.266323.9729
CIE-Lab48.5860-15.378047.2845

#71791a color RGB value is (113,121,26).

#71791a hex color red value is 113, green value is 121 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #71791a hue: 0.18 , saturation: 0.65 and the lightness value of 71791a is 0.29.

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 01111001 00011010
Octal 161 171 32
Decimal 113 121 26
Hex 71 79 1A

RGB Percentages of Color #71791a

%43.46
%46.54
%10.00

CMYK Percentages of Color #71791a

%7
%0
%79
%53

Triadic Colors of #71791a

#71791a #1a7179 #791a71

Analogous Colors of #71791a

#71791a #42791a #79521a

Monochromatic Colors of #71791a

#71791a

Complementary Color

#71791a #221a79

#71791a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71791a Color Preview on White Background

Lorem ipsum dolor sit amet.

#71791a Color CSS Codes

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

#71791a Text Font Color

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

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


#71791a Background Color

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

This div background color is #71791a


#71791a Border Color

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

This div border color is #71791a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71791a


Comments

No comments written yet.

Please login to write comment.