Color Hex Logo

#95482c Color Hex

#95482C
(149,72,44)
0 Favorites   0 Comments

Color spaces of #95482c

RGB 1497244
HSL0.040.540.38
HSV16°70°58°
CMYK 0.000.520.70   0.42
XYZ15.166411.20613.7465
Yxy11.20610.50350.3721
Hunter Lab33.475522.289016.7973
CIE-Lab39.925430.138931.3725

#95482c color RGB value is (149,72,44).

#95482c hex color red value is 149, green value is 72 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #95482c hue: 0.04 , saturation: 0.54 and the lightness value of 95482c is 0.38.

The process color (four color CMYK) of #95482c color hex is 0.00, 0.52, 0.70, 0.42. Web safe color of #95482c is #993333. Color #95482c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01001000 00101100
Octal 225 110 54
Decimal 149 72 44
Hex 95 48 2C

RGB Percentages of Color #95482c

%56.23
%27.17
%16.60

CMYK Percentages of Color #95482c

%0
%52
%70
%42

Triadic Colors of #95482c

#95482c #2c9548 #482c95

Analogous Colors of #95482c

#95482c #957d2c #952c45

Monochromatic Colors of #95482c

#95482c

Complementary Color

#95482c #2c7995

#95482c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95482c Color Preview on White Background

Lorem ipsum dolor sit amet.

#95482c Color CSS Codes

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

#95482c Text Font Color

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

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


#95482c Background Color

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

This div background color is #95482c


#95482c Border Color

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

This div border color is #95482c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,72,44, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #95482c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #95482c;
  -webkit-box-shadow: 1px 1px 3px 2px #95482c;
  box-shadow:         1px 1px 3px 2px #95482c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95482c


Comments

No comments written yet.

Please login to write comment.