Color Hex Logo

#868020 Color Hex

#868020
(134,128,32)
0 Favorites   0 Comments

Color spaces of #868020

RGB 13412832
HSL0.160.610.33
HSV56°76°53°
CMYK 0.000.040.76   0.47
XYZ17.811420.61104.4061
Yxy20.61100.41590.4812
Hunter Lab45.3993-9.418426.0253
CIE-Lab52.5211-9.224149.4760

#868020 color RGB value is (134,128,32).

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

The process color (four color CMYK) of #868020 color hex is 0.00, 0.04, 0.76, 0.47. Web safe color of #868020 is #999933. Color #868020 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 10000000 00100000
Octal 206 200 40
Decimal 134 128 32
Hex 86 80 20

RGB Percentages of Color #868020

%45.58
%43.54
%10.88

CMYK Percentages of Color #868020

%0
%4
%76
%47

Triadic Colors of #868020

#868020 #208680 #802086

Analogous Colors of #868020

#868020 #598620 #864d20

Monochromatic Colors of #868020

#868020

Complementary Color

#868020 #202686

#868020 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#868020 Color Preview on White Background

Lorem ipsum dolor sit amet.

#868020 Color CSS Codes

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

#868020 Text Font Color

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

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


#868020 Background Color

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

This div background color is #868020


#868020 Border Color

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

This div border color is #868020


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(134,128,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 #868020">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #868020


Comments

No comments written yet.

Please login to write comment.