Color Hex Logo

#956517 Color Hex

#956517
(149,101,23)
0 Favorites   0 Comments

Color spaces of #956517

RGB 14910123
HSL0.100.730.34
HSV37°85°58°
CMYK 0.000.320.85   0.42
XYZ17.202815.75882.9457
Yxy15.75880.47910.4389
Hunter Lab39.69747.882423.3886
CIE-Lab46.656412.757947.9885

#956517 color RGB value is (149,101,23).

#956517 hex color red value is 149, green value is 101 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #956517 hue: 0.10 , saturation: 0.73 and the lightness value of 956517 is 0.34.

The process color (four color CMYK) of #956517 color hex is 0.00, 0.32, 0.85, 0.42. Web safe color of #956517 is #996600. Color #956517 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01100101 00010111
Octal 225 145 27
Decimal 149 101 23
Hex 95 65 17

RGB Percentages of Color #956517

%54.58
%37.00
%8.42

CMYK Percentages of Color #956517

%0
%32
%85
%42

Triadic Colors of #956517

#956517 #179565 #651795

Analogous Colors of #956517

#956517 #869517 #952617

Monochromatic Colors of #956517

#956517

Complementary Color

#956517 #174795

#956517 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#956517 Color Preview on White Background

Lorem ipsum dolor sit amet.

#956517 Color CSS Codes

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

#956517 Text Font Color

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

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


#956517 Background Color

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

This div background color is #956517


#956517 Border Color

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

This div border color is #956517


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,101,23, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #956517; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #956517;
  -webkit-box-shadow: 1px 1px 3px 2px #956517;
  box-shadow:         1px 1px 3px 2px #956517; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,101,23, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #956517


Comments

No comments written yet.

Please login to write comment.