Color Hex Logo

#826457 Color Hex

#826457
(130,100,87)
0 Favorites   0 Comments

Color spaces of #826457

RGB 13010087
HSL0.050.200.43
HSV18°33°51°
CMYK 0.000.230.33   0.49
XYZ15.483414.548311.0089
Yxy14.54830.37730.3545
Hunter Lab38.14225.71119.5868
CIE-Lab45.009210.102612.0150

#826457 color RGB value is (130,100,87).

#826457 hex color red value is 130, green value is 100 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #826457 hue: 0.05 , saturation: 0.20 and the lightness value of 826457 is 0.43.

The process color (four color CMYK) of #826457 color hex is 0.00, 0.23, 0.33, 0.49. Web safe color of #826457 is #996666. Color #826457 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01100100 01010111
Octal 202 144 127
Decimal 130 100 87
Hex 82 64 57

RGB Percentages of Color #826457

%41.01
%31.55
%27.44

CMYK Percentages of Color #826457

%0
%23
%33
%49

Triadic Colors of #826457

#826457 #578264 #645782

Analogous Colors of #826457

#826457 #827a57 #825760

Monochromatic Colors of #826457

#826457

Complementary Color

#826457 #577582

#826457 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#826457 Color Preview on White Background

Lorem ipsum dolor sit amet.

#826457 Color CSS Codes

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

#826457 Text Font Color

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

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


#826457 Background Color

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

This div background color is #826457


#826457 Border Color

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

This div border color is #826457


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #826457


Comments

No comments written yet.

Please login to write comment.