Color Hex Logo

#886934 Color Hex

#886934
(136,105,52)
0 Favorites   0 Comments

Color spaces of #886934

RGB 13610552
HSL0.110.450.37
HSV38°62°53°
CMYK 0.000.230.62   0.47
XYZ15.824815.58535.4230
Yxy15.58530.42960.4231
Hunter Lab39.47822.464619.4903
CIE-Lab46.42565.989734.0453

#886934 color RGB value is (136,105,52).

#886934 hex color red value is 136, green value is 105 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #886934 hue: 0.11 , saturation: 0.45 and the lightness value of 886934 is 0.37.

The process color (four color CMYK) of #886934 color hex is 0.00, 0.23, 0.62, 0.47. Web safe color of #886934 is #996633. Color #886934 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01101001 00110100
Octal 210 151 64
Decimal 136 105 52
Hex 88 69 34

RGB Percentages of Color #886934

%46.42
%35.84
%17.75

CMYK Percentages of Color #886934

%0
%23
%62
%47

Triadic Colors of #886934

#886934 #348869 #693488

Analogous Colors of #886934

#886934 #7d8834 #883f34

Monochromatic Colors of #886934

#886934

Complementary Color

#886934 #345388

#886934 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#886934 Color Preview on White Background

Lorem ipsum dolor sit amet.

#886934 Color CSS Codes

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

#886934 Text Font Color

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

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


#886934 Background Color

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

This div background color is #886934


#886934 Border Color

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

This div border color is #886934


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #886934


Comments

No comments written yet.

Please login to write comment.