Color Hex Logo

#95763e Color Hex

#95763E
(149,118,62)
0 Favorites   0 Comments

Color spaces of #95763e

RGB 14911862
HSL0.110.410.41
HSV39°58°58°
CMYK 0.000.210.58   0.42
XYZ19.742419.69427.3183
Yxy19.69420.42230.4212
Hunter Lab44.37811.747121.2873
CIE-Lab51.48975.209035.0448

#95763e color RGB value is (149,118,62).

#95763e hex color red value is 149, green value is 118 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #95763e hue: 0.11 , saturation: 0.41 and the lightness value of 95763e is 0.41.

The process color (four color CMYK) of #95763e color hex is 0.00, 0.21, 0.58, 0.42. Web safe color of #95763e is #996633. Color #95763e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01110110 00111110
Octal 225 166 76
Decimal 149 118 62
Hex 95 76 3E

RGB Percentages of Color #95763e

%45.29
%35.87
%18.84

CMYK Percentages of Color #95763e

%0
%21
%58
%42

Triadic Colors of #95763e

#95763e #3e9576 #763e95

Analogous Colors of #95763e

#95763e #89953e #954a3e

Monochromatic Colors of #95763e

#95763e

Complementary Color

#95763e #3e5d95

#95763e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95763e Color Preview on White Background

Lorem ipsum dolor sit amet.

#95763e Color CSS Codes

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

#95763e Text Font Color

<p style="color:#95763e">Text here</p>

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


#95763e Background Color

<div style="background-color:#95763e">
Div content here</div>

This div background color is #95763e


#95763e Border Color

<div style="border:3px solid #95763e">
Div here</div>

This div border color is #95763e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,118,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #95763e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #95763e;
  -webkit-box-shadow: 1px 1px 3px 2px #95763e;
  box-shadow:         1px 1px 3px 2px #95763e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95763e


Comments

No comments written yet.

Please login to write comment.