Color Hex Logo

#9c824f Color Hex

#9C824F
(156,130,79)
0 Favorites   0 Comments

Color spaces of #9c824f

RGB 15613079
HSL0.110.330.46
HSV40°49°61°
CMYK 0.000.170.49   0.39
XYZ23.104223.597710.7342
Yxy23.59770.40230.4109
Hunter Lab48.5775-0.113220.9029
CIE-Lab55.68273.070331.1992

#9c824f color RGB value is (156,130,79).

#9c824f hex color red value is 156, green value is 130 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #9c824f hue: 0.11 , saturation: 0.33 and the lightness value of 9c824f is 0.46.

The process color (four color CMYK) of #9c824f color hex is 0.00, 0.17, 0.49, 0.39. Web safe color of #9c824f is #999966. Color #9c824f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 10000010 01001111
Octal 234 202 117
Decimal 156 130 79
Hex 9C 82 4F

RGB Percentages of Color #9c824f

%42.74
%35.62
%21.64

CMYK Percentages of Color #9c824f

%0
%17
%49
%39

Triadic Colors of #9c824f

#9c824f #4f9c82 #824f9c

Analogous Colors of #9c824f

#9c824f #909c4f #9c5c4f

Monochromatic Colors of #9c824f

#9c824f

Complementary Color

#9c824f #4f699c

#9c824f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9c824f Color Preview on White Background

Lorem ipsum dolor sit amet.

#9c824f Color CSS Codes

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

#9c824f Text Font Color

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

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


#9c824f Background Color

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

This div background color is #9c824f


#9c824f Border Color

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

This div border color is #9c824f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9c824f


Comments

No comments written yet.

Please login to write comment.