Color Hex Logo

#888165 Color Hex

#888165
(136,129,101)
0 Favorites   0 Comments

Color spaces of #888165

RGB 136129101
HSL0.130.150.46
HSV48°26°53°
CMYK 0.000.050.26   0.47
XYZ20.352621.874315.4614
Yxy21.87430.35280.3792
Hunter Lab46.7700-4.170713.1387
CIE-Lab53.8934-2.131916.1637

#888165 color RGB value is (136,129,101).

#888165 hex color red value is 136, green value is 129 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #888165 hue: 0.13 , saturation: 0.15 and the lightness value of 888165 is 0.46.

The process color (four color CMYK) of #888165 color hex is 0.00, 0.05, 0.26, 0.47. Web safe color of #888165 is #999966. Color #888165 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10000001 01100101
Octal 210 201 145
Decimal 136 129 101
Hex 88 81 65

RGB Percentages of Color #888165

%37.16
%35.25
%27.60

CMYK Percentages of Color #888165

%0
%5
%26
%47

Triadic Colors of #888165

#888165 #658881 #816588

Analogous Colors of #888165

#888165 #7e8865 #887065

Monochromatic Colors of #888165

#888165

Complementary Color

#888165 #656c88

#888165 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#888165 Color Preview on White Background

Lorem ipsum dolor sit amet.

#888165 Color CSS Codes

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

#888165 Text Font Color

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

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


#888165 Background Color

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

This div background color is #888165


#888165 Border Color

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

This div border color is #888165


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,129,101, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #888165; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #888165;
  -webkit-box-shadow: 1px 1px 3px 2px #888165;
  box-shadow:         1px 1px 3px 2px #888165; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #888165

#888165 Color Palettes


Comments

No comments written yet.

Please login to write comment.