Color Hex Logo

#865f24 Color Hex

#865F24
(134,95,36)
0 Favorites   0 Comments

Color spaces of #865f24

RGB 1349536
HSL0.100.580.33
HSV36°73°53°
CMYK 0.000.290.73   0.47
XYZ14.242213.38013.5010
Yxy13.38010.45760.4299
Hunter Lab36.57885.487219.9305
CIE-Lab43.33059.837638.6963

#865f24 color RGB value is (134,95,36).

#865f24 hex color red value is 134, green value is 95 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #865f24 hue: 0.10 , saturation: 0.58 and the lightness value of 865f24 is 0.33.

The process color (four color CMYK) of #865f24 color hex is 0.00, 0.29, 0.73, 0.47. Web safe color of #865f24 is #996633. Color #865f24 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01011111 00100100
Octal 206 137 44
Decimal 134 95 36
Hex 86 5F 24

RGB Percentages of Color #865f24

%50.57
%35.85
%13.58

CMYK Percentages of Color #865f24

%0
%29
%73
%47

Triadic Colors of #865f24

#865f24 #24865f #5f2486

Analogous Colors of #865f24

#865f24 #7c8624 #862e24

Monochromatic Colors of #865f24

#865f24

Complementary Color

#865f24 #244b86

#865f24 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#865f24 Color Preview on White Background

Lorem ipsum dolor sit amet.

#865f24 Color CSS Codes

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

#865f24 Text Font Color

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

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


#865f24 Background Color

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

This div background color is #865f24


#865f24 Border Color

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

This div border color is #865f24


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #865f24


Comments

No comments written yet.

Please login to write comment.