Color Hex Logo

#85913d Color Hex

#85913D
(133,145,61)
0 Favorites   0 Comments

Color spaces of #85913d

RGB 13314561
HSL0.190.410.40
HSV69°58°57°
CMYK 0.080.000.58   0.43
XYZ20.640625.57438.2633
Yxy25.57430.37890.4694
Hunter Lab50.5710-15.644425.7118
CIE-Lab57.6308-16.836942.2734

#85913d color RGB value is (133,145,61).

#85913d hex color red value is 133, green value is 145 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #85913d hue: 0.19 , saturation: 0.41 and the lightness value of 85913d is 0.40.

The process color (four color CMYK) of #85913d color hex is 0.08, 0.00, 0.58, 0.43. Web safe color of #85913d is #999933. Color #85913d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10010001 00111101
Octal 205 221 75
Decimal 133 145 61
Hex 85 91 3D

RGB Percentages of Color #85913d

%39.23
%42.77
%17.99

CMYK Percentages of Color #85913d

%8
%0
%58
%43

Triadic Colors of #85913d

#85913d #3d8591 #913d85

Analogous Colors of #85913d

#85913d #5b913d #91733d

Monochromatic Colors of #85913d

#85913d

Complementary Color

#85913d #493d91

#85913d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85913d Color Preview on White Background

Lorem ipsum dolor sit amet.

#85913d Color CSS Codes

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

#85913d Text Font Color

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

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


#85913d Background Color

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

This div background color is #85913d


#85913d Border Color

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

This div border color is #85913d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85913d


Comments

No comments written yet.

Please login to write comment.