Color Hex Logo

#844028 Color Hex

#844028
(132,64,40)
0 Favorites   0 Comments

Color spaces of #844028

RGB 1326440
HSL0.040.530.34
HSV16°70°52°
CMYK 0.000.520.70   0.48
XYZ11.73218.72553.0733
Yxy8.72550.49860.3708
Hunter Lab29.539019.202314.5086
CIE-Lab35.450327.183527.8129

#844028 color RGB value is (132,64,40).

#844028 hex color red value is 132, green value is 64 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #844028 hue: 0.04 , saturation: 0.53 and the lightness value of 844028 is 0.34.

The process color (four color CMYK) of #844028 color hex is 0.00, 0.52, 0.70, 0.48. Web safe color of #844028 is #993333. Color #844028 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01000000 00101000
Octal 204 100 50
Decimal 132 64 40
Hex 84 40 28

RGB Percentages of Color #844028

%55.93
%27.12
%16.95

CMYK Percentages of Color #844028

%0
%52
%70
%48

Triadic Colors of #844028

#844028 #288440 #402884

Analogous Colors of #844028

#844028 #846e28 #84283e

Monochromatic Colors of #844028

#844028

Complementary Color

#844028 #286c84

#844028 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#844028 Color Preview on White Background

Lorem ipsum dolor sit amet.

#844028 Color CSS Codes

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

#844028 Text Font Color

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

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


#844028 Background Color

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

This div background color is #844028


#844028 Border Color

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

This div border color is #844028


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #844028


Comments

No comments written yet.

Please login to write comment.