Color Hex Logo

#95471f Color Hex

#95471F
(149,71,31)
0 Favorites   0 Comments

Color spaces of #95471f

RGB 1497131
HSL0.060.660.35
HSV20°79°58°
CMYK 0.000.520.79   0.42
XYZ14.895010.99502.6335
Yxy10.99500.52220.3855
Hunter Lab33.158722.155018.5022
CIE-Lab39.572030.034837.9748

#95471f color RGB value is (149,71,31).

#95471f hex color red value is 149, green value is 71 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #95471f hue: 0.06 , saturation: 0.66 and the lightness value of 95471f is 0.35.

The process color (four color CMYK) of #95471f color hex is 0.00, 0.52, 0.79, 0.42. Web safe color of #95471f is #993333. Color #95471f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01000111 00011111
Octal 225 107 37
Decimal 149 71 31
Hex 95 47 1F

RGB Percentages of Color #95471f

%59.36
%28.29
%12.35

CMYK Percentages of Color #95471f

%0
%52
%79
%42

Triadic Colors of #95471f

#95471f #1f9547 #471f95

Analogous Colors of #95471f

#95471f #95821f #951f32

Monochromatic Colors of #95471f

#95471f

Complementary Color

#95471f #1f6d95

#95471f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95471f Color Preview on White Background

Lorem ipsum dolor sit amet.

#95471f Color CSS Codes

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

#95471f Text Font Color

<p style="color:#95471f">Text here</p>

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


#95471f Background Color

<div style="background-color:#95471f">
Div content here</div>

This div background color is #95471f


#95471f Border Color

<div style="border:3px solid #95471f">
Div here</div>

This div border color is #95471f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,71,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #95471f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #95471f;
  -webkit-box-shadow: 1px 1px 3px 2px #95471f;
  box-shadow:         1px 1px 3px 2px #95471f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95471f


Comments

No comments written yet.

Please login to write comment.