Color Hex Logo

#973a0d Color Hex

#973A0D
(151,58,13)
0 Favorites   0 Comments

Color spaces of #973a0d

RGB 1515813
HSL0.050.840.32
HSV20°91°59°
CMYK 0.000.620.91   0.41
XYZ14.34829.63451.4842
Yxy9.63450.56340.3783
Hunter Lab31.039528.193618.8926
CIE-Lab37.178337.012843.9110

#973a0d color RGB value is (151,58,13).

#973a0d hex color red value is 151, green value is 58 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #973a0d hue: 0.05 , saturation: 0.84 and the lightness value of 973a0d is 0.32.

The process color (four color CMYK) of #973a0d color hex is 0.00, 0.62, 0.91, 0.41. Web safe color of #973a0d is #993300. Color #973a0d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 00111010 00001101
Octal 227 72 15
Decimal 151 58 13
Hex 97 3A D

RGB Percentages of Color #973a0d

%68.02
%26.13
%5.86

CMYK Percentages of Color #973a0d

%0
%62
%91
%41

Triadic Colors of #973a0d

#973a0d #0d973a #3a0d97

Analogous Colors of #973a0d

#973a0d #977f0d #970d25

Monochromatic Colors of #973a0d

#973a0d

Complementary Color

#973a0d #0d6a97

#973a0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#973a0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#973a0d Color CSS Codes

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

#973a0d Text Font Color

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

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


#973a0d Background Color

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

This div background color is #973a0d


#973a0d Border Color

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

This div border color is #973a0d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #973a0d


Comments

No comments written yet.

Please login to write comment.