Color Hex Logo

#885f35 Color Hex

#885F35
(136,95,53)
0 Favorites   0 Comments

Color spaces of #885f35

RGB 1369553
HSL0.080.440.37
HSV30°61°53°
CMYK 0.000.300.61   0.47
XYZ14.888213.67575.2231
Yxy13.67570.44060.4048
Hunter Lab36.98077.146917.5124
CIE-Lab43.764211.924130.3721

#885f35 color RGB value is (136,95,53).

#885f35 hex color red value is 136, green value is 95 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #885f35 hue: 0.08 , saturation: 0.44 and the lightness value of 885f35 is 0.37.

The process color (four color CMYK) of #885f35 color hex is 0.00, 0.30, 0.61, 0.47. Web safe color of #885f35 is #996633. Color #885f35 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01011111 00110101
Octal 210 137 65
Decimal 136 95 53
Hex 88 5F 35

RGB Percentages of Color #885f35

%47.89
%33.45
%18.66

CMYK Percentages of Color #885f35

%0
%30
%61
%47

Triadic Colors of #885f35

#885f35 #35885f #5f3588

Analogous Colors of #885f35

#885f35 #888835 #883635

Monochromatic Colors of #885f35

#885f35

Complementary Color

#885f35 #355e88

#885f35 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#885f35 Color Preview on White Background

Lorem ipsum dolor sit amet.

#885f35 Color CSS Codes

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

#885f35 Text Font Color

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

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


#885f35 Background Color

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

This div background color is #885f35


#885f35 Border Color

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

This div border color is #885f35


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,95,53, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #885f35; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #885f35;
  -webkit-box-shadow: 1px 1px 3px 2px #885f35;
  box-shadow:         1px 1px 3px 2px #885f35; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #885f35


Comments

No comments written yet.

Please login to write comment.