Color Hex Logo

#85612d Color Hex

#85612D
(133,97,45)
0 Favorites   0 Comments

Color spaces of #85612d

RGB 1339745
HSL0.100.490.35
HSV35°66°52°
CMYK 0.000.270.66   0.48
XYZ14.421213.72544.3718
Yxy13.72540.44350.4221
Hunter Lab37.04784.649118.9370
CIE-Lab43.83658.764334.6812

#85612d color RGB value is (133,97,45).

#85612d hex color red value is 133, green value is 97 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #85612d hue: 0.10 , saturation: 0.49 and the lightness value of 85612d is 0.35.

The process color (four color CMYK) of #85612d color hex is 0.00, 0.27, 0.66, 0.48. Web safe color of #85612d is #996633. Color #85612d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01100001 00101101
Octal 205 141 55
Decimal 133 97 45
Hex 85 61 2D

RGB Percentages of Color #85612d

%48.36
%35.27
%16.36

CMYK Percentages of Color #85612d

%0
%27
%66
%48

Triadic Colors of #85612d

#85612d #2d8561 #612d85

Analogous Colors of #85612d

#85612d #7d852d #85352d

Monochromatic Colors of #85612d

#85612d

Complementary Color

#85612d #2d5185

#85612d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85612d Color Preview on White Background

Lorem ipsum dolor sit amet.

#85612d Color CSS Codes

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

#85612d Text Font Color

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

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


#85612d Background Color

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

This div background color is #85612d


#85612d Border Color

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

This div border color is #85612d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,97,45, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #85612d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #85612d;
  -webkit-box-shadow: 1px 1px 3px 2px #85612d;
  box-shadow:         1px 1px 3px 2px #85612d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85612d


Comments

No comments written yet.

Please login to write comment.