Color Hex Logo

#975840 Color Hex

#975840
(151,88,64)
0 Favorites   0 Comments

Color spaces of #975840

RGB 1518864
HSL0.050.400.42
HSV17°58°59°
CMYK 0.000.420.58   0.41
XYZ17.177613.92896.6337
Yxy13.92890.45520.3691
Hunter Lab37.321416.844015.5865
CIE-Lab44.130823.506124.9761

#975840 color RGB value is (151,88,64).

#975840 hex color red value is 151, green value is 88 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #975840 hue: 0.05 , saturation: 0.40 and the lightness value of 975840 is 0.42.

The process color (four color CMYK) of #975840 color hex is 0.00, 0.42, 0.58, 0.41. Web safe color of #975840 is #996633. Color #975840 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 01011000 01000000
Octal 227 130 100
Decimal 151 88 64
Hex 97 58 40

RGB Percentages of Color #975840

%49.83
%29.04
%21.12

CMYK Percentages of Color #975840

%0
%42
%58
%41

Triadic Colors of #975840

#975840 #409758 #584097

Analogous Colors of #975840

#975840 #978440 #974054

Monochromatic Colors of #975840

#975840

Complementary Color

#975840 #407f97

#975840 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#975840 Color Preview on White Background

Lorem ipsum dolor sit amet.

#975840 Color CSS Codes

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

#975840 Text Font Color

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

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


#975840 Background Color

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

This div background color is #975840


#975840 Border Color

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

This div border color is #975840


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #975840


Comments

No comments written yet.

Please login to write comment.