Color Hex Logo

#71482a Color Hex

#71482A
(113,72,42)
0 Favorites   0 Comments

Color spaces of #71482a

RGB 1137242
HSL0.070.460.30
HSV25°63°44°
CMYK 0.000.360.63   0.56
XYZ9.54538.31263.2919
Yxy8.31260.45130.3930
Hunter Lab28.83168.640913.4126
CIE-Lab34.625614.195624.9802

#71482a color RGB value is (113,72,42).

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

The process color (four color CMYK) of #71482a color hex is 0.00, 0.36, 0.63, 0.56. Web safe color of #71482a is #663333. Color #71482a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01001000 00101010
Octal 161 110 52
Decimal 113 72 42
Hex 71 48 2A

RGB Percentages of Color #71482a

%49.78
%31.72
%18.50

CMYK Percentages of Color #71482a

%0
%36
%63
%56

Triadic Colors of #71482a

#71482a #2a7148 #482a71

Analogous Colors of #71482a

#71482a #716c2a #712a30

Monochromatic Colors of #71482a

#71482a

Complementary Color

#71482a #2a5371

#71482a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71482a Color Preview on White Background

Lorem ipsum dolor sit amet.

#71482a Color CSS Codes

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

#71482a Text Font Color

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

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


#71482a Background Color

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

This div background color is #71482a


#71482a Border Color

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

This div border color is #71482a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71482a


Comments

No comments written yet.

Please login to write comment.