Color Hex Logo

#947309 Color Hex

#947309
(148,115,9)
0 Favorites   0 Comments

Color spaces of #947309

RGB 1481159
HSL0.130.890.31
HSV46°94°58°
CMYK 0.000.220.94   0.42
XYZ18.392818.57712.8748
Yxy18.57710.46160.4662
Hunter Lab43.10120.745326.2162
CIE-Lab50.18873.909354.5643

#947309 color RGB value is (148,115,9).

#947309 hex color red value is 148, green value is 115 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #947309 hue: 0.13 , saturation: 0.89 and the lightness value of 947309 is 0.31.

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 01110011 00001001
Octal 224 163 11
Decimal 148 115 9
Hex 94 73 9

RGB Percentages of Color #947309

%54.41
%42.28
%3.31

CMYK Percentages of Color #947309

%0
%22
%94
%42

Triadic Colors of #947309

#947309 #099473 #730994

Analogous Colors of #947309

#947309 #709409 #942d09

Monochromatic Colors of #947309

#947309

Complementary Color

#947309 #092a94

#947309 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#947309 Color Preview on White Background

Lorem ipsum dolor sit amet.

#947309 Color CSS Codes

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

#947309 Text Font Color

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

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


#947309 Background Color

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

This div background color is #947309


#947309 Border Color

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

This div border color is #947309


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #947309


Comments

No comments written yet.

Please login to write comment.