Color Hex Logo

#977035 Color Hex

#977035
(151,112,53)
0 Favorites   0 Comments

Color spaces of #977035

RGB 15111253
HSL0.100.480.40
HSV36°65°59°
CMYK 0.000.260.65   0.41
XYZ19.199318.42475.9126
Yxy18.42470.44100.4232
Hunter Lab42.92404.723521.8799
CIE-Lab50.00728.858338.0695

#977035 color RGB value is (151,112,53).

#977035 hex color red value is 151, green value is 112 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #977035 hue: 0.10 , saturation: 0.48 and the lightness value of 977035 is 0.40.

The process color (four color CMYK) of #977035 color hex is 0.00, 0.26, 0.65, 0.41. Web safe color of #977035 is #996633. Color #977035 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 01110000 00110101
Octal 227 160 65
Decimal 151 112 53
Hex 97 70 35

RGB Percentages of Color #977035

%47.78
%35.44
%16.77

CMYK Percentages of Color #977035

%0
%26
%65
%41

Triadic Colors of #977035

#977035 #359770 #703597

Analogous Colors of #977035

#977035 #8d9735 #973f35

Monochromatic Colors of #977035

#977035

Complementary Color

#977035 #355c97

#977035 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#977035 Color Preview on White Background

Lorem ipsum dolor sit amet.

#977035 Color CSS Codes

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

#977035 Text Font Color

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

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


#977035 Background Color

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

This div background color is #977035


#977035 Border Color

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

This div border color is #977035


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #977035


Comments

No comments written yet.

Please login to write comment.