Color Hex Logo

#85400a Color Hex

#85400A
(133,64,10)
0 Favorites   0 Comments

Color spaces of #85400a

RGB 1336410
HSL0.070.860.28
HSV26°92°52°
CMYK 0.000.520.92   0.48
XYZ11.56108.67531.3523
Yxy8.67530.53550.4018
Hunter Lab29.453918.519217.8956
CIE-Lab35.351526.393442.2207

#85400a color RGB value is (133,64,10).

#85400a hex color red value is 133, green value is 64 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #85400a hue: 0.07 , saturation: 0.86 and the lightness value of 85400a is 0.28.

The process color (four color CMYK) of #85400a color hex is 0.00, 0.52, 0.92, 0.48. Web safe color of #85400a is #993300. Color #85400a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01000000 00001010
Octal 205 100 12
Decimal 133 64 10
Hex 85 40 A

RGB Percentages of Color #85400a

%64.25
%30.92
%4.83

CMYK Percentages of Color #85400a

%0
%52
%92
%48

Triadic Colors of #85400a

#85400a #0a8540 #400a85

Analogous Colors of #85400a

#85400a #857e0a #850a12

Monochromatic Colors of #85400a

#85400a

Complementary Color

#85400a #0a4f85

#85400a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85400a Color Preview on White Background

Lorem ipsum dolor sit amet.

#85400a Color CSS Codes

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

#85400a Text Font Color

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

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


#85400a Background Color

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

This div background color is #85400a


#85400a Border Color

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

This div border color is #85400a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,64,10, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #85400a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #85400a;
  -webkit-box-shadow: 1px 1px 3px 2px #85400a;
  box-shadow:         1px 1px 3px 2px #85400a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85400a


Comments

No comments written yet.

Please login to write comment.