Color Hex Logo

#845330 Color Hex

#845330
(132,83,48)
0 Favorites   0 Comments

Color spaces of #845330

RGB 1328348
HSL0.070.470.35
HSV25°64°52°
CMYK 0.000.370.64   0.48
XYZ13.142511.30544.2858
Yxy11.30540.45740.3935
Hunter Lab33.623510.929615.9791
CIE-Lab40.090216.785328.6740

#845330 color RGB value is (132,83,48).

#845330 hex color red value is 132, green value is 83 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #845330 hue: 0.07 , saturation: 0.47 and the lightness value of 845330 is 0.35.

The process color (four color CMYK) of #845330 color hex is 0.00, 0.37, 0.64, 0.48. Web safe color of #845330 is #996633. Color #845330 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01010011 00110000
Octal 204 123 60
Decimal 132 83 48
Hex 84 53 30

RGB Percentages of Color #845330

%50.19
%31.56
%18.25

CMYK Percentages of Color #845330

%0
%37
%64
%48

Triadic Colors of #845330

#845330 #308453 #533084

Analogous Colors of #845330

#845330 #847d30 #843037

Monochromatic Colors of #845330

#845330

Complementary Color

#845330 #306184

#845330 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#845330 Color Preview on White Background

Lorem ipsum dolor sit amet.

#845330 Color CSS Codes

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

#845330 Text Font Color

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

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


#845330 Background Color

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

This div background color is #845330


#845330 Border Color

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

This div border color is #845330


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #845330


Comments

No comments written yet.

Please login to write comment.