Color Hex Logo

#844629 Color Hex

#844629
(132,70,41)
0 Favorites   0 Comments

Color spaces of #844629

RGB 1327041
HSL0.050.530.34
HSV19°69°52°
CMYK 0.000.470.69   0.48
XYZ12.10619.44593.2830
Yxy9.44590.48750.3803
Hunter Lab30.734216.525815.1806
CIE-Lab36.829023.858628.8353

#844629 color RGB value is (132,70,41).

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

The process color (four color CMYK) of #844629 color hex is 0.00, 0.47, 0.69, 0.48. Web safe color of #844629 is #993333. Color #844629 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01000110 00101001
Octal 204 106 51
Decimal 132 70 41
Hex 84 46 29

RGB Percentages of Color #844629

%54.32
%28.81
%16.87

CMYK Percentages of Color #844629

%0
%47
%69
%48

Triadic Colors of #844629

#844629 #298446 #462984

Analogous Colors of #844629

#844629 #847429 #84293a

Monochromatic Colors of #844629

#844629

Complementary Color

#844629 #296784

#844629 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#844629 Color Preview on White Background

Lorem ipsum dolor sit amet.

#844629 Color CSS Codes

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

#844629 Text Font Color

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

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


#844629 Background Color

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

This div background color is #844629


#844629 Border Color

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

This div border color is #844629


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #844629


Comments

No comments written yet.

Please login to write comment.