Color Hex Logo

#9f3628 Color Hex

#9F3628
(159,54,40)
0 Favorites   0 Comments

Color spaces of #9f3628

RGB 1595440
HSL0.020.600.39
HSV75°62°
CMYK 0.000.660.75   0.38
XYZ16.000210.16253.1257
Yxy10.16250.54630.3470
Hunter Lab31.878733.803116.5017
CIE-Lab38.132542.748632.0932

#9f3628 color RGB value is (159,54,40).

#9f3628 hex color red value is 159, green value is 54 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #9f3628 hue: 0.02 , saturation: 0.60 and the lightness value of 9f3628 is 0.39.

The process color (four color CMYK) of #9f3628 color hex is 0.00, 0.66, 0.75, 0.38. Web safe color of #9f3628 is #993333. Color #9f3628 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 00110110 00101000
Octal 237 66 50
Decimal 159 54 40
Hex 9F 36 28

RGB Percentages of Color #9f3628

%62.85
%21.34
%15.81

CMYK Percentages of Color #9f3628

%0
%66
%75
%38

Triadic Colors of #9f3628

#9f3628 #289f36 #36289f

Analogous Colors of #9f3628

#9f3628 #9f7228 #9f2855

Monochromatic Colors of #9f3628

#9f3628

Complementary Color

#9f3628 #28919f

#9f3628 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9f3628 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9f3628 Color CSS Codes

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

#9f3628 Text Font Color

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

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


#9f3628 Background Color

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

This div background color is #9f3628


#9f3628 Border Color

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

This div border color is #9f3628


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9f3628


Comments

No comments written yet.

Please login to write comment.