Color Hex Logo

#71844a Color Hex

#71844A
(113,132,74)
0 Favorites   0 Comments

Color spaces of #71844a

RGB 11313274
HSL0.220.280.40
HSV80°44°52°
CMYK 0.140.000.44   0.48
XYZ16.297320.50779.5780
Yxy20.50770.35140.4421
Hunter Lab45.2854-15.011019.1598
CIE-Lab52.4064-17.078728.9944

#71844a color RGB value is (113,132,74).

#71844a hex color red value is 113, green value is 132 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #71844a hue: 0.22 , saturation: 0.28 and the lightness value of 71844a is 0.40.

The process color (four color CMYK) of #71844a color hex is 0.14, 0.00, 0.44, 0.48. Web safe color of #71844a is #669933. Color #71844a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10000100 01001010
Octal 161 204 112
Decimal 113 132 74
Hex 71 84 4A

RGB Percentages of Color #71844a

%35.42
%41.38
%23.20

CMYK Percentages of Color #71844a

%14
%0
%44
%48

Triadic Colors of #71844a

#71844a #4a7184 #844a71

Analogous Colors of #71844a

#71844a #54844a #847a4a

Monochromatic Colors of #71844a

#71844a

Complementary Color

#71844a #5d4a84

#71844a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71844a Color Preview on White Background

Lorem ipsum dolor sit amet.

#71844a Color CSS Codes

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

#71844a Text Font Color

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

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


#71844a Background Color

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

This div background color is #71844a


#71844a Border Color

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

This div border color is #71844a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71844a


Comments

No comments written yet.

Please login to write comment.