Color Hex Logo

#95993e Color Hex

#95993E
(149,153,62)
0 Favorites   0 Comments

Color spaces of #95993e

RGB 14915362
HSL0.170.420.42
HSV63°59°60°
CMYK 0.030.000.59   0.40
XYZ24.655229.51988.9559
Yxy29.51980.39050.4676
Hunter Lab54.3321-14.080328.2594
CIE-Lab61.2377-14.041446.1897

#95993e color RGB value is (149,153,62).

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

The process color (four color CMYK) of #95993e color hex is 0.03, 0.00, 0.59, 0.40. Web safe color of #95993e is #999933. Color #95993e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10011001 00111110
Octal 225 231 76
Decimal 149 153 62
Hex 95 99 3E

RGB Percentages of Color #95993e

%40.93
%42.03
%17.03

CMYK Percentages of Color #95993e

%3
%0
%59
%40

Triadic Colors of #95993e

#95993e #3e9599 #993e95

Analogous Colors of #95993e

#95993e #68993e #99703e

Monochromatic Colors of #95993e

#95993e

Complementary Color

#95993e #423e99

#95993e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95993e Color Preview on White Background

Lorem ipsum dolor sit amet.

#95993e Color CSS Codes

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

#95993e Text Font Color

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

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


#95993e Background Color

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

This div background color is #95993e


#95993e Border Color

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

This div border color is #95993e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95993e


Comments

No comments written yet.

Please login to write comment.