Color Hex Logo

#958369 Color Hex

#958369
(149,131,105)
0 Favorites   0 Comments

Color spaces of #958369

RGB 149131105
HSL0.100.170.50
HSV35°30°58°
CMYK 0.000.120.30   0.42
XYZ23.060523.642116.7126
Yxy23.64210.36360.3728
Hunter Lab48.6231-0.433313.6572
CIE-Lab55.72772.679816.5844

#958369 color RGB value is (149,131,105).

#958369 hex color red value is 149, green value is 131 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #958369 hue: 0.10 , saturation: 0.17 and the lightness value of 958369 is 0.50.

The process color (four color CMYK) of #958369 color hex is 0.00, 0.12, 0.30, 0.42. Web safe color of #958369 is #999966. Color #958369 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10000011 01101001
Octal 225 203 151
Decimal 149 131 105
Hex 95 83 69

RGB Percentages of Color #958369

%38.70
%34.03
%27.27

CMYK Percentages of Color #958369

%0
%12
%30
%42

Triadic Colors of #958369

#958369 #699583 #836995

Analogous Colors of #958369

#958369 #919569 #956d69

Monochromatic Colors of #958369

#958369

Complementary Color

#958369 #697b95

#958369 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#958369 Color Preview on White Background

Lorem ipsum dolor sit amet.

#958369 Color CSS Codes

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

#958369 Text Font Color

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

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


#958369 Background Color

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

This div background color is #958369


#958369 Border Color

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

This div border color is #958369


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #958369


Comments

No comments written yet.

Please login to write comment.