Color Hex Logo

#71460b Color Hex

#71460B
(113,70,11)
0 Favorites   0 Comments

Color spaces of #71460b

RGB 1137011
HSL0.100.820.24
HSV35°90°44°
CMYK 0.000.380.90   0.56
XYZ9.06067.91521.3668
Yxy7.91520.49400.4315
Hunter Lab28.13408.251816.8134
CIE-Lab33.805713.727539.3905

#71460b color RGB value is (113,70,11).

#71460b hex color red value is 113, green value is 70 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #71460b hue: 0.10 , saturation: 0.82 and the lightness value of 71460b is 0.24.

The process color (four color CMYK) of #71460b color hex is 0.00, 0.38, 0.90, 0.56. Web safe color of #71460b is #663300. Color #71460b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01000110 00001011
Octal 161 106 13
Decimal 113 70 11
Hex 71 46 B

RGB Percentages of Color #71460b

%58.25
%36.08
%5.67

CMYK Percentages of Color #71460b

%0
%38
%90
%56

Triadic Colors of #71460b

#71460b #0b7146 #460b71

Analogous Colors of #71460b

#71460b #69710b #71130b

Monochromatic Colors of #71460b

#71460b

Complementary Color

#71460b #0b3671

#71460b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71460b Color Preview on White Background

Lorem ipsum dolor sit amet.

#71460b Color CSS Codes

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

#71460b Text Font Color

<p style="color:#71460b">Text here</p>

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


#71460b Background Color

<div style="background-color:#71460b">
Div content here</div>

This div background color is #71460b


#71460b Border Color

<div style="border:3px solid #71460b">
Div here</div>

This div border color is #71460b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,70,11, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #71460b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #71460b;
  -webkit-box-shadow: 1px 1px 3px 2px #71460b;
  box-shadow:         1px 1px 3px 2px #71460b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71460b


Comments

No comments written yet.

Please login to write comment.