Color Hex Logo

#846335 Color Hex

#846335
(132,99,53)
0 Favorites   0 Comments

Color spaces of #846335

RGB 1329953
HSL0.100.430.36
HSV35°60°52°
CMYK 0.000.250.60   0.48
XYZ14.620214.08635.3165
Yxy14.08630.42970.4140
Hunter Lab37.53173.852817.8736
CIE-Lab44.35647.744330.9626

#846335 color RGB value is (132,99,53).

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

The process color (four color CMYK) of #846335 color hex is 0.00, 0.25, 0.60, 0.48. Web safe color of #846335 is #996633. Color #846335 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01100011 00110101
Octal 204 143 65
Decimal 132 99 53
Hex 84 63 35

RGB Percentages of Color #846335

%46.48
%34.86
%18.66

CMYK Percentages of Color #846335

%0
%25
%60
%48

Triadic Colors of #846335

#846335 #358463 #633584

Analogous Colors of #846335

#846335 #7e8435 #843c35

Monochromatic Colors of #846335

#846335

Complementary Color

#846335 #355684

#846335 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#846335 Color Preview on White Background

Lorem ipsum dolor sit amet.

#846335 Color CSS Codes

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

#846335 Text Font Color

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

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


#846335 Background Color

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

This div background color is #846335


#846335 Border Color

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

This div border color is #846335


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #846335

#846335 Color Palettes


Comments

No comments written yet.

Please login to write comment.