Color Hex Logo

#9c5033 Color Hex

#9C5033
(156,80,51)
0 Favorites   0 Comments

Color spaces of #9c5033

RGB 1568051
HSL0.050.510.41
HSV17°67°61°
CMYK 0.000.490.67   0.39
XYZ17.176513.04434.7445
Yxy13.04430.49120.3731
Hunter Lab36.116921.686617.4932
CIE-Lab42.829929.107331.0524

#9c5033 color RGB value is (156,80,51).

#9c5033 hex color red value is 156, green value is 80 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #9c5033 hue: 0.05 , saturation: 0.51 and the lightness value of 9c5033 is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 01010000 00110011
Octal 234 120 63
Decimal 156 80 51
Hex 9C 50 33

RGB Percentages of Color #9c5033

%54.36
%27.87
%17.77

CMYK Percentages of Color #9c5033

%0
%49
%67
%39

Triadic Colors of #9c5033

#9c5033 #339c50 #50339c

Analogous Colors of #9c5033

#9c5033 #9c8533 #9c334b

Monochromatic Colors of #9c5033

#9c5033

Complementary Color

#9c5033 #337f9c

#9c5033 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9c5033 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9c5033 Color CSS Codes

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

#9c5033 Text Font Color

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

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


#9c5033 Background Color

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

This div background color is #9c5033


#9c5033 Border Color

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

This div border color is #9c5033


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9c5033


Comments

No comments written yet.

Please login to write comment.