Color Hex Logo

#95893b Color Hex

#95893B
(149,137,59)
0 Favorites   0 Comments

Color spaces of #95893b

RGB 14913759
HSL0.140.430.41
HSV52°60°58°
CMYK 0.000.080.60   0.42
XYZ22.129524.59667.7190
Yxy24.59660.40650.4518
Hunter Lab49.5950-7.143725.4885
CIE-Lab56.6802-5.680642.5362

#95893b color RGB value is (149,137,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 10001001 00111011
Octal 225 211 73
Decimal 149 137 59
Hex 95 89 3B

RGB Percentages of Color #95893b

%43.19
%39.71
%17.10

CMYK Percentages of Color #95893b

%0
%8
%60
%42

Triadic Colors of #95893b

#95893b #3b9589 #893b95

Analogous Colors of #95893b

#95893b #74953b #955c3b

Monochromatic Colors of #95893b

#95893b

Complementary Color

#95893b #3b4795

#95893b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95893b Color Preview on White Background

Lorem ipsum dolor sit amet.

#95893b Color CSS Codes

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

#95893b Text Font Color

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

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


#95893b Background Color

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

This div background color is #95893b


#95893b Border Color

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

This div border color is #95893b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95893b


Comments

No comments written yet.

Please login to write comment.