Color Hex Logo

#978217 Color Hex

#978217
(151,130,23)
0 Favorites   0 Comments

Color spaces of #978217

RGB 15113023
HSL0.140.740.34
HSV50°85°59°
CMYK 0.000.140.85   0.41
XYZ20.899822.60644.0726
Yxy22.60640.43930.4751
Hunter Lab47.5462-4.742928.2038
CIE-Lab54.6646-2.798954.9497

#978217 color RGB value is (151,130,23).

#978217 hex color red value is 151, green value is 130 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #978217 hue: 0.14 , saturation: 0.74 and the lightness value of 978217 is 0.34.

The process color (four color CMYK) of #978217 color hex is 0.00, 0.14, 0.85, 0.41. Web safe color of #978217 is #999900. Color #978217 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 10000010 00010111
Octal 227 202 27
Decimal 151 130 23
Hex 97 82 17

RGB Percentages of Color #978217

%49.67
%42.76
%7.57

CMYK Percentages of Color #978217

%0
%14
%85
%41

Triadic Colors of #978217

#978217 #179782 #821797

Analogous Colors of #978217

#978217 #6c9717 #974217

Monochromatic Colors of #978217

#978217

Complementary Color

#978217 #172c97

#978217 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#978217 Color Preview on White Background

Lorem ipsum dolor sit amet.

#978217 Color CSS Codes

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

#978217 Text Font Color

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

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


#978217 Background Color

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

This div background color is #978217


#978217 Border Color

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

This div border color is #978217


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #978217


Comments

No comments written yet.

Please login to write comment.