Color Hex Logo

#975949 Color Hex

#975949
(151,89,73)
0 Favorites   0 Comments

Color spaces of #975949

RGB 1518973
HSL0.030.350.44
HSV12°52°59°
CMYK 0.000.410.52   0.41
XYZ17.537514.20518.1209
Yxy14.20510.43990.3563
Hunter Lab37.689717.101513.6077
CIE-Lab44.525623.764920.1676

#975949 color RGB value is (151,89,73).

#975949 hex color red value is 151, green value is 89 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #975949 hue: 0.03 , saturation: 0.35 and the lightness value of 975949 is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 01011001 01001001
Octal 227 131 111
Decimal 151 89 73
Hex 97 59 49

RGB Percentages of Color #975949

%48.24
%28.43
%23.32

CMYK Percentages of Color #975949

%0
%41
%52
%41

Triadic Colors of #975949

#975949 #499759 #594997

Analogous Colors of #975949

#975949 #978049 #974960

Monochromatic Colors of #975949

#975949

Complementary Color

#975949 #498797

#975949 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#975949 Color Preview on White Background

Lorem ipsum dolor sit amet.

#975949 Color CSS Codes

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

#975949 Text Font Color

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

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


#975949 Background Color

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

This div background color is #975949


#975949 Border Color

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

This div border color is #975949


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #975949


Comments

No comments written yet.

Please login to write comment.