Color Hex Logo

#85671a Color Hex

#85671A
(133,103,26)
0 Favorites   0 Comments

Color spaces of #85671a

RGB 13310326
HSL0.120.670.31
HSV43°80°52°
CMYK 0.000.230.80   0.48
XYZ14.709614.76163.0513
Yxy14.76160.45230.4539
Hunter Lab38.42081.103122.1859
CIE-Lab45.30594.196744.9510

#85671a color RGB value is (133,103,26).

#85671a hex color red value is 133, green value is 103 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #85671a hue: 0.12 , saturation: 0.67 and the lightness value of 85671a is 0.31.

The process color (four color CMYK) of #85671a color hex is 0.00, 0.23, 0.80, 0.48. Web safe color of #85671a is #996633. Color #85671a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01100111 00011010
Octal 205 147 32
Decimal 133 103 26
Hex 85 67 1A

RGB Percentages of Color #85671a

%50.76
%39.31
%9.92

CMYK Percentages of Color #85671a

%0
%23
%80
%48

Triadic Colors of #85671a

#85671a #1a8567 #671a85

Analogous Colors of #85671a

#85671a #6e851a #85321a

Monochromatic Colors of #85671a

#85671a

Complementary Color

#85671a #1a3885

#85671a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85671a Color Preview on White Background

Lorem ipsum dolor sit amet.

#85671a Color CSS Codes

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

#85671a Text Font Color

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

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


#85671a Background Color

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

This div background color is #85671a


#85671a Border Color

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

This div border color is #85671a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85671a


Comments

No comments written yet.

Please login to write comment.