Color Hex Logo

#9c5023 Color Hex

#9C5023
(156,80,35)
0 Favorites   0 Comments

Color spaces of #9c5023

RGB 1568035
HSL0.060.630.37
HSV22°78°61°
CMYK 0.000.490.78   0.39
XYZ16.882312.92663.1954
Yxy12.92660.51150.3917
Hunter Lab35.953620.897419.8981
CIE-Lab42.652428.249139.4344

#9c5023 color RGB value is (156,80,35).

#9c5023 hex color red value is 156, green value is 80 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #9c5023 hue: 0.06 , saturation: 0.63 and the lightness value of 9c5023 is 0.37.

The process color (four color CMYK) of #9c5023 color hex is 0.00, 0.49, 0.78, 0.39. Web safe color of #9c5023 is #996633. Color #9c5023 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 01010000 00100011
Octal 234 120 43
Decimal 156 80 35
Hex 9C 50 23

RGB Percentages of Color #9c5023

%57.56
%29.52
%12.92

CMYK Percentages of Color #9c5023

%0
%49
%78
%39

Triadic Colors of #9c5023

#9c5023 #239c50 #50239c

Analogous Colors of #9c5023

#9c5023 #9c8d23 #9c2333

Monochromatic Colors of #9c5023

#9c5023

Complementary Color

#9c5023 #236f9c

#9c5023 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9c5023 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9c5023 Color CSS Codes

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

#9c5023 Text Font Color

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

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


#9c5023 Background Color

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

This div background color is #9c5023


#9c5023 Border Color

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

This div border color is #9c5023


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9c5023


Comments

No comments written yet.

Please login to write comment.