Color Hex Logo

#995051 Color Hex

#995051
(153,80,81)
0 Favorites   0 Comments

Color spaces of #995051

RGB 1538081
HSL1.000.310.46
HSV359°48°60°
CMYK 0.000.480.47   0.40
XYZ17.490713.10379.3920
Yxy13.10370.43740.3277
Hunter Lab36.199022.89969.9563
CIE-Lab42.919130.436313.2164

#995051 color RGB value is (153,80,81).

#995051 hex color red value is 153, green value is 80 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #995051 hue: 1.00 , saturation: 0.31 and the lightness value of 995051 is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 01010000 01010001
Octal 231 120 121
Decimal 153 80 81
Hex 99 50 51

RGB Percentages of Color #995051

%48.73
%25.48
%25.80

CMYK Percentages of Color #995051

%0
%48
%47
%40

Triadic Colors of #995051

#995051 #519950 #505199

Analogous Colors of #995051

#995051 #997450 #995076

Monochromatic Colors of #995051

#995051

Complementary Color

#995051 #509998

#995051 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#995051 Color Preview on White Background

Lorem ipsum dolor sit amet.

#995051 Color CSS Codes

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

#995051 Text Font Color

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

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


#995051 Background Color

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

This div background color is #995051


#995051 Border Color

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

This div border color is #995051


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #995051


Comments

No comments written yet.

Please login to write comment.