Color Hex Logo

#972b3f Color Hex

#972B3F
(151,43,63)
0 Favorites   0 Comments

Color spaces of #972b3f

RGB 1514363
HSL0.970.560.38
HSV349°72°59°
CMYK 0.000.720.58   0.41
XYZ14.52368.66595.6098
Yxy8.66590.50430.3009
Hunter Lab29.437936.54919.3080
CIE-Lab35.332946.047514.0845

#972b3f color RGB value is (151,43,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 00101011 00111111
Octal 227 53 77
Decimal 151 43 63
Hex 97 2B 3F

RGB Percentages of Color #972b3f

%58.75
%16.73
%24.51

CMYK Percentages of Color #972b3f

%0
%72
%58
%41

Triadic Colors of #972b3f

#972b3f #3f972b #2b3f97

Analogous Colors of #972b3f

#972b3f #974d2b #972b75

Monochromatic Colors of #972b3f

#972b3f

Complementary Color

#972b3f #2b9783

#972b3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#972b3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#972b3f Color CSS Codes

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

#972b3f Text Font Color

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

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


#972b3f Background Color

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

This div background color is #972b3f


#972b3f Border Color

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

This div border color is #972b3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #972b3f


Comments

No comments written yet.

Please login to write comment.