Color Hex Logo

#828441 Color Hex

#828441
(130,132,65)
0 Favorites   0 Comments

Color spaces of #828441

RGB 13013265
HSL0.170.340.39
HSV62°51°52°
CMYK 0.020.000.51   0.48
XYZ18.411321.63008.2057
Yxy21.63000.38160.4483
Hunter Lab46.5081-10.725722.0948
CIE-Lab53.6322-10.836435.5766

#828441 color RGB value is (130,132,65).

#828441 hex color red value is 130, green value is 132 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #828441 hue: 0.17 , saturation: 0.34 and the lightness value of 828441 is 0.39.

The process color (four color CMYK) of #828441 color hex is 0.02, 0.00, 0.51, 0.48. Web safe color of #828441 is #999933. Color #828441 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10000100 01000001
Octal 202 204 101
Decimal 130 132 65
Hex 82 84 41

RGB Percentages of Color #828441

%39.76
%40.37
%19.88

CMYK Percentages of Color #828441

%2
%0
%51
%48

Triadic Colors of #828441

#828441 #418284 #844182

Analogous Colors of #828441

#828441 #618441 #846541

Monochromatic Colors of #828441

#828441

Complementary Color

#828441 #434184

#828441 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#828441 Color Preview on White Background

Lorem ipsum dolor sit amet.

#828441 Color CSS Codes

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

#828441 Text Font Color

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

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


#828441 Background Color

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

This div background color is #828441


#828441 Border Color

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

This div border color is #828441


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #828441


Comments

No comments written yet.

Please login to write comment.