Color Hex Logo

#85410d Color Hex

#85410D
(133,65,13)
0 Favorites   0 Comments

Color spaces of #85410d

RGB 1336513
HSL0.070.820.29
HSV26°90°52°
CMYK 0.000.510.90   0.48
XYZ11.63588.79621.4653
Yxy8.79620.53140.4017
Hunter Lab29.658418.128317.8316
CIE-Lab35.588925.903141.3743

#85410d color RGB value is (133,65,13).

#85410d hex color red value is 133, green value is 65 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #85410d hue: 0.07 , saturation: 0.82 and the lightness value of 85410d is 0.29.

The process color (four color CMYK) of #85410d color hex is 0.00, 0.51, 0.90, 0.48. Web safe color of #85410d is #993300. Color #85410d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01000001 00001101
Octal 205 101 15
Decimal 133 65 13
Hex 85 41 D

RGB Percentages of Color #85410d

%63.03
%30.81
%6.16

CMYK Percentages of Color #85410d

%0
%51
%90
%48

Triadic Colors of #85410d

#85410d #0d8541 #410d85

Analogous Colors of #85410d

#85410d #857d0d #850d15

Monochromatic Colors of #85410d

#85410d

Complementary Color

#85410d #0d5185

#85410d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85410d Color Preview on White Background

Lorem ipsum dolor sit amet.

#85410d Color CSS Codes

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

#85410d Text Font Color

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

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


#85410d Background Color

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

This div background color is #85410d


#85410d Border Color

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

This div border color is #85410d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85410d


Comments

No comments written yet.

Please login to write comment.