Color Hex Logo

#95470c Color Hex

#95470C
(149,71,12)
0 Favorites   0 Comments

Color spaces of #95470c

RGB 1497112
HSL0.070.850.32
HSV26°92°58°
CMYK 0.000.520.92   0.42
XYZ14.714010.92261.6806
Yxy10.92260.53860.3998
Hunter Lab33.049421.634120.1196
CIE-Lab39.449829.465345.8067

#95470c color RGB value is (149,71,12).

#95470c hex color red value is 149, green value is 71 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #95470c hue: 0.07 , saturation: 0.85 and the lightness value of 95470c is 0.32.

The process color (four color CMYK) of #95470c color hex is 0.00, 0.52, 0.92, 0.42. Web safe color of #95470c is #993300. Color #95470c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01000111 00001100
Octal 225 107 14
Decimal 149 71 12
Hex 95 47 C

RGB Percentages of Color #95470c

%64.22
%30.60
%5.17

CMYK Percentages of Color #95470c

%0
%52
%92
%42

Triadic Colors of #95470c

#95470c #0c9547 #470c95

Analogous Colors of #95470c

#95470c #958c0c #950c16

Monochromatic Colors of #95470c

#95470c

Complementary Color

#95470c #0c5a95

#95470c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95470c Color Preview on White Background

Lorem ipsum dolor sit amet.

#95470c Color CSS Codes

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

#95470c Text Font Color

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

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


#95470c Background Color

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

This div background color is #95470c


#95470c Border Color

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

This div border color is #95470c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95470c


Comments

No comments written yet.

Please login to write comment.