Color Hex Logo

#976219 Color Hex

#976219
(151,98,25)
0 Favorites   0 Comments

Color spaces of #976219

RGB 1519825
HSL0.100.720.35
HSV35°83°59°
CMYK 0.000.350.83   0.41
XYZ17.305615.38492.9772
Yxy15.38490.48520.4313
Hunter Lab39.223610.113622.9562
CIE-Lab46.156915.473246.9140

#976219 color RGB value is (151,98,25).

#976219 hex color red value is 151, green value is 98 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #976219 hue: 0.10 , saturation: 0.72 and the lightness value of 976219 is 0.35.

The process color (four color CMYK) of #976219 color hex is 0.00, 0.35, 0.83, 0.41. Web safe color of #976219 is #996600. Color #976219 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 01100010 00011001
Octal 227 142 31
Decimal 151 98 25
Hex 97 62 19

RGB Percentages of Color #976219

%55.11
%35.77
%9.12

CMYK Percentages of Color #976219

%0
%35
%83
%41

Triadic Colors of #976219

#976219 #199762 #621997

Analogous Colors of #976219

#976219 #8d9719 #972319

Monochromatic Colors of #976219

#976219

Complementary Color

#976219 #194e97

#976219 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#976219 Color Preview on White Background

Lorem ipsum dolor sit amet.

#976219 Color CSS Codes

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

#976219 Text Font Color

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

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


#976219 Background Color

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

This div background color is #976219


#976219 Border Color

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

This div border color is #976219


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #976219


Comments

No comments written yet.

Please login to write comment.