Color Hex Logo

#967041 Color Hex

#967041
(150,112,65)
0 Favorites   0 Comments

Color spaces of #967041

RGB 15011265
HSL0.090.400.42
HSV33°57°59°
CMYK 0.000.250.57   0.41
XYZ19.326018.45407.5444
Yxy18.45400.42640.4072
Hunter Lab42.95815.126919.6580
CIE-Lab50.04229.351531.7201

#967041 color RGB value is (150,112,65).

#967041 hex color red value is 150, green value is 112 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #967041 hue: 0.09 , saturation: 0.40 and the lightness value of 967041 is 0.42.

The process color (four color CMYK) of #967041 color hex is 0.00, 0.25, 0.57, 0.41. Web safe color of #967041 is #996633. Color #967041 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01110000 01000001
Octal 226 160 101
Decimal 150 112 65
Hex 96 70 41

RGB Percentages of Color #967041

%45.87
%34.25
%19.88

CMYK Percentages of Color #967041

%0
%25
%57
%41

Triadic Colors of #967041

#967041 #419670 #704196

Analogous Colors of #967041

#967041 #929641 #964641

Monochromatic Colors of #967041

#967041

Complementary Color

#967041 #416796

#967041 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#967041 Color Preview on White Background

Lorem ipsum dolor sit amet.

#967041 Color CSS Codes

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

#967041 Text Font Color

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

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


#967041 Background Color

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

This div background color is #967041


#967041 Border Color

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

This div border color is #967041


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #967041


Comments

No comments written yet.

Please login to write comment.