Color Hex Logo

#856348 Color Hex

#856348
(133,99,72)
0 Favorites   0 Comments

Color spaces of #856348

RGB 1339972
HSL0.070.300.40
HSV27°46°52°
CMYK 0.000.260.46   0.48
XYZ15.304414.37818.0995
Yxy14.37810.40510.3806
Hunter Lab37.91855.687713.8784
CIE-Lab44.770410.075720.6636

#856348 color RGB value is (133,99,72).

#856348 hex color red value is 133, green value is 99 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #856348 hue: 0.07 , saturation: 0.30 and the lightness value of 856348 is 0.40.

The process color (four color CMYK) of #856348 color hex is 0.00, 0.26, 0.46, 0.48. Web safe color of #856348 is #996633. Color #856348 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01100011 01001000
Octal 205 143 110
Decimal 133 99 72
Hex 85 63 48

RGB Percentages of Color #856348

%43.75
%32.57
%23.68

CMYK Percentages of Color #856348

%0
%26
%46
%48

Triadic Colors of #856348

#856348 #488563 #634885

Analogous Colors of #856348

#856348 #858248 #85484b

Monochromatic Colors of #856348

#856348

Complementary Color

#856348 #486a85

#856348 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#856348 Color Preview on White Background

Lorem ipsum dolor sit amet.

#856348 Color CSS Codes

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

#856348 Text Font Color

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

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


#856348 Background Color

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

This div background color is #856348


#856348 Border Color

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

This div border color is #856348


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #856348

#856348 Color Palettes


Comments

No comments written yet.

Please login to write comment.