Color Hex Logo

#995858 Color Hex

#995858
(153,88,88)
0 Favorites   0 Comments

Color spaces of #995858

RGB 1538888
HSL0.000.270.47
HSV42°60°
CMYK 0.000.420.42   0.40
XYZ18.388014.456311.0537
Yxy14.45630.41890.3293
Hunter Lab38.021419.78909.3781
CIE-Lab44.880326.765111.6666

#995858 color RGB value is (153,88,88).

#995858 hex color red value is 153, green value is 88 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #995858 hue: 0.00 , saturation: 0.27 and the lightness value of 995858 is 0.47.

The process color (four color CMYK) of #995858 color hex is 0.00, 0.42, 0.42, 0.40. Web safe color of #995858 is #996666. Color #995858 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01011000 01011000
Octal 231 130 130
Decimal 153 88 88
Hex 99 58 58

RGB Percentages of Color #995858

%46.50
%26.75
%26.75

CMYK Percentages of Color #995858

%0
%42
%42
%40

Triadic Colors of #995858

#995858 #589958 #585899

Analogous Colors of #995858

#995858 #997958 #995879

Monochromatic Colors of #995858

#995858

Complementary Color

#995858 #589999

#995858 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#995858 Color Preview on White Background

Lorem ipsum dolor sit amet.

#995858 Color CSS Codes

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

#995858 Text Font Color

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

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


#995858 Background Color

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

This div background color is #995858


#995858 Border Color

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

This div border color is #995858


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #995858

#995858 Color Palettes


Comments

No comments written yet.

Please login to write comment.