Color Hex Logo

#973438 Color Hex

#973438
(151,52,56)
0 Favorites   0 Comments

Color spaces of #973438

RGB 1515256
HSL0.990.490.40
HSV358°66°59°
CMYK 0.000.660.63   0.41
XYZ14.70439.32084.7655
Yxy9.32080.51070.3237
Hunter Lab30.530032.544312.1163
CIE-Lab36.594741.712620.1984

#973438 color RGB value is (151,52,56).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 00110100 00111000
Octal 227 64 70
Decimal 151 52 56
Hex 97 34 38

RGB Percentages of Color #973438

%58.30
%20.08
%21.62

CMYK Percentages of Color #973438

%0
%66
%63
%41

Triadic Colors of #973438

#973438 #389734 #343897

Analogous Colors of #973438

#973438 #976134 #97346a

Monochromatic Colors of #973438

#973438

Complementary Color

#973438 #349793

#973438 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#973438 Color Preview on White Background

Lorem ipsum dolor sit amet.

#973438 Color CSS Codes

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

#973438 Text Font Color

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

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


#973438 Background Color

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

This div background color is #973438


#973438 Border Color

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

This div border color is #973438


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #973438


Comments

No comments written yet.

Please login to write comment.