Color Hex Logo

#71965e Color Hex

#71965E
(113,150,94)
0 Favorites   0 Comments

Color spaces of #71965e

RGB 11315094
HSL0.280.230.48
HSV100°37°59°
CMYK 0.250.000.37   0.41
XYZ19.736826.131614.5933
Yxy26.13160.32640.4322
Hunter Lab51.1191-20.540518.8574
CIE-Lab58.1618-23.577925.5135

#71965e color RGB value is (113,150,94).

#71965e hex color red value is 113, green value is 150 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #71965e hue: 0.28 , saturation: 0.23 and the lightness value of 71965e is 0.48.

The process color (four color CMYK) of #71965e color hex is 0.25, 0.00, 0.37, 0.41. Web safe color of #71965e is #669966. Color #71965e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10010110 01011110
Octal 161 226 136
Decimal 113 150 94
Hex 71 96 5E

RGB Percentages of Color #71965e

%31.65
%42.02
%26.33

CMYK Percentages of Color #71965e

%25
%0
%37
%41

Triadic Colors of #71965e

#71965e #5e7196 #965e71

Analogous Colors of #71965e

#71965e #5e9667 #8d965e

Monochromatic Colors of #71965e

#71965e

Complementary Color

#71965e #835e96

#71965e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71965e Color Preview on White Background

Lorem ipsum dolor sit amet.

#71965e Color CSS Codes

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

#71965e Text Font Color

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

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


#71965e Background Color

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

This div background color is #71965e


#71965e Border Color

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

This div border color is #71965e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71965e


Comments

No comments written yet.

Please login to write comment.