Color Hex Logo

#828123 Color Hex

#828123
(130,129,35)
0 Favorites   0 Comments

Color spaces of #828123

RGB 13012935
HSL0.160.580.32
HSV59°73°51°
CMYK 0.000.010.73   0.49
XYZ17.359620.56774.6451
Yxy20.56770.40780.4831
Hunter Lab45.3516-11.039525.6734
CIE-Lab52.4731-11.457148.1735

#828123 color RGB value is (130,129,35).

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

The process color (four color CMYK) of #828123 color hex is 0.00, 0.01, 0.73, 0.49. Web safe color of #828123 is #999933. Color #828123 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10000001 00100011
Octal 202 201 43
Decimal 130 129 35
Hex 82 81 23

RGB Percentages of Color #828123

%44.22
%43.88
%11.90

CMYK Percentages of Color #828123

%0
%1
%73
%49

Triadic Colors of #828123

#828123 #238281 #812382

Analogous Colors of #828123

#828123 #548223 #825223

Monochromatic Colors of #828123

#828123

Complementary Color

#828123 #232482

#828123 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#828123 Color Preview on White Background

Lorem ipsum dolor sit amet.

#828123 Color CSS Codes

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

#828123 Text Font Color

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

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


#828123 Background Color

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

This div background color is #828123


#828123 Border Color

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

This div border color is #828123


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #828123


Comments

No comments written yet.

Please login to write comment.