Color Hex Logo

#965237 Color Hex

#965237
(150,82,55)
0 Favorites   0 Comments

Color spaces of #965237

RGB 1508255
HSL0.050.460.40
HSV17°63°59°
CMYK 0.000.450.63   0.41
XYZ16.284612.79455.2257
Yxy12.79450.47470.3730
Hunter Lab35.769418.668616.3767
CIE-Lab42.452025.756428.0976

#965237 color RGB value is (150,82,55).

#965237 hex color red value is 150, green value is 82 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #965237 hue: 0.05 , saturation: 0.46 and the lightness value of 965237 is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 01010010 00110111
Octal 226 122 67
Decimal 150 82 55
Hex 96 52 37

RGB Percentages of Color #965237

%52.26
%28.57
%19.16

CMYK Percentages of Color #965237

%0
%45
%63
%41

Triadic Colors of #965237

#965237 #379652 #523796

Analogous Colors of #965237

#965237 #968237 #96374c

Monochromatic Colors of #965237

#965237

Complementary Color

#965237 #377b96

#965237 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#965237 Color Preview on White Background

Lorem ipsum dolor sit amet.

#965237 Color CSS Codes

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

#965237 Text Font Color

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

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


#965237 Background Color

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

This div background color is #965237


#965237 Border Color

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

This div border color is #965237


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #965237

#965237 Color Palettes


Comments

No comments written yet.

Please login to write comment.