Color Hex Logo

#844834 Color Hex

#844834
(132,72,52)
0 Favorites   0 Comments

Color spaces of #844834

RGB 1327252
HSL0.040.430.36
HSV15°61°52°
CMYK 0.000.450.61   0.48
XYZ12.45299.78824.4818
Yxy9.78820.46600.3663
Hunter Lab31.286116.298213.4069
CIE-Lab37.459623.520223.1169

#844834 color RGB value is (132,72,52).

#844834 hex color red value is 132, green value is 72 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #844834 hue: 0.04 , saturation: 0.43 and the lightness value of 844834 is 0.36.

The process color (four color CMYK) of #844834 color hex is 0.00, 0.45, 0.61, 0.48. Web safe color of #844834 is #993333. Color #844834 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01001000 00110100
Octal 204 110 64
Decimal 132 72 52
Hex 84 48 34

RGB Percentages of Color #844834

%51.56
%28.13
%20.31

CMYK Percentages of Color #844834

%0
%45
%61
%48

Triadic Colors of #844834

#844834 #348448 #483484

Analogous Colors of #844834

#844834 #847034 #843448

Monochromatic Colors of #844834

#844834

Complementary Color

#844834 #347084

#844834 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#844834 Color Preview on White Background

Lorem ipsum dolor sit amet.

#844834 Color CSS Codes

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

#844834 Text Font Color

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

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


#844834 Background Color

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

This div background color is #844834


#844834 Border Color

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

This div border color is #844834


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #844834


Comments

No comments written yet.

Please login to write comment.