Color Hex Logo

#71805d Color Hex

#71805D
(113,128,93)
0 Favorites   0 Comments

Color spaces of #71805d

RGB 11312893
HSL0.240.160.43
HSV86°27°50°
CMYK 0.120.000.27   0.50
XYZ16.505019.739413.2961
Yxy19.73940.33320.3984
Hunter Lab44.4290-11.439613.3569
CIE-Lab51.5413-12.174517.2262

#71805d color RGB value is (113,128,93).

#71805d hex color red value is 113, green value is 128 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #71805d hue: 0.24 , saturation: 0.16 and the lightness value of 71805d is 0.43.

The process color (four color CMYK) of #71805d color hex is 0.12, 0.00, 0.27, 0.50. Web safe color of #71805d is #669966. Color #71805d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10000000 01011101
Octal 161 200 135
Decimal 113 128 93
Hex 71 80 5D

RGB Percentages of Color #71805d

%33.83
%38.32
%27.84

CMYK Percentages of Color #71805d

%12
%0
%27
%50

Triadic Colors of #71805d

#71805d #5d7180 #805d71

Analogous Colors of #71805d

#71805d #60805d #807e5d

Monochromatic Colors of #71805d

#71805d

Complementary Color

#71805d #6c5d80

#71805d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71805d Color Preview on White Background

Lorem ipsum dolor sit amet.

#71805d Color CSS Codes

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

#71805d Text Font Color

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

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


#71805d Background Color

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

This div background color is #71805d


#71805d Border Color

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

This div border color is #71805d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71805d


Comments

No comments written yet.

Please login to write comment.