Color Hex Logo

#947316 Color Hex

#947316
(148,115,22)
0 Favorites   0 Comments

Color spaces of #947316

RGB 14811522
HSL0.120.740.33
HSV44°85°58°
CMYK 0.000.220.85   0.42
XYZ18.488318.61533.3777
Yxy18.61530.45670.4598
Hunter Lab43.14550.984725.5602
CIE-Lab50.23414.213551.3546

#947316 color RGB value is (148,115,22).

#947316 hex color red value is 148, green value is 115 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #947316 hue: 0.12 , saturation: 0.74 and the lightness value of 947316 is 0.33.

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 01110011 00010110
Octal 224 163 26
Decimal 148 115 22
Hex 94 73 16

RGB Percentages of Color #947316

%51.93
%40.35
%7.72

CMYK Percentages of Color #947316

%0
%22
%85
%42

Triadic Colors of #947316

#947316 #169473 #731694

Analogous Colors of #947316

#947316 #769416 #943416

Monochromatic Colors of #947316

#947316

Complementary Color

#947316 #163794

#947316 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#947316 Color Preview on White Background

Lorem ipsum dolor sit amet.

#947316 Color CSS Codes

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

#947316 Text Font Color

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

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


#947316 Background Color

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

This div background color is #947316


#947316 Border Color

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

This div border color is #947316


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #947316


Comments

No comments written yet.

Please login to write comment.