Color Hex Logo

#95611f Color Hex

#95611F
(149,97,31)
0 Favorites   0 Comments

Color spaces of #95611f

RGB 1499731
HSL0.090.660.35
HSV34°79°58°
CMYK 0.000.350.79   0.42
XYZ16.916415.03793.3073
Yxy15.03790.47970.4265
Hunter Lab38.778710.004122.0885
CIE-Lab45.686115.362243.9529

#95611f color RGB value is (149,97,31).

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

The process color (four color CMYK) of #95611f color hex is 0.00, 0.35, 0.79, 0.42. Web safe color of #95611f is #996633. Color #95611f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01100001 00011111
Octal 225 141 37
Decimal 149 97 31
Hex 95 61 1F

RGB Percentages of Color #95611f

%53.79
%35.02
%11.19

CMYK Percentages of Color #95611f

%0
%35
%79
%42

Triadic Colors of #95611f

#95611f #1f9561 #611f95

Analogous Colors of #95611f

#95611f #8e951f #95261f

Monochromatic Colors of #95611f

#95611f

Complementary Color

#95611f #1f5395

#95611f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95611f Color Preview on White Background

Lorem ipsum dolor sit amet.

#95611f Color CSS Codes

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

#95611f Text Font Color

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

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


#95611f Background Color

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

This div background color is #95611f


#95611f Border Color

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

This div border color is #95611f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95611f


Comments

No comments written yet.

Please login to write comment.