Color Hex Logo

#95681f Color Hex

#95681F
(149,104,31)
0 Favorites   0 Comments

Color spaces of #95681f

RGB 14910431
HSL0.100.660.35
HSV37°79°58°
CMYK 0.000.300.79   0.42
XYZ17.592116.38913.5325
Yxy16.38910.46900.4369
Hunter Lab40.48356.721223.1649
CIE-Lab47.480911.321845.6621

#95681f color RGB value is (149,104,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 01101000 00011111
Octal 225 150 37
Decimal 149 104 31
Hex 95 68 1F

RGB Percentages of Color #95681f

%52.46
%36.62
%10.92

CMYK Percentages of Color #95681f

%0
%30
%79
%42

Triadic Colors of #95681f

#95681f #1f9568 #681f95

Analogous Colors of #95681f

#95681f #87951f #952d1f

Monochromatic Colors of #95681f

#95681f

Complementary Color

#95681f #1f4c95

#95681f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95681f Color Preview on White Background

Lorem ipsum dolor sit amet.

#95681f Color CSS Codes

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

#95681f Text Font Color

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

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


#95681f Background Color

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

This div background color is #95681f


#95681f Border Color

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

This div border color is #95681f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95681f


Comments

No comments written yet.

Please login to write comment.