Color Hex Logo

#71734a Color Hex

#71734A
(113,115,74)
0 Favorites   0 Comments

Color spaces of #71734a

RGB 11311574
HSL0.170.220.37
HSV63°36°45°
CMYK 0.020.000.36   0.55
XYZ14.176816.26668.8711
Yxy16.26660.36060.4138
Hunter Lab40.3319-7.837415.1913
CIE-Lab47.3223-7.775922.4731

#71734a color RGB value is (113,115,74).

#71734a hex color red value is 113, green value is 115 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #71734a hue: 0.17 , saturation: 0.22 and the lightness value of 71734a is 0.37.

The process color (four color CMYK) of #71734a color hex is 0.02, 0.00, 0.36, 0.55. Web safe color of #71734a is #666633. Color #71734a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01110011 01001010
Octal 161 163 112
Decimal 113 115 74
Hex 71 73 4A

RGB Percentages of Color #71734a

%37.42
%38.08
%24.50

CMYK Percentages of Color #71734a

%2
%0
%36
%55

Triadic Colors of #71734a

#71734a #4a7173 #734a71

Analogous Colors of #71734a

#71734a #5d734a #73614a

Monochromatic Colors of #71734a

#71734a

Complementary Color

#71734a #4c4a73

#71734a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71734a Color Preview on White Background

Lorem ipsum dolor sit amet.

#71734a Color CSS Codes

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

#71734a Text Font Color

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

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


#71734a Background Color

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

This div background color is #71734a


#71734a Border Color

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

This div border color is #71734a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,115,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 #71734a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71734a


Comments

No comments written yet.

Please login to write comment.