Color Hex Logo

#843434 Color Hex

#843434
(132,52,52)
0 Favorites   0 Comments

Color spaces of #843434

RGB 1325252
HSL0.000.430.36
HSV61°52°
CMYK 0.000.610.61   0.48
XYZ11.36357.60944.1187
Yxy7.60940.49210.3295
Hunter Lab27.585125.257810.4571
CIE-Lab33.155834.438617.6142

#843434 color RGB value is (132,52,52).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 00110100 00110100
Octal 204 64 64
Decimal 132 52 52
Hex 84 34 34

RGB Percentages of Color #843434

%55.93
%22.03
%22.03

CMYK Percentages of Color #843434

%0
%61
%61
%48

Triadic Colors of #843434

#843434 #348434 #343484

Analogous Colors of #843434

#843434 #845c34 #84345c

Monochromatic Colors of #843434

#843434

Complementary Color

#843434 #348484

#843434 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#843434 Color Preview on White Background

Lorem ipsum dolor sit amet.

#843434 Color CSS Codes

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

#843434 Text Font Color

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

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


#843434 Background Color

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

This div background color is #843434


#843434 Border Color

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

This div border color is #843434


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(132,52,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 #843434">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #843434

#843434 Color Palettes


Comments

No comments written yet.

Please login to write comment.