Color Hex Logo

#71650b Color Hex

#71650B
(113,101,11)
0 Favorites   0 Comments

Color spaces of #71650b

RGB 11310111
HSL0.150.820.24
HSV53°90°44°
CMYK 0.000.110.90   0.56
XYZ11.524112.84222.1880
Yxy12.84220.43400.4836
Hunter Lab35.8360-5.311221.4652
CIE-Lab42.5245-4.788746.5302

#71650b color RGB value is (113,101,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 01100101 00001011
Octal 161 145 13
Decimal 113 101 11
Hex 71 65 B

RGB Percentages of Color #71650b

%50.22
%44.89
%4.89

CMYK Percentages of Color #71650b

%0
%11
%90
%56

Triadic Colors of #71650b

#71650b #0b7165 #650b71

Analogous Colors of #71650b

#71650b #4a710b #71320b

Monochromatic Colors of #71650b

#71650b

Complementary Color

#71650b #0b1771

#71650b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71650b Color Preview on White Background

Lorem ipsum dolor sit amet.

#71650b Color CSS Codes

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

#71650b Text Font Color

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

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


#71650b Background Color

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

This div background color is #71650b


#71650b Border Color

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

This div border color is #71650b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71650b


Comments

No comments written yet.

Please login to write comment.