Color Hex Logo

#9c8218 Color Hex

#9C8218
(156,130,24)
0 Favorites   0 Comments

Color spaces of #9c8218

RGB 15613024
HSL0.130.730.35
HSV48°85°61°
CMYK 0.000.170.85   0.39
XYZ21.857823.09914.1707
Yxy23.09910.44490.4702
Hunter Lab48.0615-2.928028.4980
CIE-Lab55.1743-0.453455.2957

#9c8218 color RGB value is (156,130,24).

#9c8218 hex color red value is 156, green value is 130 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #9c8218 hue: 0.13 , saturation: 0.73 and the lightness value of 9c8218 is 0.35.

The process color (four color CMYK) of #9c8218 color hex is 0.00, 0.17, 0.85, 0.39. Web safe color of #9c8218 is #999900. Color #9c8218 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 10000010 00011000
Octal 234 202 30
Decimal 156 130 24
Hex 9C 82 18

RGB Percentages of Color #9c8218

%50.32
%41.94
%7.74

CMYK Percentages of Color #9c8218

%0
%17
%85
%39

Triadic Colors of #9c8218

#9c8218 #189c82 #82189c

Analogous Colors of #9c8218

#9c8218 #749c18 #9c4018

Monochromatic Colors of #9c8218

#9c8218

Complementary Color

#9c8218 #18329c

#9c8218 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9c8218 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9c8218 Color CSS Codes

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

#9c8218 Text Font Color

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

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


#9c8218 Background Color

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

This div background color is #9c8218


#9c8218 Border Color

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

This div border color is #9c8218


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(156,130,24, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9c8218; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9c8218;
  -webkit-box-shadow: 1px 1px 3px 2px #9c8218;
  box-shadow:         1px 1px 3px 2px #9c8218; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9c8218


Comments

No comments written yet.

Please login to write comment.