Color Hex Logo

#865f13 Color Hex

#865F13
(134,95,19)
0 Favorites   0 Comments

Color spaces of #865f13

RGB 1349519
HSL0.110.750.30
HSV40°86°53°
CMYK 0.000.290.86   0.47
XYZ14.041313.29982.4432
Yxy13.29980.47140.4465
Hunter Lab36.46894.905721.5561
CIE-Lab43.21159.095645.6780

#865f13 color RGB value is (134,95,19).

#865f13 hex color red value is 134, green value is 95 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #865f13 hue: 0.11 , saturation: 0.75 and the lightness value of 865f13 is 0.30.

The process color (four color CMYK) of #865f13 color hex is 0.00, 0.29, 0.86, 0.47. Web safe color of #865f13 is #996600. Color #865f13 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01011111 00010011
Octal 206 137 23
Decimal 134 95 19
Hex 86 5F 13

RGB Percentages of Color #865f13

%54.03
%38.31
%7.66

CMYK Percentages of Color #865f13

%0
%29
%86
%47

Triadic Colors of #865f13

#865f13 #13865f #5f1386

Analogous Colors of #865f13

#865f13 #748613 #862613

Monochromatic Colors of #865f13

#865f13

Complementary Color

#865f13 #133a86

#865f13 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#865f13 Color Preview on White Background

Lorem ipsum dolor sit amet.

#865f13 Color CSS Codes

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

#865f13 Text Font Color

<p style="color:#865f13">Text here</p>

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


#865f13 Background Color

<div style="background-color:#865f13">
Div content here</div>

This div background color is #865f13


#865f13 Border Color

<div style="border:3px solid #865f13">
Div here</div>

This div border color is #865f13


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,95,19, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #865f13; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #865f13;
  -webkit-box-shadow: 1px 1px 3px 2px #865f13;
  box-shadow:         1px 1px 3px 2px #865f13; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(134,95,19, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #865f13


Comments

No comments written yet.

Please login to write comment.