Color Hex Logo

#825467 Color Hex

#825467
(130,84,103)
0 Favorites   0 Comments

Color spaces of #825467

RGB 13084103
HSL0.930.210.42
HSV335°35°51°
CMYK 0.000.350.21   0.49
XYZ14.824412.065714.3796
Yxy12.06570.35920.2924
Hunter Lab34.735715.3922-0.2294
CIE-Lab41.320322.0724-3.0213

#825467 color RGB value is (130,84,103).

#825467 hex color red value is 130, green value is 84 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #825467 hue: 0.93 , saturation: 0.21 and the lightness value of 825467 is 0.42.

The process color (four color CMYK) of #825467 color hex is 0.00, 0.35, 0.21, 0.49. Web safe color of #825467 is #996666. Color #825467 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01010100 01100111
Octal 202 124 147
Decimal 130 84 103
Hex 82 54 67

RGB Percentages of Color #825467

%41.01
%26.50
%32.49

CMYK Percentages of Color #825467

%0
%35
%21
%49

Triadic Colors of #825467

#825467 #678254 #546782

Analogous Colors of #825467

#825467 #825854 #82547e

Monochromatic Colors of #825467

#825467

Complementary Color

#825467 #54826f

#825467 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#825467 Color Preview on White Background

Lorem ipsum dolor sit amet.

#825467 Color CSS Codes

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

#825467 Text Font Color

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

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


#825467 Background Color

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

This div background color is #825467


#825467 Border Color

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

This div border color is #825467


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #825467


Comments

No comments written yet.

Please login to write comment.