Color Hex Logo

#865020 Color Hex

#865020
(134,80,32)
0 Favorites   0 Comments

Color spaces of #865020

RGB 1348032
HSL0.080.610.33
HSV28°76°53°
CMYK 0.000.400.76   0.47
XYZ12.960910.90992.7892
Yxy10.90990.48620.4092
Hunter Lab33.030112.240018.1144
CIE-Lab39.428318.441736.6089

#865020 color RGB value is (134,80,32).

#865020 hex color red value is 134, green value is 80 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #865020 hue: 0.08 , saturation: 0.61 and the lightness value of 865020 is 0.33.

The process color (four color CMYK) of #865020 color hex is 0.00, 0.40, 0.76, 0.47. Web safe color of #865020 is #996633. Color #865020 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01010000 00100000
Octal 206 120 40
Decimal 134 80 32
Hex 86 50 20

RGB Percentages of Color #865020

%54.47
%32.52
%13.01

CMYK Percentages of Color #865020

%0
%40
%76
%47

Triadic Colors of #865020

#865020 #208650 #502086

Analogous Colors of #865020

#865020 #868320 #862023

Monochromatic Colors of #865020

#865020

Complementary Color

#865020 #205686

#865020 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#865020 Color Preview on White Background

Lorem ipsum dolor sit amet.

#865020 Color CSS Codes

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

#865020 Text Font Color

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

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


#865020 Background Color

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

This div background color is #865020


#865020 Border Color

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

This div border color is #865020


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,80,32, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #865020; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #865020;
  -webkit-box-shadow: 1px 1px 3px 2px #865020;
  box-shadow:         1px 1px 3px 2px #865020; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #865020


Comments

No comments written yet.

Please login to write comment.