Color Hex Logo

#828022 Color Hex

#828022
(130,128,34)
0 Favorites   0 Comments

Color spaces of #828022

RGB 13012834
HSL0.160.590.32
HSV59°74°51°
CMYK 0.000.020.74   0.49
XYZ17.213820.29974.5243
Yxy20.29970.40950.4829
Hunter Lab45.0552-10.648825.5849
CIE-Lab52.1744-10.966048.2696

#828022 color RGB value is (130,128,34).

#828022 hex color red value is 130, green value is 128 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #828022 hue: 0.16 , saturation: 0.59 and the lightness value of 828022 is 0.32.

The process color (four color CMYK) of #828022 color hex is 0.00, 0.02, 0.74, 0.49. Web safe color of #828022 is #999933. Color #828022 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10000000 00100010
Octal 202 200 42
Decimal 130 128 34
Hex 82 80 22

RGB Percentages of Color #828022

%44.52
%43.84
%11.64

CMYK Percentages of Color #828022

%0
%2
%74
%49

Triadic Colors of #828022

#828022 #228280 #802282

Analogous Colors of #828022

#828022 #548222 #825022

Monochromatic Colors of #828022

#828022

Complementary Color

#828022 #222482

#828022 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#828022 Color Preview on White Background

Lorem ipsum dolor sit amet.

#828022 Color CSS Codes

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

#828022 Text Font Color

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

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


#828022 Background Color

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

This div background color is #828022


#828022 Border Color

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

This div border color is #828022


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #828022


Comments

No comments written yet.

Please login to write comment.