Color Hex Logo

#828346 Color Hex

#828346
(130,131,70)
0 Favorites   0 Comments

Color spaces of #828346

RGB 13013170
HSL0.170.300.39
HSV61°47°51°
CMYK 0.010.000.47   0.49
XYZ18.427721.42068.9577
Yxy21.42060.37760.4389
Hunter Lab46.2824-9.923020.9224
CIE-Lab53.4068-9.778932.6823

#828346 color RGB value is (130,131,70).

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

The process color (four color CMYK) of #828346 color hex is 0.01, 0.00, 0.47, 0.49. Web safe color of #828346 is #999933. Color #828346 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10000011 01000110
Octal 202 203 106
Decimal 130 131 70
Hex 82 83 46

RGB Percentages of Color #828346

%39.27
%39.58
%21.15

CMYK Percentages of Color #828346

%1
%0
%47
%49

Triadic Colors of #828346

#828346 #468283 #834682

Analogous Colors of #828346

#828346 #648346 #836646

Monochromatic Colors of #828346

#828346

Complementary Color

#828346 #474683

#828346 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#828346 Color Preview on White Background

Lorem ipsum dolor sit amet.

#828346 Color CSS Codes

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

#828346 Text Font Color

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

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


#828346 Background Color

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

This div background color is #828346


#828346 Border Color

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

This div border color is #828346


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #828346


Comments

No comments written yet.

Please login to write comment.