Color Hex Logo

#946501 Color Hex

#946501
(148,101,1)
0 Favorites   0 Comments

Color spaces of #946501

RGB 1481011
HSL0.110.990.29
HSV41°99°58°
CMYK 0.000.320.99   0.42
XYZ16.871915.60552.1516
Yxy15.60550.48720.4506
Hunter Lab39.50387.104924.4234
CIE-Lab46.452611.811353.6060

#946501 color RGB value is (148,101,1).

#946501 hex color red value is 148, green value is 101 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #946501 hue: 0.11 , saturation: 0.99 and the lightness value of 946501 is 0.29.

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 01100101 00000001
Octal 224 145 1
Decimal 148 101 1
Hex 94 65 1

RGB Percentages of Color #946501

%59.20
%40.40
%0.40

CMYK Percentages of Color #946501

%0
%32
%99
%42

Triadic Colors of #946501

#946501 #019465 #650194

Analogous Colors of #946501

#946501 #7a9401 #941c01

Monochromatic Colors of #946501

#946501

Complementary Color

#946501 #013094

#946501 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#946501 Color Preview on White Background

Lorem ipsum dolor sit amet.

#946501 Color CSS Codes

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

#946501 Text Font Color

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

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


#946501 Background Color

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

This div background color is #946501


#946501 Border Color

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

This div border color is #946501


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #946501


Comments

No comments written yet.

Please login to write comment.