Color Hex Logo

#824146 Color Hex

#824146
(130,65,70)
0 Favorites   0 Comments

Color spaces of #824146

RGB 1306570
HSL0.990.330.38
HSV355°50°51°
CMYK 0.000.500.46   0.49
XYZ12.20178.96866.8824
Yxy8.96860.43500.3197
Hunter Lab29.947620.31887.3376
CIE-Lab35.923828.42109.8546

#824146 color RGB value is (130,65,70).

#824146 hex color red value is 130, green value is 65 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #824146 hue: 0.99 , saturation: 0.33 and the lightness value of 824146 is 0.38.

The process color (four color CMYK) of #824146 color hex is 0.00, 0.50, 0.46, 0.49. Web safe color of #824146 is #993333. Color #824146 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01000001 01000110
Octal 202 101 106
Decimal 130 65 70
Hex 82 41 46

RGB Percentages of Color #824146

%49.06
%24.53
%26.42

CMYK Percentages of Color #824146

%0
%50
%46
%49

Triadic Colors of #824146

#824146 #468241 #414682

Analogous Colors of #824146

#824146 #825d41 #824167

Monochromatic Colors of #824146

#824146

Complementary Color

#824146 #41827d

#824146 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#824146 Color Preview on White Background

Lorem ipsum dolor sit amet.

#824146 Color CSS Codes

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

#824146 Text Font Color

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

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


#824146 Background Color

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

This div background color is #824146


#824146 Border Color

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

This div border color is #824146


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #824146


Comments

No comments written yet.

Please login to write comment.