Color Hex Logo

#88913f Color Hex

#88913F
(136,145,63)
0 Favorites   0 Comments

Color spaces of #88913f

RGB 13614563
HSL0.180.390.41
HSV67°57°57°
CMYK 0.060.000.57   0.43
XYZ21.175925.84398.5749
Yxy25.84390.38090.4649
Hunter Lab50.8369-14.611125.5851
CIE-Lab57.8886-15.372341.6667

#88913f color RGB value is (136,145,63).

#88913f hex color red value is 136, green value is 145 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #88913f hue: 0.18 , saturation: 0.39 and the lightness value of 88913f is 0.41.

The process color (four color CMYK) of #88913f color hex is 0.06, 0.00, 0.57, 0.43. Web safe color of #88913f is #999933. Color #88913f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10010001 00111111
Octal 210 221 77
Decimal 136 145 63
Hex 88 91 3F

RGB Percentages of Color #88913f

%39.53
%42.15
%18.31

CMYK Percentages of Color #88913f

%6
%0
%57
%43

Triadic Colors of #88913f

#88913f #3f8891 #913f88

Analogous Colors of #88913f

#88913f #5f913f #91713f

Monochromatic Colors of #88913f

#88913f

Complementary Color

#88913f #483f91

#88913f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88913f Color Preview on White Background

Lorem ipsum dolor sit amet.

#88913f Color CSS Codes

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

#88913f Text Font Color

<p style="color:#88913f">Text here</p>

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


#88913f Background Color

<div style="background-color:#88913f">
Div content here</div>

This div background color is #88913f


#88913f Border Color

<div style="border:3px solid #88913f">
Div here</div>

This div border color is #88913f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,145,63, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #88913f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #88913f;
  -webkit-box-shadow: 1px 1px 3px 2px #88913f;
  box-shadow:         1px 1px 3px 2px #88913f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,145,63, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88913f


Comments

No comments written yet.

Please login to write comment.