Color Hex Logo

#844136 Color Hex

#844136
(132,65,54)
0 Favorites   0 Comments

Color spaces of #844136

RGB 1326554
HSL0.020.420.36
HSV59°52°
CMYK 0.000.510.59   0.48
XYZ12.07198.95254.5818
Yxy8.95250.47140.3496
Hunter Lab29.920719.656811.8654
CIE-Lab35.892727.657419.9055

#844136 color RGB value is (132,65,54).

#844136 hex color red value is 132, green value is 65 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #844136 hue: 0.02 , saturation: 0.42 and the lightness value of 844136 is 0.36.

The process color (four color CMYK) of #844136 color hex is 0.00, 0.51, 0.59, 0.48. Web safe color of #844136 is #993333. Color #844136 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01000001 00110110
Octal 204 101 66
Decimal 132 65 54
Hex 84 41 36

RGB Percentages of Color #844136

%52.59
%25.90
%21.51

CMYK Percentages of Color #844136

%0
%51
%59
%48

Triadic Colors of #844136

#844136 #368441 #413684

Analogous Colors of #844136

#844136 #846836 #843652

Monochromatic Colors of #844136

#844136

Complementary Color

#844136 #367984

#844136 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#844136 Color Preview on White Background

Lorem ipsum dolor sit amet.

#844136 Color CSS Codes

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

#844136 Text Font Color

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

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


#844136 Background Color

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

This div background color is #844136


#844136 Border Color

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

This div border color is #844136


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #844136

#844136 Color Palettes


Comments

No comments written yet.

Please login to write comment.