Color Hex Logo

#968041 Color Hex

#968041
(150,128,65)
0 Favorites   0 Comments

Color spaces of #968041

RGB 15012865
HSL0.120.400.42
HSV44°57°59°
CMYK 0.000.150.57   0.41
XYZ21.251022.30408.1861
Yxy22.30400.41070.4311
Hunter Lab47.2271-2.327022.7820
CIE-Lab54.34810.246436.8782

#968041 color RGB value is (150,128,65).

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

The process color (four color CMYK) of #968041 color hex is 0.00, 0.15, 0.57, 0.41. Web safe color of #968041 is #999933. Color #968041 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10000000 01000001
Octal 226 200 101
Decimal 150 128 65
Hex 96 80 41

RGB Percentages of Color #968041

%43.73
%37.32
%18.95

CMYK Percentages of Color #968041

%0
%15
%57
%41

Triadic Colors of #968041

#968041 #419680 #804196

Analogous Colors of #968041

#968041 #829641 #965641

Monochromatic Colors of #968041

#968041

Complementary Color

#968041 #415796

#968041 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#968041 Color Preview on White Background

Lorem ipsum dolor sit amet.

#968041 Color CSS Codes

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

#968041 Text Font Color

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

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


#968041 Background Color

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

This div background color is #968041


#968041 Border Color

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

This div border color is #968041


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(150,128,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 #968041">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #968041


Comments

No comments written yet.

Please login to write comment.