Color Hex Logo

#71542a Color Hex

#71542A
(113,84,42)
0 Favorites   0 Comments

Color spaces of #71542a

RGB 1138442
HSL0.100.460.30
HSV35°63°44°
CMYK 0.000.260.63   0.56
XYZ10.398310.01853.5762
Yxy10.01850.43340.4176
Hunter Lab31.65203.249715.4575
CIE-Lab37.87566.913428.8393

#71542a color RGB value is (113,84,42).

#71542a hex color red value is 113, green value is 84 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #71542a hue: 0.10 , saturation: 0.46 and the lightness value of 71542a is 0.30.

The process color (four color CMYK) of #71542a color hex is 0.00, 0.26, 0.63, 0.56. Web safe color of #71542a is #666633. Color #71542a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01010100 00101010
Octal 161 124 52
Decimal 113 84 42
Hex 71 54 2A

RGB Percentages of Color #71542a

%47.28
%35.15
%17.57

CMYK Percentages of Color #71542a

%0
%26
%63
%56

Triadic Colors of #71542a

#71542a #2a7154 #542a71

Analogous Colors of #71542a

#71542a #6b712a #71312a

Monochromatic Colors of #71542a

#71542a

Complementary Color

#71542a #2a4771

#71542a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71542a Color Preview on White Background

Lorem ipsum dolor sit amet.

#71542a Color CSS Codes

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

#71542a Text Font Color

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

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


#71542a Background Color

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

This div background color is #71542a


#71542a Border Color

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

This div border color is #71542a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71542a


Comments

No comments written yet.

Please login to write comment.