Color Hex Logo

#71862f Color Hex

#71862F
(113,134,47)
0 Favorites   0 Comments

Color spaces of #71862f

RGB 11313447
HSL0.210.480.35
HSV74°65°53°
CMYK 0.160.000.65   0.47
XYZ15.848220.76615.8623
Yxy20.76610.37310.4889
Hunter Lab45.5698-17.668824.2716
CIE-Lab52.6925-20.887342.9147

#71862f color RGB value is (113,134,47).

#71862f hex color red value is 113, green value is 134 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #71862f hue: 0.21 , saturation: 0.48 and the lightness value of 71862f is 0.35.

The process color (four color CMYK) of #71862f color hex is 0.16, 0.00, 0.65, 0.47. Web safe color of #71862f is #669933. Color #71862f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10000110 00101111
Octal 161 206 57
Decimal 113 134 47
Hex 71 86 2F

RGB Percentages of Color #71862f

%38.44
%45.58
%15.99

CMYK Percentages of Color #71862f

%16
%0
%65
%47

Triadic Colors of #71862f

#71862f #2f7186 #862f71

Analogous Colors of #71862f

#71862f #46862f #86702f

Monochromatic Colors of #71862f

#71862f

Complementary Color

#71862f #442f86

#71862f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71862f Color Preview on White Background

Lorem ipsum dolor sit amet.

#71862f Color CSS Codes

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

#71862f Text Font Color

<p style="color:#71862f">Text here</p>

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


#71862f Background Color

<div style="background-color:#71862f">
Div content here</div>

This div background color is #71862f


#71862f Border Color

<div style="border:3px solid #71862f">
Div here</div>

This div border color is #71862f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,134,47, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #71862f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #71862f;
  -webkit-box-shadow: 1px 1px 3px 2px #71862f;
  box-shadow:         1px 1px 3px 2px #71862f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71862f


Comments

No comments written yet.

Please login to write comment.