Color Hex Logo

#825848 Color Hex

#825848
(130,88,72)
0 Favorites   0 Comments

Color spaces of #825848

RGB 1308872
HSL0.050.290.40
HSV17°45°51°
CMYK 0.000.320.45   0.49
XYZ13.865312.19327.7536
Yxy12.19320.41010.3606
Hunter Lab34.91889.769711.2780
CIE-Lab41.521515.271016.2770

#825848 color RGB value is (130,88,72).

#825848 hex color red value is 130, green value is 88 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #825848 hue: 0.05 , saturation: 0.29 and the lightness value of 825848 is 0.40.

The process color (four color CMYK) of #825848 color hex is 0.00, 0.32, 0.45, 0.49. Web safe color of #825848 is #996633. Color #825848 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01011000 01001000
Octal 202 130 110
Decimal 130 88 72
Hex 82 58 48

RGB Percentages of Color #825848

%44.83
%30.34
%24.83

CMYK Percentages of Color #825848

%0
%32
%45
%49

Triadic Colors of #825848

#825848 #488258 #584882

Analogous Colors of #825848

#825848 #827548 #824855

Monochromatic Colors of #825848

#825848

Complementary Color

#825848 #487282

#825848 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#825848 Color Preview on White Background

Lorem ipsum dolor sit amet.

#825848 Color CSS Codes

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

#825848 Text Font Color

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

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


#825848 Background Color

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

This div background color is #825848


#825848 Border Color

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

This div border color is #825848


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #825848


Comments

No comments written yet.

Please login to write comment.