Color Hex Logo

#71844f Color Hex

#71844F
(113,132,79)
0 Favorites   0 Comments

Color spaces of #71844f

RGB 11313279
HSL0.230.250.41
HSV82°40°52°
CMYK 0.140.000.40   0.48
XYZ16.472620.577810.5008
Yxy20.57780.34640.4328
Hunter Lab45.3628-14.566018.0292
CIE-Lab52.4843-16.421826.3592

#71844f color RGB value is (113,132,79).

#71844f hex color red value is 113, green value is 132 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #71844f hue: 0.23 , saturation: 0.25 and the lightness value of 71844f is 0.41.

The process color (four color CMYK) of #71844f color hex is 0.14, 0.00, 0.40, 0.48. Web safe color of #71844f is #669966. Color #71844f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10000100 01001111
Octal 161 204 117
Decimal 113 132 79
Hex 71 84 4F

RGB Percentages of Color #71844f

%34.88
%40.74
%24.38

CMYK Percentages of Color #71844f

%14
%0
%40
%48

Triadic Colors of #71844f

#71844f #4f7184 #844f71

Analogous Colors of #71844f

#71844f #57844f #847d4f

Monochromatic Colors of #71844f

#71844f

Complementary Color

#71844f #624f84

#71844f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71844f Color Preview on White Background

Lorem ipsum dolor sit amet.

#71844f Color CSS Codes

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

#71844f Text Font Color

<p style="color:#71844f">Text here</p>

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


#71844f Background Color

<div style="background-color:#71844f">
Div content here</div>

This div background color is #71844f


#71844f Border Color

<div style="border:3px solid #71844f">
Div here</div>

This div border color is #71844f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,132,79, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #71844f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #71844f;
  -webkit-box-shadow: 1px 1px 3px 2px #71844f;
  box-shadow:         1px 1px 3px 2px #71844f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71844f


Comments

No comments written yet.

Please login to write comment.