Color Hex Logo

#71813e Color Hex

#71813E
(113,129,62)
0 Favorites   0 Comments

Color spaces of #71813e

RGB 11312962
HSL0.210.350.37
HSV74°52°51°
CMYK 0.120.000.52   0.49
XYZ15.529819.55907.5142
Yxy19.55900.36450.4591
Hunter Lab44.2256-14.714520.8841
CIE-Lab51.3349-16.890834.0587

#71813e color RGB value is (113,129,62).

#71813e hex color red value is 113, green value is 129 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #71813e hue: 0.21 , saturation: 0.35 and the lightness value of 71813e is 0.37.

The process color (four color CMYK) of #71813e color hex is 0.12, 0.00, 0.52, 0.49. Web safe color of #71813e is #669933. Color #71813e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10000001 00111110
Octal 161 201 76
Decimal 113 129 62
Hex 71 81 3E

RGB Percentages of Color #71813e

%37.17
%42.43
%20.39

CMYK Percentages of Color #71813e

%12
%0
%52
%49

Triadic Colors of #71813e

#71813e #3e7181 #813e71

Analogous Colors of #71813e

#71813e #50813e #81703e

Monochromatic Colors of #71813e

#71813e

Complementary Color

#71813e #4e3e81

#71813e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71813e Color Preview on White Background

Lorem ipsum dolor sit amet.

#71813e Color CSS Codes

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

#71813e Text Font Color

<p style="color:#71813e">Text here</p>

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


#71813e Background Color

<div style="background-color:#71813e">
Div content here</div>

This div background color is #71813e


#71813e Border Color

<div style="border:3px solid #71813e">
Div here</div>

This div border color is #71813e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,129,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #71813e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #71813e;
  -webkit-box-shadow: 1px 1px 3px 2px #71813e;
  box-shadow:         1px 1px 3px 2px #71813e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71813e


Comments

No comments written yet.

Please login to write comment.