Color Hex Logo

#965343 Color Hex

#965343
(150,83,67)
0 Favorites   0 Comments

Color spaces of #965343

RGB 1508367
HSL0.030.380.43
HSV12°55°59°
CMYK 0.000.450.55   0.41
XYZ16.684113.07586.9547
Yxy13.07580.45440.3561
Hunter Lab36.160519.077413.9092
CIE-Lab42.877226.175921.5654

#965343 color RGB value is (150,83,67).

#965343 hex color red value is 150, green value is 83 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #965343 hue: 0.03 , saturation: 0.38 and the lightness value of 965343 is 0.43.

The process color (four color CMYK) of #965343 color hex is 0.00, 0.45, 0.55, 0.41. Web safe color of #965343 is #996633. Color #965343 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01010011 01000011
Octal 226 123 103
Decimal 150 83 67
Hex 96 53 43

RGB Percentages of Color #965343

%50.00
%27.67
%22.33

CMYK Percentages of Color #965343

%0
%45
%55
%41

Triadic Colors of #965343

#965343 #439653 #534396

Analogous Colors of #965343

#965343 #967d43 #96435d

Monochromatic Colors of #965343

#965343

Complementary Color

#965343 #438696

#965343 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#965343 Color Preview on White Background

Lorem ipsum dolor sit amet.

#965343 Color CSS Codes

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

#965343 Text Font Color

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

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


#965343 Background Color

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

This div background color is #965343


#965343 Border Color

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

This div border color is #965343


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,83,67, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #965343; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #965343;
  -webkit-box-shadow: 1px 1px 3px 2px #965343;
  box-shadow:         1px 1px 3px 2px #965343; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #965343


Comments

No comments written yet.

Please login to write comment.