Color Hex Logo

#85351f Color Hex

#85351F
(133,53,31)
0 Favorites   0 Comments

Color spaces of #85351f

RGB 1335331
HSL0.040.620.32
HSV13°77°52°
CMYK 0.000.600.77   0.48
XYZ11.19337.63172.1794
Yxy7.63170.53290.3633
Hunter Lab27.625523.979914.6604
CIE-Lab33.203832.995930.5313

#85351f color RGB value is (133,53,31).

#85351f hex color red value is 133, green value is 53 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #85351f hue: 0.04 , saturation: 0.62 and the lightness value of 85351f is 0.32.

The process color (four color CMYK) of #85351f color hex is 0.00, 0.60, 0.77, 0.48. Web safe color of #85351f is #993333. Color #85351f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00110101 00011111
Octal 205 65 37
Decimal 133 53 31
Hex 85 35 1F

RGB Percentages of Color #85351f

%61.29
%24.42
%14.29

CMYK Percentages of Color #85351f

%0
%60
%77
%48

Triadic Colors of #85351f

#85351f #1f8535 #351f85

Analogous Colors of #85351f

#85351f #85681f #851f3c

Monochromatic Colors of #85351f

#85351f

Complementary Color

#85351f #1f6f85

#85351f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85351f Color Preview on White Background

Lorem ipsum dolor sit amet.

#85351f Color CSS Codes

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

#85351f Text Font Color

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

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


#85351f Background Color

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

This div background color is #85351f


#85351f Border Color

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

This div border color is #85351f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,53,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #85351f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #85351f;
  -webkit-box-shadow: 1px 1px 3px 2px #85351f;
  box-shadow:         1px 1px 3px 2px #85351f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85351f


Comments

No comments written yet.

Please login to write comment.