Color Hex Logo

#71905e Color Hex

#71905E
(113,144,94)
0 Favorites   0 Comments

Color spaces of #71905e

RGB 11314494
HSL0.270.210.47
HSV97°35°56°
CMYK 0.220.000.35   0.44
XYZ18.803724.265414.2823
Yxy24.26540.32790.4231
Hunter Lab49.2599-18.067117.2916
CIE-Lab56.3525-20.521223.1265

#71905e color RGB value is (113,144,94).

#71905e hex color red value is 113, green value is 144 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #71905e hue: 0.27 , saturation: 0.21 and the lightness value of 71905e is 0.47.

The process color (four color CMYK) of #71905e color hex is 0.22, 0.00, 0.35, 0.44. Web safe color of #71905e is #669966. Color #71905e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10010000 01011110
Octal 161 220 136
Decimal 113 144 94
Hex 71 90 5E

RGB Percentages of Color #71905e

%32.19
%41.03
%26.78

CMYK Percentages of Color #71905e

%22
%0
%35
%44

Triadic Colors of #71905e

#71905e #5e7190 #905e71

Analogous Colors of #71905e

#71905e #5e9064 #8a905e

Monochromatic Colors of #71905e

#71905e

Complementary Color

#71905e #7d5e90

#71905e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71905e Color Preview on White Background

Lorem ipsum dolor sit amet.

#71905e Color CSS Codes

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

#71905e Text Font Color

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

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


#71905e Background Color

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

This div background color is #71905e


#71905e Border Color

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

This div border color is #71905e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71905e

#71905e Color Palettes


Comments

No comments written yet.

Please login to write comment.