Color Hex Logo

#825026 Color Hex

#825026
(130,80,38)
0 Favorites   0 Comments

Color spaces of #825026

RGB 1308038
HSL0.080.550.33
HSV27°71°51°
CMYK 0.000.380.71   0.49
XYZ12.424410.62313.2293
Yxy10.62310.47280.4043
Hunter Lab32.593111.005816.9408
CIE-Lab38.938316.952732.8133

#825026 color RGB value is (130,80,38).

#825026 hex color red value is 130, green value is 80 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #825026 hue: 0.08 , saturation: 0.55 and the lightness value of 825026 is 0.33.

The process color (four color CMYK) of #825026 color hex is 0.00, 0.38, 0.71, 0.49. Web safe color of #825026 is #996633. Color #825026 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01010000 00100110
Octal 202 120 46
Decimal 130 80 38
Hex 82 50 26

RGB Percentages of Color #825026

%52.42
%32.26
%15.32

CMYK Percentages of Color #825026

%0
%38
%71
%49

Triadic Colors of #825026

#825026 #268250 #502682

Analogous Colors of #825026

#825026 #827e26 #82262a

Monochromatic Colors of #825026

#825026

Complementary Color

#825026 #265882

#825026 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#825026 Color Preview on White Background

Lorem ipsum dolor sit amet.

#825026 Color CSS Codes

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

#825026 Text Font Color

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

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


#825026 Background Color

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

This div background color is #825026


#825026 Border Color

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

This div border color is #825026


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #825026


Comments

No comments written yet.

Please login to write comment.