Color Hex Logo

#95333a Color Hex

#95333A
(149,51,58)
0 Favorites   0 Comments

Color spaces of #95333a

RGB 1495158
HSL0.990.490.39
HSV356°66°58°
CMYK 0.000.660.61   0.42
XYZ14.34209.06274.9964
Yxy9.06270.50500.3191
Hunter Lab30.104332.356611.2327
CIE-Lab36.104741.601918.2331

#95333a color RGB value is (149,51,58).

#95333a hex color red value is 149, green value is 51 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #95333a hue: 0.99 , saturation: 0.49 and the lightness value of 95333a is 0.39.

The process color (four color CMYK) of #95333a color hex is 0.00, 0.66, 0.61, 0.42. Web safe color of #95333a is #993333. Color #95333a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00110011 00111010
Octal 225 63 72
Decimal 149 51 58
Hex 95 33 3A

RGB Percentages of Color #95333a

%57.75
%19.77
%22.48

CMYK Percentages of Color #95333a

%0
%66
%61
%42

Triadic Colors of #95333a

#95333a #3a9533 #333a95

Analogous Colors of #95333a

#95333a #955d33 #95336b

Monochromatic Colors of #95333a

#95333a

Complementary Color

#95333a #33958e

#95333a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95333a Color Preview on White Background

Lorem ipsum dolor sit amet.

#95333a Color CSS Codes

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

#95333a Text Font Color

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

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


#95333a Background Color

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

This div background color is #95333a


#95333a Border Color

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

This div border color is #95333a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,51,58, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #95333a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #95333a;
  -webkit-box-shadow: 1px 1px 3px 2px #95333a;
  box-shadow:         1px 1px 3px 2px #95333a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95333a


Comments

No comments written yet.

Please login to write comment.