Color Hex Logo

#99958b Color Hex

#99958B
(153,149,139)
0 Favorites   0 Comments

Color spaces of #99958b

RGB 153149139
HSL0.120.060.57
HSV43°60°
CMYK 0.000.030.09   0.40
XYZ28.544530.131328.7376
Yxy30.13130.32650.3447
Hunter Lab54.8920-3.23887.3843
CIE-Lab61.7673-0.36875.7914

#99958b color RGB value is (153,149,139).

#99958b hex color red value is 153, green value is 149 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #99958b hue: 0.12 , saturation: 0.06 and the lightness value of 99958b is 0.57.

The process color (four color CMYK) of #99958b color hex is 0.00, 0.03, 0.09, 0.40. Web safe color of #99958b is #999999. Color #99958b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10010101 10001011
Octal 231 225 213
Decimal 153 149 139
Hex 99 95 8B

RGB Percentages of Color #99958b

%34.69
%33.79
%31.52

CMYK Percentages of Color #99958b

%0
%3
%9
%40

Triadic Colors of #99958b

#99958b #8b9995 #958b99

Analogous Colors of #99958b

#99958b #96998b #998e8b

Monochromatic Colors of #99958b

#99958b

Complementary Color

#99958b #8b8f99

#99958b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99958b Color Preview on White Background

Lorem ipsum dolor sit amet.

#99958b Color CSS Codes

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

#99958b Text Font Color

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

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


#99958b Background Color

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

This div background color is #99958b


#99958b Border Color

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

This div border color is #99958b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,149,139, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #99958b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #99958b;
  -webkit-box-shadow: 1px 1px 3px 2px #99958b;
  box-shadow:         1px 1px 3px 2px #99958b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99958b

#99958b Color Palettes


Comments

No comments written yet.

Please login to write comment.