Color Hex Logo

#9c364d Color Hex

#9C364D
(156,54,77)
0 Favorites   0 Comments

Color spaces of #9c364d

RGB 1565477
HSL0.960.490.41
HSV346°65°61°
CMYK 0.000.650.51   0.39
XYZ16.369010.24218.1354
Yxy10.24210.47110.2948
Hunter Lab32.003335.29327.3305
CIE-Lab38.273544.24609.3380

#9c364d color RGB value is (156,54,77).

#9c364d hex color red value is 156, green value is 54 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #9c364d hue: 0.96 , saturation: 0.49 and the lightness value of 9c364d is 0.41.

The process color (four color CMYK) of #9c364d color hex is 0.00, 0.65, 0.51, 0.39. Web safe color of #9c364d is #993366. Color #9c364d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 00110110 01001101
Octal 234 66 115
Decimal 156 54 77
Hex 9C 36 4D

RGB Percentages of Color #9c364d

%54.36
%18.82
%26.83

CMYK Percentages of Color #9c364d

%0
%65
%51
%39

Triadic Colors of #9c364d

#9c364d #4d9c36 #364d9c

Analogous Colors of #9c364d

#9c364d #9c5236 #9c3680

Monochromatic Colors of #9c364d

#9c364d

Complementary Color

#9c364d #369c85

#9c364d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9c364d Color Preview on White Background

Lorem ipsum dolor sit amet.

#9c364d Color CSS Codes

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

#9c364d Text Font Color

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

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


#9c364d Background Color

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

This div background color is #9c364d


#9c364d Border Color

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

This div border color is #9c364d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9c364d


Comments

No comments written yet.

Please login to write comment.