Color Hex Logo

#973a3b Color Hex

#973A3B
(151,58,59)
0 Favorites   0 Comments

Color spaces of #973a3b

RGB 1515859
HSL1.000.440.41
HSV359°62°59°
CMYK 0.000.620.61   0.41
XYZ15.06509.92125.2586
Yxy9.92120.49810.3280
Hunter Lab31.497930.252512.1501
CIE-Lab37.700639.122919.7534

#973a3b color RGB value is (151,58,59).

#973a3b hex color red value is 151, green value is 58 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #973a3b hue: 1.00 , saturation: 0.44 and the lightness value of 973a3b is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 00111010 00111011
Octal 227 72 73
Decimal 151 58 59
Hex 97 3A 3B

RGB Percentages of Color #973a3b

%56.34
%21.64
%22.01

CMYK Percentages of Color #973a3b

%0
%62
%61
%41

Triadic Colors of #973a3b

#973a3b #3b973a #3a3b97

Analogous Colors of #973a3b

#973a3b #97683a #973a6a

Monochromatic Colors of #973a3b

#973a3b

Complementary Color

#973a3b #3a9796

#973a3b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#973a3b Color Preview on White Background

Lorem ipsum dolor sit amet.

#973a3b Color CSS Codes

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

#973a3b Text Font Color

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

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


#973a3b Background Color

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

This div background color is #973a3b


#973a3b Border Color

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

This div border color is #973a3b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(151,58,59, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #973a3b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #973a3b;
  -webkit-box-shadow: 1px 1px 3px 2px #973a3b;
  box-shadow:         1px 1px 3px 2px #973a3b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #973a3b


Comments

No comments written yet.

Please login to write comment.