Color Hex Logo

#995046 Color Hex

#995046
(153,80,70)
0 Favorites   0 Comments

Color spaces of #995046

RGB 1538070
HSL0.020.370.44
HSV54°60°
CMYK 0.000.480.54   0.40
XYZ17.111012.95187.3925
Yxy12.95180.45680.3458
Hunter Lab35.988621.888813.0131
CIE-Lab42.690529.348419.5999

#995046 color RGB value is (153,80,70).

#995046 hex color red value is 153, green value is 80 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #995046 hue: 0.02 , saturation: 0.37 and the lightness value of 995046 is 0.44.

The process color (four color CMYK) of #995046 color hex is 0.00, 0.48, 0.54, 0.40. Web safe color of #995046 is #996633. Color #995046 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01010000 01000110
Octal 231 120 106
Decimal 153 80 70
Hex 99 50 46

RGB Percentages of Color #995046

%50.50
%26.40
%23.10

CMYK Percentages of Color #995046

%0
%48
%54
%40

Triadic Colors of #995046

#995046 #469950 #504699

Analogous Colors of #995046

#995046 #997a46 #994666

Monochromatic Colors of #995046

#995046

Complementary Color

#995046 #468f99

#995046 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#995046 Color Preview on White Background

Lorem ipsum dolor sit amet.

#995046 Color CSS Codes

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

#995046 Text Font Color

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

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


#995046 Background Color

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

This div background color is #995046


#995046 Border Color

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

This div border color is #995046


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #995046


Comments

No comments written yet.

Please login to write comment.