Color Hex Logo

#826f34 Color Hex

#826F34
(130,111,52)
0 Favorites   0 Comments

Color spaces of #826f34

RGB 13011152
HSL0.130.430.36
HSV45°60°51°
CMYK 0.000.150.60   0.49
XYZ15.510216.36265.5896
Yxy16.36260.41400.4368
Hunter Lab40.4507-2.345720.1226
CIE-Lab47.4467-0.246235.0598

#826f34 color RGB value is (130,111,52).

#826f34 hex color red value is 130, green value is 111 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #826f34 hue: 0.13 , saturation: 0.43 and the lightness value of 826f34 is 0.36.

The process color (four color CMYK) of #826f34 color hex is 0.00, 0.15, 0.60, 0.49. Web safe color of #826f34 is #996633. Color #826f34 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01101111 00110100
Octal 202 157 64
Decimal 130 111 52
Hex 82 6F 34

RGB Percentages of Color #826f34

%44.37
%37.88
%17.75

CMYK Percentages of Color #826f34

%0
%15
%60
%49

Triadic Colors of #826f34

#826f34 #34826f #6f3482

Analogous Colors of #826f34

#826f34 #6e8234 #824834

Monochromatic Colors of #826f34

#826f34

Complementary Color

#826f34 #344782

#826f34 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#826f34 Color Preview on White Background

Lorem ipsum dolor sit amet.

#826f34 Color CSS Codes

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

#826f34 Text Font Color

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

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


#826f34 Background Color

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

This div background color is #826f34


#826f34 Border Color

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

This div border color is #826f34


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,111,52, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #826f34; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #826f34;
  -webkit-box-shadow: 1px 1px 3px 2px #826f34;
  box-shadow:         1px 1px 3px 2px #826f34; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #826f34


Comments

No comments written yet.

Please login to write comment.