Color Hex Logo

#968345 Color Hex

#968345
(150,131,69)
0 Favorites   0 Comments

Color spaces of #968345

RGB 15013169
HSL0.130.370.43
HSV46°54°59°
CMYK 0.000.130.54   0.41
XYZ21.768223.14638.9506
Yxy23.14630.40410.4297
Hunter Lab48.1106-3.429222.6470
CIE-Lab55.2227-1.081435.8362

#968345 color RGB value is (150,131,69).

#968345 hex color red value is 150, green value is 131 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #968345 hue: 0.13 , saturation: 0.37 and the lightness value of 968345 is 0.43.

The process color (four color CMYK) of #968345 color hex is 0.00, 0.13, 0.54, 0.41. Web safe color of #968345 is #999933. Color #968345 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10000011 01000101
Octal 226 203 105
Decimal 150 131 69
Hex 96 83 45

RGB Percentages of Color #968345

%42.86
%37.43
%19.71

CMYK Percentages of Color #968345

%0
%13
%54
%41

Triadic Colors of #968345

#968345 #459683 #834596

Analogous Colors of #968345

#968345 #819645 #965b45

Monochromatic Colors of #968345

#968345

Complementary Color

#968345 #455896

#968345 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#968345 Color Preview on White Background

Lorem ipsum dolor sit amet.

#968345 Color CSS Codes

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

#968345 Text Font Color

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

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


#968345 Background Color

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

This div background color is #968345


#968345 Border Color

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

This div border color is #968345


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #968345


Comments

No comments written yet.

Please login to write comment.