Color Hex Logo

#9f442b Color Hex

#9F442B
(159,68,43)
0 Favorites   0 Comments

Color spaces of #9f442b

RGB 1596843
HSL0.040.570.40
HSV13°73°62°
CMYK 0.000.570.73   0.38
XYZ16.801211.67963.6544
Yxy11.67960.52280.3635
Hunter Lab34.175427.946517.5829
CIE-Lab40.702336.204133.2494

#9f442b color RGB value is (159,68,43).

#9f442b hex color red value is 159, green value is 68 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #9f442b hue: 0.04 , saturation: 0.57 and the lightness value of 9f442b is 0.40.

The process color (four color CMYK) of #9f442b color hex is 0.00, 0.57, 0.73, 0.38. Web safe color of #9f442b is #993333. Color #9f442b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 01000100 00101011
Octal 237 104 53
Decimal 159 68 43
Hex 9F 44 2B

RGB Percentages of Color #9f442b

%58.89
%25.19
%15.93

CMYK Percentages of Color #9f442b

%0
%57
%73
%38

Triadic Colors of #9f442b

#9f442b #2b9f44 #442b9f

Analogous Colors of #9f442b

#9f442b #9f7e2b #9f2b4c

Monochromatic Colors of #9f442b

#9f442b

Complementary Color

#9f442b #2b869f

#9f442b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9f442b Color Preview on White Background

Lorem ipsum dolor sit amet.

#9f442b Color CSS Codes

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

#9f442b Text Font Color

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

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


#9f442b Background Color

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

This div background color is #9f442b


#9f442b Border Color

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

This div border color is #9f442b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9f442b


Comments

No comments written yet.

Please login to write comment.