Color Hex Logo

#958358 Color Hex

#958358
(149,131,88)
0 Favorites   0 Comments

Color spaces of #958358

RGB 14913188
HSL0.120.260.46
HSV42°41°58°
CMYK 0.000.120.41   0.42
XYZ22.272223.326712.5612
Yxy23.32670.38290.4011
Hunter Lab48.2977-2.206818.3884
CIE-Lab55.40730.466125.7545

#958358 color RGB value is (149,131,88).

#958358 hex color red value is 149, green value is 131 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #958358 hue: 0.12 , saturation: 0.26 and the lightness value of 958358 is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 10000011 01011000
Octal 225 203 130
Decimal 149 131 88
Hex 95 83 58

RGB Percentages of Color #958358

%40.49
%35.60
%23.91

CMYK Percentages of Color #958358

%0
%12
%41
%42

Triadic Colors of #958358

#958358 #589583 #835895

Analogous Colors of #958358

#958358 #899558 #956558

Monochromatic Colors of #958358

#958358

Complementary Color

#958358 #586a95

#958358 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#958358 Color Preview on White Background

Lorem ipsum dolor sit amet.

#958358 Color CSS Codes

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

#958358 Text Font Color

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

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


#958358 Background Color

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

This div background color is #958358


#958358 Border Color

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

This div border color is #958358


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #958358


Comments

No comments written yet.

Please login to write comment.