Color Hex Logo

#95484a Color Hex

#95484A
(149,72,74)
0 Favorites   0 Comments

Color spaces of #95484a

RGB 1497274
HSL1.000.350.43
HSV358°52°58°
CMYK 0.000.520.50   0.42
XYZ15.947811.51877.8614
Yxy11.51870.45140.3261
Hunter Lab33.939224.482310.0240
CIE-Lab40.440732.497714.0311

#95484a color RGB value is (149,72,74).

#95484a hex color red value is 149, green value is 72 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #95484a hue: 1.00 , saturation: 0.35 and the lightness value of 95484a is 0.43.

The process color (four color CMYK) of #95484a color hex is 0.00, 0.52, 0.50, 0.42. Web safe color of #95484a is #993333. Color #95484a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01001000 01001010
Octal 225 110 112
Decimal 149 72 74
Hex 95 48 4A

RGB Percentages of Color #95484a

%50.51
%24.41
%25.08

CMYK Percentages of Color #95484a

%0
%52
%50
%42

Triadic Colors of #95484a

#95484a #4a9548 #484a95

Analogous Colors of #95484a

#95484a #956d48 #954871

Monochromatic Colors of #95484a

#95484a

Complementary Color

#95484a #489593

#95484a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95484a Color Preview on White Background

Lorem ipsum dolor sit amet.

#95484a Color CSS Codes

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

#95484a Text Font Color

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

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


#95484a Background Color

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

This div background color is #95484a


#95484a Border Color

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

This div border color is #95484a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95484a


Comments

No comments written yet.

Please login to write comment.