Color Hex Logo

#975d3e Color Hex

#975D3E
(151,93,62)
0 Favorites   0 Comments

Color spaces of #975d3e

RGB 1519362
HSL0.060.420.42
HSV21°59°59°
CMYK 0.000.380.59   0.41
XYZ17.546414.75586.4808
Yxy14.75580.45240.3805
Hunter Lab38.413314.311916.8863
CIE-Lab45.297920.484327.5977

#975d3e color RGB value is (151,93,62).

#975d3e hex color red value is 151, green value is 93 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #975d3e hue: 0.06 , saturation: 0.42 and the lightness value of 975d3e is 0.42.

The process color (four color CMYK) of #975d3e color hex is 0.00, 0.38, 0.59, 0.41. Web safe color of #975d3e is #996633. Color #975d3e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 01011101 00111110
Octal 227 135 76
Decimal 151 93 62
Hex 97 5D 3E

RGB Percentages of Color #975d3e

%49.35
%30.39
%20.26

CMYK Percentages of Color #975d3e

%0
%38
%59
%41

Triadic Colors of #975d3e

#975d3e #3e975d #5d3e97

Analogous Colors of #975d3e

#975d3e #978a3e #973e4c

Monochromatic Colors of #975d3e

#975d3e

Complementary Color

#975d3e #3e7897

#975d3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#975d3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#975d3e Color CSS Codes

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

#975d3e Text Font Color

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

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


#975d3e Background Color

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

This div background color is #975d3e


#975d3e Border Color

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

This div border color is #975d3e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #975d3e


Comments

No comments written yet.

Please login to write comment.