Color Hex Logo

#96713b Color Hex

#96713B
(150,113,59)
0 Favorites   0 Comments

Color spaces of #96713b

RGB 15011359
HSL0.100.440.41
HSV36°61°59°
CMYK 0.000.250.61   0.41
XYZ19.272218.61016.7140
Yxy18.61010.43210.4173
Hunter Lab43.13944.249520.9700
CIE-Lab50.22798.278035.1721

#96713b color RGB value is (150,113,59).

#96713b hex color red value is 150, green value is 113 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #96713b hue: 0.10 , saturation: 0.44 and the lightness value of 96713b is 0.41.

The process color (four color CMYK) of #96713b color hex is 0.00, 0.25, 0.61, 0.41. Web safe color of #96713b is #996633. Color #96713b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01110001 00111011
Octal 226 161 73
Decimal 150 113 59
Hex 96 71 3B

RGB Percentages of Color #96713b

%46.58
%35.09
%18.32

CMYK Percentages of Color #96713b

%0
%25
%61
%41

Triadic Colors of #96713b

#96713b #3b9671 #713b96

Analogous Colors of #96713b

#96713b #8e963b #96443b

Monochromatic Colors of #96713b

#96713b

Complementary Color

#96713b #3b6096

#96713b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96713b Color Preview on White Background

Lorem ipsum dolor sit amet.

#96713b Color CSS Codes

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

#96713b Text Font Color

<p style="color:#96713b">Text here</p>

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


#96713b Background Color

<div style="background-color:#96713b">
Div content here</div>

This div background color is #96713b


#96713b Border Color

<div style="border:3px solid #96713b">
Div here</div>

This div border color is #96713b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,113,59, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #96713b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #96713b;
  -webkit-box-shadow: 1px 1px 3px 2px #96713b;
  box-shadow:         1px 1px 3px 2px #96713b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(150,113,59, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96713b


Comments

No comments written yet.

Please login to write comment.