Color Hex Logo

#979349 Color Hex

#979349
(151,147,73)
0 Favorites   0 Comments

Color spaces of #979349

RGB 15114773
HSL0.160.350.44
HSV57°52°59°
CMYK 0.000.030.52   0.41
XYZ24.398827.927810.4080
Yxy27.92780.38890.4452
Hunter Lab52.8468-10.070225.3158
CIE-Lab59.8235-9.054939.2839

#979349 color RGB value is (151,147,73).

#979349 hex color red value is 151, green value is 147 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #979349 hue: 0.16 , saturation: 0.35 and the lightness value of 979349 is 0.44.

The process color (four color CMYK) of #979349 color hex is 0.00, 0.03, 0.52, 0.41. Web safe color of #979349 is #999933. Color #979349 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 10010011 01001001
Octal 227 223 111
Decimal 151 147 73
Hex 97 93 49

RGB Percentages of Color #979349

%40.70
%39.62
%19.68

CMYK Percentages of Color #979349

%0
%3
%52
%41

Triadic Colors of #979349

#979349 #499793 #934997

Analogous Colors of #979349

#979349 #749749 #976c49

Monochromatic Colors of #979349

#979349

Complementary Color

#979349 #494d97

#979349 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#979349 Color Preview on White Background

Lorem ipsum dolor sit amet.

#979349 Color CSS Codes

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

#979349 Text Font Color

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

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


#979349 Background Color

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

This div background color is #979349


#979349 Border Color

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

This div border color is #979349


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #979349


Comments

No comments written yet.

Please login to write comment.