Color Hex Logo

#95464a Color Hex

#95464A
(149,70,74)
0 Favorites   0 Comments

Color spaces of #95464a

RGB 1497074
HSL0.990.360.43
HSV357°53°58°
CMYK 0.000.530.50   0.42
XYZ15.820611.26437.8190
Yxy11.26430.45330.3227
Hunter Lab33.562325.40729.6809
CIE-Lab40.022133.566913.4593

#95464a color RGB value is (149,70,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 01000110 01001010
Octal 225 106 112
Decimal 149 70 74
Hex 95 46 4A

RGB Percentages of Color #95464a

%50.85
%23.89
%25.26

CMYK Percentages of Color #95464a

%0
%53
%50
%42

Triadic Colors of #95464a

#95464a #4a9546 #464a95

Analogous Colors of #95464a

#95464a #956a46 #954672

Monochromatic Colors of #95464a

#95464a

Complementary Color

#95464a #469591

#95464a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95464a Color Preview on White Background

Lorem ipsum dolor sit amet.

#95464a Color CSS Codes

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

#95464a Text Font Color

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

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


#95464a Background Color

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

This div background color is #95464a


#95464a Border Color

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

This div border color is #95464a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,70,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 #95464a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95464a


Comments

No comments written yet.

Please login to write comment.