Color Hex Logo

#967535 Color Hex

#967535
(150,117,53)
0 Favorites   0 Comments

Color spaces of #967535

RGB 15011753
HSL0.110.480.40
HSV40°65°59°
CMYK 0.000.220.65   0.41
XYZ19.581619.46376.0930
Yxy19.46370.43380.4312
Hunter Lab44.11772.021122.6940
CIE-Lab51.22545.542239.4072

#967535 color RGB value is (150,117,53).

#967535 hex color red value is 150, green value is 117 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #967535 hue: 0.11 , saturation: 0.48 and the lightness value of 967535 is 0.40.

The process color (four color CMYK) of #967535 color hex is 0.00, 0.22, 0.65, 0.41. Web safe color of #967535 is #996633. Color #967535 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01110101 00110101
Octal 226 165 65
Decimal 150 117 53
Hex 96 75 35

RGB Percentages of Color #967535

%46.88
%36.56
%16.56

CMYK Percentages of Color #967535

%0
%22
%65
%41

Triadic Colors of #967535

#967535 #359675 #753596

Analogous Colors of #967535

#967535 #879635 #964535

Monochromatic Colors of #967535

#967535

Complementary Color

#967535 #355696

#967535 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#967535 Color Preview on White Background

Lorem ipsum dolor sit amet.

#967535 Color CSS Codes

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

#967535 Text Font Color

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

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


#967535 Background Color

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

This div background color is #967535


#967535 Border Color

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

This div border color is #967535


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #967535

#967535 Color Palettes


Comments

No comments written yet.

Please login to write comment.