Color Hex Logo

#973940 Color Hex

#973940
(151,57,64)
0 Favorites   0 Comments

Color spaces of #973940

RGB 1515764
HSL0.990.450.41
HSV356°62°59°
CMYK 0.000.620.58   0.41
XYZ15.15109.87575.9581
Yxy9.87570.48900.3187
Hunter Lab31.425631.064010.7569
CIE-Lab37.618439.991216.5157

#973940 color RGB value is (151,57,64).

#973940 hex color red value is 151, green value is 57 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #973940 hue: 0.99 , saturation: 0.45 and the lightness value of 973940 is 0.41.

The process color (four color CMYK) of #973940 color hex is 0.00, 0.62, 0.58, 0.41. Web safe color of #973940 is #993333. Color #973940 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 00111001 01000000
Octal 227 71 100
Decimal 151 57 64
Hex 97 39 40

RGB Percentages of Color #973940

%55.51
%20.96
%23.53

CMYK Percentages of Color #973940

%0
%62
%58
%41

Triadic Colors of #973940

#973940 #409739 #394097

Analogous Colors of #973940

#973940 #976139 #97396f

Monochromatic Colors of #973940

#973940

Complementary Color

#973940 #399790

#973940 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#973940 Color Preview on White Background

Lorem ipsum dolor sit amet.

#973940 Color CSS Codes

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

#973940 Text Font Color

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

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


#973940 Background Color

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

This div background color is #973940


#973940 Border Color

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

This div border color is #973940


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(151,57,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 #973940">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #973940


Comments

No comments written yet.

Please login to write comment.