Color Hex Logo

#969358 Color Hex

#969358
(150,147,88)
0 Favorites   0 Comments

Color spaces of #969358

RGB 15014788
HSL0.160.260.47
HSV57°41°59°
CMYK 0.000.020.41   0.41
XYZ24.772828.056013.3422
Yxy28.05600.37440.4240
Hunter Lab52.9679-9.210422.1429
CIE-Lab59.9393-7.938831.5910

#969358 color RGB value is (150,147,88).

#969358 hex color red value is 150, green value is 147 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #969358 hue: 0.16 , saturation: 0.26 and the lightness value of 969358 is 0.47.

The process color (four color CMYK) of #969358 color hex is 0.00, 0.02, 0.41, 0.41. Web safe color of #969358 is #999966. Color #969358 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10010011 01011000
Octal 226 223 130
Decimal 150 147 88
Hex 96 93 58

RGB Percentages of Color #969358

%38.96
%38.18
%22.86

CMYK Percentages of Color #969358

%0
%2
%41
%41

Triadic Colors of #969358

#969358 #589693 #935896

Analogous Colors of #969358

#969358 #7a9658 #967458

Monochromatic Colors of #969358

#969358

Complementary Color

#969358 #585b96

#969358 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#969358 Color Preview on White Background

Lorem ipsum dolor sit amet.

#969358 Color CSS Codes

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

#969358 Text Font Color

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

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


#969358 Background Color

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

This div background color is #969358


#969358 Border Color

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

This div border color is #969358


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #969358


Comments

No comments written yet.

Please login to write comment.