Color Hex Logo

#975c69 Color Hex

#975C69
(151,92,105)
0 Favorites   0 Comments

Color spaces of #975c69

RGB 15192105
HSL0.960.240.48
HSV347°39°59°
CMYK 0.000.390.30   0.41
XYZ19.139415.253515.3001
Yxy15.25350.38520.3070
Hunter Lab39.055719.12704.1121
CIE-Lab45.979525.91392.8832

#975c69 color RGB value is (151,92,105).

#975c69 hex color red value is 151, green value is 92 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #975c69 hue: 0.96 , saturation: 0.24 and the lightness value of 975c69 is 0.48.

The process color (four color CMYK) of #975c69 color hex is 0.00, 0.39, 0.30, 0.41. Web safe color of #975c69 is #996666. Color #975c69 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 01011100 01101001
Octal 227 134 151
Decimal 151 92 105
Hex 97 5C 69

RGB Percentages of Color #975c69

%43.39
%26.44
%30.17

CMYK Percentages of Color #975c69

%0
%39
%30
%41

Triadic Colors of #975c69

#975c69 #69975c #5c6997

Analogous Colors of #975c69

#975c69 #976d5c #975c87

Monochromatic Colors of #975c69

#975c69

Complementary Color

#975c69 #5c978a

#975c69 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#975c69 Color Preview on White Background

Lorem ipsum dolor sit amet.

#975c69 Color CSS Codes

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

#975c69 Text Font Color

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

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


#975c69 Background Color

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

This div background color is #975c69


#975c69 Border Color

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

This div border color is #975c69


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #975c69


Comments

No comments written yet.

Please login to write comment.