Color Hex Logo

#85430f Color Hex

#85430F
(133,67,15)
0 Favorites   0 Comments

Color spaces of #85430f

RGB 1336715
HSL0.070.800.29
HSV26°89°52°
CMYK 0.000.500.89   0.48
XYZ11.76629.03531.5758
Yxy9.03530.52580.4038
Hunter Lab30.058817.269117.9329
CIE-Lab36.052224.830341.0061

#85430f color RGB value is (133,67,15).

#85430f hex color red value is 133, green value is 67 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #85430f hue: 0.07 , saturation: 0.80 and the lightness value of 85430f is 0.29.

The process color (four color CMYK) of #85430f color hex is 0.00, 0.50, 0.89, 0.48. Web safe color of #85430f is #993300. Color #85430f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01000011 00001111
Octal 205 103 17
Decimal 133 67 15
Hex 85 43 F

RGB Percentages of Color #85430f

%61.86
%31.16
%6.98

CMYK Percentages of Color #85430f

%0
%50
%89
%48

Triadic Colors of #85430f

#85430f #0f8543 #430f85

Analogous Colors of #85430f

#85430f #857e0f #850f16

Monochromatic Colors of #85430f

#85430f

Complementary Color

#85430f #0f5185

#85430f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85430f Color Preview on White Background

Lorem ipsum dolor sit amet.

#85430f Color CSS Codes

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

#85430f Text Font Color

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

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


#85430f Background Color

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

This div background color is #85430f


#85430f Border Color

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

This div border color is #85430f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85430f


Comments

No comments written yet.

Please login to write comment.