Color Hex Logo

#826948 Color Hex

#826948
(130,105,72)
0 Favorites   0 Comments

Color spaces of #826948

RGB 13010572
HSL0.090.290.40
HSV34°45°51°
CMYK 0.000.190.45   0.49
XYZ15.427215.31698.2742
Yxy15.31690.39540.3926
Hunter Lab39.13681.872914.8608
CIE-Lab46.06525.220122.2956

#826948 color RGB value is (130,105,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 01101001 01001000
Octal 202 151 110
Decimal 130 105 72
Hex 82 69 48

RGB Percentages of Color #826948

%42.35
%34.20
%23.45

CMYK Percentages of Color #826948

%0
%19
%45
%49

Triadic Colors of #826948

#826948 #488269 #694882

Analogous Colors of #826948

#826948 #7e8248 #824c48

Monochromatic Colors of #826948

#826948

Complementary Color

#826948 #486182

#826948 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#826948 Color Preview on White Background

Lorem ipsum dolor sit amet.

#826948 Color CSS Codes

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

#826948 Text Font Color

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

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


#826948 Background Color

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

This div background color is #826948


#826948 Border Color

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

This div border color is #826948


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(130,105,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 #826948">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #826948


Comments

No comments written yet.

Please login to write comment.