Color Hex Logo

#9c344a Color Hex

#9C344A
(156,52,74)
0 Favorites   0 Comments

Color spaces of #9c344a

RGB 1565274
HSL0.960.500.41
HSV347°67°61°
CMYK 0.000.670.53   0.39
XYZ16.174310.01837.5598
Yxy10.01830.47920.2968
Hunter Lab31.651735.82467.9952
CIE-Lab37.875344.855210.6868

#9c344a color RGB value is (156,52,74).

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

The process color (four color CMYK) of #9c344a color hex is 0.00, 0.67, 0.53, 0.39. Web safe color of #9c344a is #993333. Color #9c344a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 00110100 01001010
Octal 234 64 112
Decimal 156 52 74
Hex 9C 34 4A

RGB Percentages of Color #9c344a

%55.32
%18.44
%26.24

CMYK Percentages of Color #9c344a

%0
%67
%53
%39

Triadic Colors of #9c344a

#9c344a #4a9c34 #344a9c

Analogous Colors of #9c344a

#9c344a #9c5234 #9c347e

Monochromatic Colors of #9c344a

#9c344a

Complementary Color

#9c344a #349c86

#9c344a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9c344a Color Preview on White Background

Lorem ipsum dolor sit amet.

#9c344a Color CSS Codes

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

#9c344a Text Font Color

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

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


#9c344a Background Color

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

This div background color is #9c344a


#9c344a Border Color

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

This div border color is #9c344a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9c344a


Comments

No comments written yet.

Please login to write comment.