Color Hex Logo

#955109 Color Hex

#955109
(149,81,9)
0 Favorites   0 Comments

Color spaces of #955109

RGB 149819
HSL0.090.890.31
HSV31°94°58°
CMYK 0.000.460.94   0.42
XYZ15.386212.29411.8205
Yxy12.29410.52160.4167
Hunter Lab35.062916.968621.4657
CIE-Lab41.679823.881048.3064

#955109 color RGB value is (149,81,9).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 01010001 00001001
Octal 225 121 11
Decimal 149 81 9
Hex 95 51 9

RGB Percentages of Color #955109

%62.34
%33.89
%3.77

CMYK Percentages of Color #955109

%0
%46
%94
%42

Triadic Colors of #955109

#955109 #099551 #510995

Analogous Colors of #955109

#955109 #939509 #950b09

Monochromatic Colors of #955109

#955109

Complementary Color

#955109 #094d95

#955109 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#955109 Color Preview on White Background

Lorem ipsum dolor sit amet.

#955109 Color CSS Codes

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

#955109 Text Font Color

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

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


#955109 Background Color

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

This div background color is #955109


#955109 Border Color

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

This div border color is #955109


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,81,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 #955109">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #955109


Comments

No comments written yet.

Please login to write comment.