Color Hex Logo

#944013 Color Hex

#944013
(148,64,19)
0 Favorites   0 Comments

Color spaces of #944013

RGB 1486419
HSL0.060.770.33
HSV21°87°58°
CMYK 0.000.570.87   0.42
XYZ14.163710.00971.8017
Yxy10.00970.54530.3854
Hunter Lab31.638124.543918.7703
CIE-Lab37.859832.929141.8969

#944013 color RGB value is (148,64,19).

#944013 hex color red value is 148, green value is 64 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #944013 hue: 0.06 , saturation: 0.77 and the lightness value of 944013 is 0.33.

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 01000000 00010011
Octal 224 100 23
Decimal 148 64 19
Hex 94 40 13

RGB Percentages of Color #944013

%64.07
%27.71
%8.23

CMYK Percentages of Color #944013

%0
%57
%87
%42

Triadic Colors of #944013

#944013 #139440 #401394

Analogous Colors of #944013

#944013 #948113 #941326

Monochromatic Colors of #944013

#944013

Complementary Color

#944013 #136794

#944013 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#944013 Color Preview on White Background

Lorem ipsum dolor sit amet.

#944013 Color CSS Codes

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

#944013 Text Font Color

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

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


#944013 Background Color

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

This div background color is #944013


#944013 Border Color

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

This div border color is #944013


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #944013


Comments

No comments written yet.

Please login to write comment.