Color Hex Logo

#71871d Color Hex

#71871D
(113,135,29)
0 Favorites   0 Comments

Color spaces of #71871d

RGB 11313529
HSL0.200.650.32
HSV72°79°53°
CMYK 0.160.000.79   0.47
XYZ15.695820.92744.3745
Yxy20.92740.38280.5105
Hunter Lab45.7465-18.812326.3529
CIE-Lab52.8699-22.536950.2420

#71871d color RGB value is (113,135,29).

#71871d hex color red value is 113, green value is 135 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #71871d hue: 0.20 , saturation: 0.65 and the lightness value of 71871d is 0.32.

The process color (four color CMYK) of #71871d color hex is 0.16, 0.00, 0.79, 0.47. Web safe color of #71871d is #669933. Color #71871d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10000111 00011101
Octal 161 207 35
Decimal 113 135 29
Hex 71 87 1D

RGB Percentages of Color #71871d

%40.79
%48.74
%10.47

CMYK Percentages of Color #71871d

%16
%0
%79
%47

Triadic Colors of #71871d

#71871d #1d7187 #871d71

Analogous Colors of #71871d

#71871d #3c871d #87681d

Monochromatic Colors of #71871d

#71871d

Complementary Color

#71871d #331d87

#71871d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71871d Color Preview on White Background

Lorem ipsum dolor sit amet.

#71871d Color CSS Codes

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

#71871d Text Font Color

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

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


#71871d Background Color

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

This div background color is #71871d


#71871d Border Color

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

This div border color is #71871d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,135,29, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #71871d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #71871d;
  -webkit-box-shadow: 1px 1px 3px 2px #71871d;
  box-shadow:         1px 1px 3px 2px #71871d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71871d


Comments

No comments written yet.

Please login to write comment.