Color Hex Logo

#9c371b Color Hex

#9C371B
(156,55,27)
0 Favorites   0 Comments

Color spaces of #9c371b

RGB 1565527
HSL0.040.700.36
HSV13°83°61°
CMYK 0.000.650.83   0.39
XYZ15.27439.87942.1388
Yxy9.87940.55970.3620
Hunter Lab31.431531.737817.9676
CIE-Lab37.625140.695838.4936

#9c371b color RGB value is (156,55,27).

#9c371b hex color red value is 156, green value is 55 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #9c371b hue: 0.04 , saturation: 0.70 and the lightness value of 9c371b is 0.36.

The process color (four color CMYK) of #9c371b color hex is 0.00, 0.65, 0.83, 0.39. Web safe color of #9c371b is #993333. Color #9c371b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 00110111 00011011
Octal 234 67 33
Decimal 156 55 27
Hex 9C 37 1B

RGB Percentages of Color #9c371b

%65.55
%23.11
%11.34

CMYK Percentages of Color #9c371b

%0
%65
%83
%39

Triadic Colors of #9c371b

#9c371b #1b9c37 #371b9c

Analogous Colors of #9c371b

#9c371b #9c781b #9c1b3f

Monochromatic Colors of #9c371b

#9c371b

Complementary Color

#9c371b #1b809c

#9c371b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9c371b Color Preview on White Background

Lorem ipsum dolor sit amet.

#9c371b Color CSS Codes

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

#9c371b Text Font Color

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

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


#9c371b Background Color

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

This div background color is #9c371b


#9c371b Border Color

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

This div border color is #9c371b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9c371b


Comments

No comments written yet.

Please login to write comment.