Color Hex Logo

#973440 Color Hex

#973440
(151,52,64)
0 Favorites   0 Comments

Color spaces of #973440

RGB 1515264
HSL0.980.490.40
HSV353°66°59°
CMYK 0.000.660.58   0.41
XYZ14.91599.40555.8798
Yxy9.40550.49390.3114
Hunter Lab30.668433.145710.1007
CIE-Lab36.753642.309415.3587

#973440 color RGB value is (151,52,64).

#973440 hex color red value is 151, green value is 52 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #973440 hue: 0.98 , saturation: 0.49 and the lightness value of 973440 is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 00110100 01000000
Octal 227 64 100
Decimal 151 52 64
Hex 97 34 40

RGB Percentages of Color #973440

%56.55
%19.48
%23.97

CMYK Percentages of Color #973440

%0
%66
%58
%41

Triadic Colors of #973440

#973440 #409734 #344097

Analogous Colors of #973440

#973440 #975934 #973472

Monochromatic Colors of #973440

#973440

Complementary Color

#973440 #34978b

#973440 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#973440 Color Preview on White Background

Lorem ipsum dolor sit amet.

#973440 Color CSS Codes

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

#973440 Text Font Color

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

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


#973440 Background Color

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

This div background color is #973440


#973440 Border Color

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

This div border color is #973440


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #973440


Comments

No comments written yet.

Please login to write comment.