Color Hex Logo

#9d360e Color Hex

#9D360E
(157,54,14)
0 Favorites   0 Comments

Color spaces of #9d360e

RGB 1575414
HSL0.050.840.34
HSV17°91°62°
CMYK 0.000.660.91   0.38
XYZ15.30319.83811.5079
Yxy9.83810.57420.3692
Hunter Lab31.365732.198719.1057
CIE-Lab37.550341.189144.2994

#9d360e color RGB value is (157,54,14).

#9d360e hex color red value is 157, green value is 54 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #9d360e hue: 0.05 , saturation: 0.84 and the lightness value of 9d360e is 0.34.

The process color (four color CMYK) of #9d360e color hex is 0.00, 0.66, 0.91, 0.38. Web safe color of #9d360e is #993300. Color #9d360e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 00110110 00001110
Octal 235 66 16
Decimal 157 54 14
Hex 9D 36 E

RGB Percentages of Color #9d360e

%69.78
%24.00
%6.22

CMYK Percentages of Color #9d360e

%0
%66
%91
%38

Triadic Colors of #9d360e

#9d360e #0e9d36 #360e9d

Analogous Colors of #9d360e

#9d360e #9d7e0e #9d0e2e

Monochromatic Colors of #9d360e

#9d360e

Complementary Color

#9d360e #0e759d

#9d360e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9d360e Color Preview on White Background

Lorem ipsum dolor sit amet.

#9d360e Color CSS Codes

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

#9d360e Text Font Color

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

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


#9d360e Background Color

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

This div background color is #9d360e


#9d360e Border Color

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

This div border color is #9d360e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9d360e


Comments

No comments written yet.

Please login to write comment.