Color Hex Logo

#95893a Color Hex

#95893A
(149,137,58)
0 Favorites   0 Comments

Color spaces of #95893a

RGB 14913758
HSL0.140.440.41
HSV52°61°58°
CMYK 0.000.080.61   0.42
XYZ22.103824.58647.5836
Yxy24.58640.40730.4530
Hunter Lab49.5847-7.201725.6413
CIE-Lab56.6702-5.756443.0057

#95893a color RGB value is (149,137,58).

#95893a hex color red value is 149, green value is 137 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #95893a hue: 0.14 , saturation: 0.44 and the lightness value of 95893a is 0.41.

The process color (four color CMYK) of #95893a color hex is 0.00, 0.08, 0.61, 0.42. Web safe color of #95893a is #999933. Color #95893a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10001001 00111010
Octal 225 211 72
Decimal 149 137 58
Hex 95 89 3A

RGB Percentages of Color #95893a

%43.31
%39.83
%16.86

CMYK Percentages of Color #95893a

%0
%8
%61
%42

Triadic Colors of #95893a

#95893a #3a9589 #893a95

Analogous Colors of #95893a

#95893a #74953a #955c3a

Monochromatic Colors of #95893a

#95893a

Complementary Color

#95893a #3a4695

#95893a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95893a Color Preview on White Background

Lorem ipsum dolor sit amet.

#95893a Color CSS Codes

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

#95893a Text Font Color

<p style="color:#95893a">Text here</p>

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


#95893a Background Color

<div style="background-color:#95893a">
Div content here</div>

This div background color is #95893a


#95893a Border Color

<div style="border:3px solid #95893a">
Div here</div>

This div border color is #95893a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,137,58, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #95893a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #95893a;
  -webkit-box-shadow: 1px 1px 3px 2px #95893a;
  box-shadow:         1px 1px 3px 2px #95893a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95893a


Comments

No comments written yet.

Please login to write comment.