Color Hex Logo

#95873a Color Hex

#95873A
(149,135,58)
0 Favorites   0 Comments

Color spaces of #95873a

RGB 14913558
HSL0.140.440.41
HSV51°61°58°
CMYK 0.000.090.61   0.42
XYZ21.822124.02307.4897
Yxy24.02300.40920.4504
Hunter Lab49.0133-6.299925.2492
CIE-Lab56.1108-4.657142.3823

#95873a color RGB value is (149,135,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 10000111 00111010
Octal 225 207 72
Decimal 149 135 58
Hex 95 87 3A

RGB Percentages of Color #95873a

%43.57
%39.47
%16.96

CMYK Percentages of Color #95873a

%0
%9
%61
%42

Triadic Colors of #95873a

#95873a #3a9587 #873a95

Analogous Colors of #95873a

#95873a #76953a #955a3a

Monochromatic Colors of #95873a

#95873a

Complementary Color

#95873a #3a4895

#95873a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95873a Color Preview on White Background

Lorem ipsum dolor sit amet.

#95873a Color CSS Codes

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

#95873a Text Font Color

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

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


#95873a Background Color

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

This div background color is #95873a


#95873a Border Color

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

This div border color is #95873a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95873a


Comments

No comments written yet.

Please login to write comment.