Color Hex Logo

#954017 Color Hex

#954017
(149,64,23)
0 Favorites   0 Comments

Color spaces of #954017

RGB 1496423
HSL0.050.730.34
HSV20°85°58°
CMYK 0.000.570.85   0.42
XYZ14.382510.11822.0056
Yxy10.11820.54260.3817
Hunter Lab31.809125.042918.5281
CIE-Lab38.053733.451340.3770

#954017 color RGB value is (149,64,23).

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

The process color (four color CMYK) of #954017 color hex is 0.00, 0.57, 0.85, 0.42. Web safe color of #954017 is #993300. Color #954017 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01000000 00010111
Octal 225 100 27
Decimal 149 64 23
Hex 95 40 17

RGB Percentages of Color #954017

%63.14
%27.12
%9.75

CMYK Percentages of Color #954017

%0
%57
%85
%42

Triadic Colors of #954017

#954017 #179540 #401795

Analogous Colors of #954017

#954017 #957f17 #95172d

Monochromatic Colors of #954017

#954017

Complementary Color

#954017 #176c95

#954017 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#954017 Color Preview on White Background

Lorem ipsum dolor sit amet.

#954017 Color CSS Codes

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

#954017 Text Font Color

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

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


#954017 Background Color

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

This div background color is #954017


#954017 Border Color

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

This div border color is #954017


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,64,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 #954017">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #954017


Comments

No comments written yet.

Please login to write comment.