Color Hex Logo

#71500b Color Hex

#71500B
(113,80,11)
0 Favorites   0 Comments

Color spaces of #71500b

RGB 1138011
HSL0.110.820.24
HSV41°90°44°
CMYK 0.000.290.90   0.56
XYZ9.73919.27221.5930
Yxy9.27220.47270.4500
Hunter Lab30.45033.802718.2135
CIE-Lab36.50327.665041.6070

#71500b color RGB value is (113,80,11).

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

The process color (four color CMYK) of #71500b color hex is 0.00, 0.29, 0.90, 0.56. Web safe color of #71500b is #666600. Color #71500b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01010000 00001011
Octal 161 120 13
Decimal 113 80 11
Hex 71 50 B

RGB Percentages of Color #71500b

%55.39
%39.22
%5.39

CMYK Percentages of Color #71500b

%0
%29
%90
%56

Triadic Colors of #71500b

#71500b #0b7150 #500b71

Analogous Colors of #71500b

#71500b #5f710b #711d0b

Monochromatic Colors of #71500b

#71500b

Complementary Color

#71500b #0b2c71

#71500b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71500b Color Preview on White Background

Lorem ipsum dolor sit amet.

#71500b Color CSS Codes

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

#71500b Text Font Color

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

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


#71500b Background Color

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

This div background color is #71500b


#71500b Border Color

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

This div border color is #71500b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71500b


Comments

No comments written yet.

Please login to write comment.