Color Hex Logo

#975037 Color Hex

#975037
(151,80,55)
0 Favorites   0 Comments

Color spaces of #975037

RGB 1518055
HSL0.040.470.40
HSV16°64°59°
CMYK 0.000.470.64   0.41
XYZ16.320712.59255.1848
Yxy12.59250.47860.3693
Hunter Lab35.485919.995516.1774
CIE-Lab42.142727.294427.7545

#975037 color RGB value is (151,80,55).

#975037 hex color red value is 151, green value is 80 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #975037 hue: 0.04 , saturation: 0.47 and the lightness value of 975037 is 0.40.

The process color (four color CMYK) of #975037 color hex is 0.00, 0.47, 0.64, 0.41. Web safe color of #975037 is #996633. Color #975037 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 01010000 00110111
Octal 227 120 67
Decimal 151 80 55
Hex 97 50 37

RGB Percentages of Color #975037

%52.80
%27.97
%19.23

CMYK Percentages of Color #975037

%0
%47
%64
%41

Triadic Colors of #975037

#975037 #379750 #503797

Analogous Colors of #975037

#975037 #978037 #97374e

Monochromatic Colors of #975037

#975037

Complementary Color

#975037 #377e97

#975037 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#975037 Color Preview on White Background

Lorem ipsum dolor sit amet.

#975037 Color CSS Codes

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

#975037 Text Font Color

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

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


#975037 Background Color

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

This div background color is #975037


#975037 Border Color

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

This div border color is #975037


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #975037


Comments

No comments written yet.

Please login to write comment.