Color Hex Logo

#886530 Color Hex

#886530
(136,101,48)
0 Favorites   0 Comments

Color spaces of #886530

RGB 13610148
HSL0.100.480.36
HSV36°65°53°
CMYK 0.000.260.65   0.47
XYZ15.340514.75504.8358
Yxy14.75500.43920.4224
Hunter Lab38.41224.065219.4244
CIE-Lab45.29688.020434.8570

#886530 color RGB value is (136,101,48).

#886530 hex color red value is 136, green value is 101 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #886530 hue: 0.10 , saturation: 0.48 and the lightness value of 886530 is 0.36.

The process color (four color CMYK) of #886530 color hex is 0.00, 0.26, 0.65, 0.47. Web safe color of #886530 is #996633. Color #886530 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01100101 00110000
Octal 210 145 60
Decimal 136 101 48
Hex 88 65 30

RGB Percentages of Color #886530

%47.72
%35.44
%16.84

CMYK Percentages of Color #886530

%0
%26
%65
%47

Triadic Colors of #886530

#886530 #308865 #653088

Analogous Colors of #886530

#886530 #7f8830 #883930

Monochromatic Colors of #886530

#886530

Complementary Color

#886530 #305388

#886530 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#886530 Color Preview on White Background

Lorem ipsum dolor sit amet.

#886530 Color CSS Codes

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

#886530 Text Font Color

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

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


#886530 Background Color

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

This div background color is #886530


#886530 Border Color

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

This div border color is #886530


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #886530


Comments

No comments written yet.

Please login to write comment.