Color Hex Logo

#947219 Color Hex

#947219
(148,114,25)
0 Favorites   0 Comments

Color spaces of #947219

RGB 14811425
HSL0.120.710.34
HSV43°83°58°
CMYK 0.000.230.83   0.42
XYZ18.405518.40073.5013
Yxy18.40070.45660.4565
Hunter Lab42.89601.521325.1878
CIE-Lab49.97864.881750.1567

#947219 color RGB value is (148,114,25).

#947219 hex color red value is 148, green value is 114 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #947219 hue: 0.12 , saturation: 0.71 and the lightness value of 947219 is 0.34.

The process color (four color CMYK) of #947219 color hex is 0.00, 0.23, 0.83, 0.42. Web safe color of #947219 is #996600. Color #947219 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 01110010 00011001
Octal 224 162 31
Decimal 148 114 25
Hex 94 72 19

RGB Percentages of Color #947219

%51.57
%39.72
%8.71

CMYK Percentages of Color #947219

%0
%23
%83
%42

Triadic Colors of #947219

#947219 #199472 #721994

Analogous Colors of #947219

#947219 #799419 #943519

Monochromatic Colors of #947219

#947219

Complementary Color

#947219 #193b94

#947219 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#947219 Color Preview on White Background

Lorem ipsum dolor sit amet.

#947219 Color CSS Codes

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

#947219 Text Font Color

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

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


#947219 Background Color

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

This div background color is #947219


#947219 Border Color

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

This div border color is #947219


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #947219


Comments

No comments written yet.

Please login to write comment.