Color Hex Logo

#975c10 Color Hex

#975C10
(151,92,16)
0 Favorites   0 Comments

Color spaces of #975c10

RGB 1519216
HSL0.090.810.33
HSV34°89°59°
CMYK 0.000.390.89   0.41
XYZ16.683214.27102.3655
Yxy14.27100.50070.4283
Hunter Lab37.777012.720122.7313
CIE-Lab44.619118.662848.7092

#975c10 color RGB value is (151,92,16).

#975c10 hex color red value is 151, green value is 92 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #975c10 hue: 0.09 , saturation: 0.81 and the lightness value of 975c10 is 0.33.

The process color (four color CMYK) of #975c10 color hex is 0.00, 0.39, 0.89, 0.41. Web safe color of #975c10 is #996600. Color #975c10 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 01011100 00010000
Octal 227 134 20
Decimal 151 92 16
Hex 97 5C 10

RGB Percentages of Color #975c10

%58.30
%35.52
%6.18

CMYK Percentages of Color #975c10

%0
%39
%89
%41

Triadic Colors of #975c10

#975c10 #10975c #5c1097

Analogous Colors of #975c10

#975c10 #8f9710 #971910

Monochromatic Colors of #975c10

#975c10

Complementary Color

#975c10 #104b97

#975c10 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#975c10 Color Preview on White Background

Lorem ipsum dolor sit amet.

#975c10 Color CSS Codes

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

#975c10 Text Font Color

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

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


#975c10 Background Color

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

This div background color is #975c10


#975c10 Border Color

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

This div border color is #975c10


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(151,92,16, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #975c10; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #975c10;
  -webkit-box-shadow: 1px 1px 3px 2px #975c10;
  box-shadow:         1px 1px 3px 2px #975c10; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(151,92,16, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #975c10


Comments

No comments written yet.

Please login to write comment.