Color Hex Logo

#965345 Color Hex

#965345
(150,83,69)
0 Favorites   0 Comments

Color spaces of #965345

RGB 1508369
HSL0.030.370.43
HSV10°54°59°
CMYK 0.000.450.54   0.41
XYZ16.745113.10027.2763
Yxy13.10020.45110.3529
Hunter Lab36.194219.242513.4166
CIE-Lab42.913826.358920.4147

#965345 color RGB value is (150,83,69).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 01010011 01000101
Octal 226 123 105
Decimal 150 83 69
Hex 96 53 45

RGB Percentages of Color #965345

%49.67
%27.48
%22.85

CMYK Percentages of Color #965345

%0
%45
%54
%41

Triadic Colors of #965345

#965345 #459653 #534596

Analogous Colors of #965345

#965345 #967c45 #96455f

Monochromatic Colors of #965345

#965345

Complementary Color

#965345 #458896

#965345 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#965345 Color Preview on White Background

Lorem ipsum dolor sit amet.

#965345 Color CSS Codes

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

#965345 Text Font Color

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

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


#965345 Background Color

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

This div background color is #965345


#965345 Border Color

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

This div border color is #965345


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #965345


Comments

No comments written yet.

Please login to write comment.