Color Hex Logo

#71533a Color Hex

#71533A
(113,83,58)
0 Favorites   0 Comments

Color spaces of #71533a

RGB 1138358
HSL0.080.320.34
HSV27°49°44°
CMYK 0.000.270.49   0.56
XYZ10.667010.00275.3715
Yxy10.00270.40960.3841
Hunter Lab31.62704.856212.0692
CIE-Lab37.84739.077819.4887

#71533a color RGB value is (113,83,58).

#71533a hex color red value is 113, green value is 83 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #71533a hue: 0.08 , saturation: 0.32 and the lightness value of 71533a is 0.34.

The process color (four color CMYK) of #71533a color hex is 0.00, 0.27, 0.49, 0.56. Web safe color of #71533a is #666633. Color #71533a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01010011 00111010
Octal 161 123 72
Decimal 113 83 58
Hex 71 53 3A

RGB Percentages of Color #71533a

%44.49
%32.68
%22.83

CMYK Percentages of Color #71533a

%0
%27
%49
%56

Triadic Colors of #71533a

#71533a #3a7153 #533a71

Analogous Colors of #71533a

#71533a #716f3a #713a3d

Monochromatic Colors of #71533a

#71533a

Complementary Color

#71533a #3a5871

#71533a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71533a Color Preview on White Background

Lorem ipsum dolor sit amet.

#71533a Color CSS Codes

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

#71533a Text Font Color

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

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


#71533a Background Color

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

This div background color is #71533a


#71533a Border Color

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

This div border color is #71533a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71533a


Comments

No comments written yet.

Please login to write comment.