Color Hex Logo

#957509 Color Hex

#957509
(149,117,9)
0 Favorites   0 Comments

Color spaces of #957509

RGB 1491179
HSL0.130.890.31
HSV46°94°58°
CMYK 0.000.210.94   0.42
XYZ18.805019.13192.9601
Yxy19.13190.45980.4678
Hunter Lab43.74000.196826.6056
CIE-Lab50.84123.241555.1059

#957509 color RGB value is (149,117,9).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 01110101 00001001
Octal 225 165 11
Decimal 149 117 9
Hex 95 75 9

RGB Percentages of Color #957509

%54.18
%42.55
%3.27

CMYK Percentages of Color #957509

%0
%21
%94
%42

Triadic Colors of #957509

#957509 #099575 #750995

Analogous Colors of #957509

#957509 #6f9509 #952f09

Monochromatic Colors of #957509

#957509

Complementary Color

#957509 #092995

#957509 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#957509 Color Preview on White Background

Lorem ipsum dolor sit amet.

#957509 Color CSS Codes

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

#957509 Text Font Color

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

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


#957509 Background Color

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

This div background color is #957509


#957509 Border Color

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

This div border color is #957509


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #957509


Comments

No comments written yet.

Please login to write comment.