Color Hex Logo

#95362a Color Hex

#95362A
(149,54,42)
0 Favorites   0 Comments

Color spaces of #95362a

RGB 1495442
HSL0.020.560.37
HSV72°58°
CMYK 0.000.640.72   0.42
XYZ14.13159.19513.2205
Yxy9.19510.53230.3464
Hunter Lab30.323430.119614.9295
CIE-Lab36.357239.204728.4195

#95362a color RGB value is (149,54,42).

#95362a hex color red value is 149, green value is 54 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #95362a hue: 0.02 , saturation: 0.56 and the lightness value of 95362a is 0.37.

The process color (four color CMYK) of #95362a color hex is 0.00, 0.64, 0.72, 0.42. Web safe color of #95362a is #993333. Color #95362a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00110110 00101010
Octal 225 66 52
Decimal 149 54 42
Hex 95 36 2A

RGB Percentages of Color #95362a

%60.82
%22.04
%17.14

CMYK Percentages of Color #95362a

%0
%64
%72
%42

Triadic Colors of #95362a

#95362a #2a9536 #362a95

Analogous Colors of #95362a

#95362a #956c2a #952a53

Monochromatic Colors of #95362a

#95362a

Complementary Color

#95362a #2a8995

#95362a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95362a Color Preview on White Background

Lorem ipsum dolor sit amet.

#95362a Color CSS Codes

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

#95362a Text Font Color

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

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


#95362a Background Color

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

This div background color is #95362a


#95362a Border Color

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

This div border color is #95362a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95362a


Comments

No comments written yet.

Please login to write comment.