Color Hex Logo

#9c423f Color Hex

#9C423F
(156,66,63)
0 Favorites   0 Comments

Color spaces of #9c423f

RGB 1566663
HSL0.010.420.43
HSV60°61°
CMYK 0.000.580.60   0.39
XYZ16.555711.32326.0156
Yxy11.32320.48840.3341
Hunter Lab33.650028.934112.9557
CIE-Lab40.119637.342320.5846

#9c423f color RGB value is (156,66,63).

#9c423f hex color red value is 156, green value is 66 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #9c423f hue: 0.01 , saturation: 0.42 and the lightness value of 9c423f is 0.43.

The process color (four color CMYK) of #9c423f color hex is 0.00, 0.58, 0.60, 0.39. Web safe color of #9c423f is #993333. Color #9c423f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 01000010 00111111
Octal 234 102 77
Decimal 156 66 63
Hex 9C 42 3F

RGB Percentages of Color #9c423f

%54.74
%23.16
%22.11

CMYK Percentages of Color #9c423f

%0
%58
%60
%39

Triadic Colors of #9c423f

#9c423f #3f9c42 #423f9c

Analogous Colors of #9c423f

#9c423f #9c713f #9c3f6b

Monochromatic Colors of #9c423f

#9c423f

Complementary Color

#9c423f #3f999c

#9c423f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9c423f Color Preview on White Background

Lorem ipsum dolor sit amet.

#9c423f Color CSS Codes

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

#9c423f Text Font Color

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

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


#9c423f Background Color

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

This div background color is #9c423f


#9c423f Border Color

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

This div border color is #9c423f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9c423f


Comments

No comments written yet.

Please login to write comment.