Color Hex Logo

#808b03 Color Hex

#808B03
(128,139,3)
0 Favorites   0 Comments

Color spaces of #808b03

RGB 1281393
HSL0.180.960.28
HSV65°98°55°
CMYK 0.080.000.98   0.45
XYZ18.151123.06103.5807
Yxy23.06100.40520.5148
Hunter Lab48.0219-16.569629.1944
CIE-Lab55.1351-18.683858.5702

#808b03 color RGB value is (128,139,3).

#808b03 hex color red value is 128, green value is 139 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #808b03 hue: 0.18 , saturation: 0.96 and the lightness value of 808b03 is 0.28.

The process color (four color CMYK) of #808b03 color hex is 0.08, 0.00, 0.98, 0.45. Web safe color of #808b03 is #999900. Color #808b03 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10001011 00000011
Octal 200 213 3
Decimal 128 139 3
Hex 80 8B 3

RGB Percentages of Color #808b03

%47.41
%51.48
%1.11

CMYK Percentages of Color #808b03

%8
%0
%98
%45

Triadic Colors of #808b03

#808b03 #03808b #8b0380

Analogous Colors of #808b03

#808b03 #3c8b03 #8b5203

Monochromatic Colors of #808b03

#808b03

Complementary Color

#808b03 #0e038b

#808b03 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#808b03 Color Preview on White Background

Lorem ipsum dolor sit amet.

#808b03 Color CSS Codes

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

#808b03 Text Font Color

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

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


#808b03 Background Color

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

This div background color is #808b03


#808b03 Border Color

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

This div border color is #808b03


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,139,3, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #808b03


Comments

No comments written yet.

Please login to write comment.