Color Hex Logo

#825301 Color Hex

#825301
(130,83,1)
0 Favorites   0 Comments

Color spaces of #825301

RGB 130831
HSL0.110.980.26
HSV38°99°51°
CMYK 0.000.360.99   0.49
XYZ12.304710.93451.4908
Yxy10.93450.49760.4422
Hunter Lab33.06748.553820.4741
CIE-Lab39.469913.843547.7914

#825301 color RGB value is (130,83,1).

#825301 hex color red value is 130, green value is 83 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #825301 hue: 0.11 , saturation: 0.98 and the lightness value of 825301 is 0.26.

The process color (four color CMYK) of #825301 color hex is 0.00, 0.36, 0.99, 0.49. Web safe color of #825301 is #996600. Color #825301 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01010011 00000001
Octal 202 123 1
Decimal 130 83 1
Hex 82 53 1

RGB Percentages of Color #825301

%60.75
%38.79
%0.47

CMYK Percentages of Color #825301

%0
%36
%99
%49

Triadic Colors of #825301

#825301 #018253 #530182

Analogous Colors of #825301

#825301 #718201 #821301

Monochromatic Colors of #825301

#825301

Complementary Color

#825301 #013082

#825301 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#825301 Color Preview on White Background

Lorem ipsum dolor sit amet.

#825301 Color CSS Codes

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

#825301 Text Font Color

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

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


#825301 Background Color

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

This div background color is #825301


#825301 Border Color

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

This div border color is #825301


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #825301


Comments

No comments written yet.

Please login to write comment.