Color Hex Logo

#71862d Color Hex

#71862D
(113,134,45)
0 Favorites   0 Comments

Color spaces of #71862d

RGB 11313445
HSL0.210.500.35
HSV74°66°53°
CMYK 0.160.000.66   0.47
XYZ15.808820.75045.6546
Yxy20.75040.37450.4916
Hunter Lab45.5526-17.769524.5270
CIE-Lab52.6752-21.040943.7875

#71862d color RGB value is (113,134,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 10000110 00101101
Octal 161 206 55
Decimal 113 134 45
Hex 71 86 2D

RGB Percentages of Color #71862d

%38.70
%45.89
%15.41

CMYK Percentages of Color #71862d

%16
%0
%66
%47

Triadic Colors of #71862d

#71862d #2d7186 #862d71

Analogous Colors of #71862d

#71862d #45862d #866f2d

Monochromatic Colors of #71862d

#71862d

Complementary Color

#71862d #422d86

#71862d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71862d Color Preview on White Background

Lorem ipsum dolor sit amet.

#71862d Color CSS Codes

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

#71862d Text Font Color

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

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


#71862d Background Color

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

This div background color is #71862d


#71862d Border Color

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

This div border color is #71862d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71862d


Comments

No comments written yet.

Please login to write comment.