Color Hex Logo

#965325 Color Hex

#965325
(150,83,37)
0 Favorites   0 Comments

Color spaces of #965325

RGB 1508337
HSL0.070.600.37
HSV24°75°59°
CMYK 0.000.450.75   0.41
XYZ16.004912.80413.3782
Yxy12.80410.49720.3978
Hunter Lab35.782817.219419.4505
CIE-Lab42.466624.094337.9593

#965325 color RGB value is (150,83,37).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 01010011 00100101
Octal 226 123 45
Decimal 150 83 37
Hex 96 53 25

RGB Percentages of Color #965325

%55.56
%30.74
%13.70

CMYK Percentages of Color #965325

%0
%45
%75
%41

Triadic Colors of #965325

#965325 #259653 #532596

Analogous Colors of #965325

#965325 #968c25 #96252f

Monochromatic Colors of #965325

#965325

Complementary Color

#965325 #256896

#965325 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#965325 Color Preview on White Background

Lorem ipsum dolor sit amet.

#965325 Color CSS Codes

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

#965325 Text Font Color

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

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


#965325 Background Color

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

This div background color is #965325


#965325 Border Color

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

This div border color is #965325


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #965325


Comments

No comments written yet.

Please login to write comment.