Color Hex Logo

#95373e Color Hex

#95373E
(149,55,62)
0 Favorites   0 Comments

Color spaces of #95373e

RGB 1495562
HSL0.990.460.40
HSV356°63°58°
CMYK 0.000.630.58   0.42
XYZ14.63019.46975.6142
Yxy9.46970.49240.3187
Hunter Lab30.772931.010310.7242
CIE-Lab36.873340.059516.7210

#95373e color RGB value is (149,55,62).

#95373e hex color red value is 149, green value is 55 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #95373e hue: 0.99 , saturation: 0.46 and the lightness value of 95373e is 0.40.

The process color (four color CMYK) of #95373e color hex is 0.00, 0.63, 0.58, 0.42. Web safe color of #95373e is #993333. Color #95373e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00110111 00111110
Octal 225 67 76
Decimal 149 55 62
Hex 95 37 3E

RGB Percentages of Color #95373e

%56.02
%20.68
%23.31

CMYK Percentages of Color #95373e

%0
%63
%58
%42

Triadic Colors of #95373e

#95373e #3e9537 #373e95

Analogous Colors of #95373e

#95373e #955f37 #95376d

Monochromatic Colors of #95373e

#95373e

Complementary Color

#95373e #37958e

#95373e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95373e Color Preview on White Background

Lorem ipsum dolor sit amet.

#95373e Color CSS Codes

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

#95373e Text Font Color

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

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


#95373e Background Color

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

This div background color is #95373e


#95373e Border Color

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

This div border color is #95373e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,55,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #95373e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #95373e;
  -webkit-box-shadow: 1px 1px 3px 2px #95373e;
  box-shadow:         1px 1px 3px 2px #95373e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95373e


Comments

No comments written yet.

Please login to write comment.