Color Hex Logo

#71752c Color Hex

#71752C
(113,117,44)
0 Favorites   0 Comments

Color spaces of #71752c

RGB 11311744
HSL0.180.450.32
HSV63°62°46°
CMYK 0.030.000.62   0.54
XYZ13.626016.41514.8331
Yxy16.41510.39070.4707
Hunter Lab40.5156-10.869921.2882
CIE-Lab47.5144-12.083538.6938

#71752c color RGB value is (113,117,44).

#71752c hex color red value is 113, green value is 117 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #71752c hue: 0.18 , saturation: 0.45 and the lightness value of 71752c is 0.32.

The process color (four color CMYK) of #71752c color hex is 0.03, 0.00, 0.62, 0.54. Web safe color of #71752c is #666633. Color #71752c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01110101 00101100
Octal 161 165 54
Decimal 113 117 44
Hex 71 75 2C

RGB Percentages of Color #71752c

%41.24
%42.70
%16.06

CMYK Percentages of Color #71752c

%3
%0
%62
%54

Triadic Colors of #71752c

#71752c #2c7175 #752c71

Analogous Colors of #71752c

#71752c #4d752c #75552c

Monochromatic Colors of #71752c

#71752c

Complementary Color

#71752c #302c75

#71752c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71752c Color Preview on White Background

Lorem ipsum dolor sit amet.

#71752c Color CSS Codes

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

#71752c Text Font Color

<p style="color:#71752c">Text here</p>

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


#71752c Background Color

<div style="background-color:#71752c">
Div content here</div>

This div background color is #71752c


#71752c Border Color

<div style="border:3px solid #71752c">
Div here</div>

This div border color is #71752c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,117,44, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #71752c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #71752c;
  -webkit-box-shadow: 1px 1px 3px 2px #71752c;
  box-shadow:         1px 1px 3px 2px #71752c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71752c


Comments

No comments written yet.

Please login to write comment.