Color Hex Logo

#71483e Color Hex

#71483E
(113,72,62)
0 Favorites   0 Comments

Color spaces of #71483e

RGB 1137262
HSL0.030.290.34
HSV12°45°44°
CMYK 0.000.360.45   0.56
XYZ9.99698.49325.6699
Yxy8.49320.41380.3515
Hunter Lab29.143110.23018.8651
CIE-Lab34.989616.235413.2278

#71483e color RGB value is (113,72,62).

#71483e hex color red value is 113, green value is 72 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #71483e hue: 0.03 , saturation: 0.29 and the lightness value of 71483e is 0.34.

The process color (four color CMYK) of #71483e color hex is 0.00, 0.36, 0.45, 0.56. Web safe color of #71483e is #663333. Color #71483e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01001000 00111110
Octal 161 110 76
Decimal 113 72 62
Hex 71 48 3E

RGB Percentages of Color #71483e

%45.75
%29.15
%25.10

CMYK Percentages of Color #71483e

%0
%36
%45
%56

Triadic Colors of #71483e

#71483e #3e7148 #483e71

Analogous Colors of #71483e

#71483e #71623e #713e4e

Monochromatic Colors of #71483e

#71483e

Complementary Color

#71483e #3e6771

#71483e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71483e Color Preview on White Background

Lorem ipsum dolor sit amet.

#71483e Color CSS Codes

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

#71483e Text Font Color

<p style="color:#71483e">Text here</p>

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


#71483e Background Color

<div style="background-color:#71483e">
Div content here</div>

This div background color is #71483e


#71483e Border Color

<div style="border:3px solid #71483e">
Div here</div>

This div border color is #71483e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71483e


Comments

No comments written yet.

Please login to write comment.