Color Hex Logo

#975409 Color Hex

#975409
(151,84,9)
0 Favorites   0 Comments

Color spaces of #975409

RGB 151849
HSL0.090.890.31
HSV32°94°59°
CMYK 0.000.440.94   0.41
XYZ15.982112.93971.9137
Yxy12.93970.51830.4196
Hunter Lab35.971816.356122.0260
CIE-Lab42.672223.076649.1593

#975409 color RGB value is (151,84,9).

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

The process color (four color CMYK) of #975409 color hex is 0.00, 0.44, 0.94, 0.41. Web safe color of #975409 is #996600. Color #975409 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 01010100 00001001
Octal 227 124 11
Decimal 151 84 9
Hex 97 54 9

RGB Percentages of Color #975409

%61.89
%34.43
%3.69

CMYK Percentages of Color #975409

%0
%44
%94
%41

Triadic Colors of #975409

#975409 #099754 #540997

Analogous Colors of #975409

#975409 #939709 #970d09

Monochromatic Colors of #975409

#975409

Complementary Color

#975409 #094c97

#975409 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#975409 Color Preview on White Background

Lorem ipsum dolor sit amet.

#975409 Color CSS Codes

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

#975409 Text Font Color

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

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


#975409 Background Color

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

This div background color is #975409


#975409 Border Color

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

This div border color is #975409


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #975409


Comments

No comments written yet.

Please login to write comment.