Color Hex Logo

#972c2a Color Hex

#972C2A
(151,44,42)
0 Favorites   0 Comments

Color spaces of #972c2a

RGB 1514442
HSL0.000.560.38
HSV72°59°
CMYK 0.000.710.72   0.41
XYZ14.08118.54783.0982
Yxy8.54780.54730.3322
Hunter Lab29.236634.806114.1827
CIE-Lab35.098744.314427.0426

#972c2a color RGB value is (151,44,42).

#972c2a hex color red value is 151, green value is 44 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #972c2a hue: 0.00 , saturation: 0.56 and the lightness value of 972c2a is 0.38.

The process color (four color CMYK) of #972c2a color hex is 0.00, 0.71, 0.72, 0.41. Web safe color of #972c2a is #993333. Color #972c2a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 00101100 00101010
Octal 227 54 52
Decimal 151 44 42
Hex 97 2C 2A

RGB Percentages of Color #972c2a

%63.71
%18.57
%17.72

CMYK Percentages of Color #972c2a

%0
%71
%72
%41

Triadic Colors of #972c2a

#972c2a #2a972c #2c2a97

Analogous Colors of #972c2a

#972c2a #97632a #972a5e

Monochromatic Colors of #972c2a

#972c2a

Complementary Color

#972c2a #2a9597

#972c2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#972c2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#972c2a Color CSS Codes

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

#972c2a Text Font Color

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

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


#972c2a Background Color

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

This div background color is #972c2a


#972c2a Border Color

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

This div border color is #972c2a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(151,44,42, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #972c2a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #972c2a;
  -webkit-box-shadow: 1px 1px 3px 2px #972c2a;
  box-shadow:         1px 1px 3px 2px #972c2a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #972c2a


Comments

No comments written yet.

Please login to write comment.