Color Hex Logo

#886350 Color Hex

#886350
(136,99,80)
0 Favorites   0 Comments

Color spaces of #886350

RGB 1369980
HSL0.060.260.42
HSV20°41°53°
CMYK 0.000.270.41   0.47
XYZ16.063214.73719.5873
Yxy14.73710.39770.3649
Hunter Lab38.38897.509712.0651
CIE-Lab45.272012.336816.6648

#886350 color RGB value is (136,99,80).

#886350 hex color red value is 136, green value is 99 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #886350 hue: 0.06 , saturation: 0.26 and the lightness value of 886350 is 0.42.

The process color (four color CMYK) of #886350 color hex is 0.00, 0.27, 0.41, 0.47. Web safe color of #886350 is #996666. Color #886350 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01100011 01010000
Octal 210 143 120
Decimal 136 99 80
Hex 88 63 50

RGB Percentages of Color #886350

%43.17
%31.43
%25.40

CMYK Percentages of Color #886350

%0
%27
%41
%47

Triadic Colors of #886350

#886350 #508863 #635088

Analogous Colors of #886350

#886350 #887f50 #885059

Monochromatic Colors of #886350

#886350

Complementary Color

#886350 #507588

#886350 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#886350 Color Preview on White Background

Lorem ipsum dolor sit amet.

#886350 Color CSS Codes

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

#886350 Text Font Color

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

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


#886350 Background Color

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

This div background color is #886350


#886350 Border Color

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

This div border color is #886350


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #886350


Comments

No comments written yet.

Please login to write comment.