Color Hex Logo

#71882d Color Hex

#71882D
(113,136,45)
0 Favorites   0 Comments

Color spaces of #71882d

RGB 11313645
HSL0.210.500.35
HSV75°67°53°
CMYK 0.170.000.67   0.47
XYZ16.087921.30855.7477
Yxy21.30850.37290.4939
Hunter Lab46.1611-18.571824.9304
CIE-Lab53.2855-22.062544.4324

#71882d color RGB value is (113,136,45).

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

The process color (four color CMYK) of #71882d color hex is 0.17, 0.00, 0.67, 0.47. Web safe color of #71882d is #669933. Color #71882d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10001000 00101101
Octal 161 210 55
Decimal 113 136 45
Hex 71 88 2D

RGB Percentages of Color #71882d

%38.44
%46.26
%15.31

CMYK Percentages of Color #71882d

%17
%0
%67
%47

Triadic Colors of #71882d

#71882d #2d7188 #882d71

Analogous Colors of #71882d

#71882d #44882d #88722d

Monochromatic Colors of #71882d

#71882d

Complementary Color

#71882d #442d88

#71882d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71882d Color Preview on White Background

Lorem ipsum dolor sit amet.

#71882d Color CSS Codes

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

#71882d Text Font Color

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

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


#71882d Background Color

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

This div background color is #71882d


#71882d Border Color

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

This div border color is #71882d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71882d


Comments

No comments written yet.

Please login to write comment.