Color Hex Logo

#9b3215 Color Hex

#9B3215
(155,50,21)
0 Favorites   0 Comments

Color spaces of #9b3215

RGB 1555021
HSL0.040.760.35
HSV13°86°61°
CMYK 0.000.680.86   0.39
XYZ14.79359.30391.7256
Yxy9.30390.57290.3603
Hunter Lab30.502333.192817.9974
CIE-Lab36.562942.391440.3888

#9b3215 color RGB value is (155,50,21).

#9b3215 hex color red value is 155, green value is 50 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #9b3215 hue: 0.04 , saturation: 0.76 and the lightness value of 9b3215 is 0.35.

The process color (four color CMYK) of #9b3215 color hex is 0.00, 0.68, 0.86, 0.39. Web safe color of #9b3215 is #993300. Color #9b3215 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 00110010 00010101
Octal 233 62 25
Decimal 155 50 21
Hex 9B 32 15

RGB Percentages of Color #9b3215

%68.58
%22.12
%9.29

CMYK Percentages of Color #9b3215

%0
%68
%86
%39

Triadic Colors of #9b3215

#9b3215 #159b32 #32159b

Analogous Colors of #9b3215

#9b3215 #9b7515 #9b153b

Monochromatic Colors of #9b3215

#9b3215

Complementary Color

#9b3215 #157e9b

#9b3215 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9b3215 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9b3215 Color CSS Codes

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

#9b3215 Text Font Color

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

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


#9b3215 Background Color

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

This div background color is #9b3215


#9b3215 Border Color

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

This div border color is #9b3215


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(155,50,21, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9b3215; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9b3215;
  -webkit-box-shadow: 1px 1px 3px 2px #9b3215;
  box-shadow:         1px 1px 3px 2px #9b3215; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(155,50,21, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9b3215


Comments

No comments written yet.

Please login to write comment.