Color Hex Logo

#88461d Color Hex

#88461D
(136,70,29)
0 Favorites   0 Comments

Color spaces of #88461d

RGB 1367029
HSL0.060.650.32
HSV23°79°53°
CMYK 0.000.490.79   0.47
XYZ12.56539.70332.3731
Yxy9.70330.50990.3938
Hunter Lab31.150117.490417.2882
CIE-Lab37.304624.950236.0383

#88461d color RGB value is (136,70,29).

#88461d hex color red value is 136, green value is 70 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #88461d hue: 0.06 , saturation: 0.65 and the lightness value of 88461d is 0.32.

The process color (four color CMYK) of #88461d color hex is 0.00, 0.49, 0.79, 0.47. Web safe color of #88461d is #993333. Color #88461d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01000110 00011101
Octal 210 106 35
Decimal 136 70 29
Hex 88 46 1D

RGB Percentages of Color #88461d

%57.87
%29.79
%12.34

CMYK Percentages of Color #88461d

%0
%49
%79
%47

Triadic Colors of #88461d

#88461d #1d8846 #461d88

Analogous Colors of #88461d

#88461d #887c1d #881d29

Monochromatic Colors of #88461d

#88461d

Complementary Color

#88461d #1d5f88

#88461d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88461d Color Preview on White Background

Lorem ipsum dolor sit amet.

#88461d Color CSS Codes

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

#88461d Text Font Color

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

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


#88461d Background Color

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

This div background color is #88461d


#88461d Border Color

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

This div border color is #88461d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,70,29, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #88461d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #88461d;
  -webkit-box-shadow: 1px 1px 3px 2px #88461d;
  box-shadow:         1px 1px 3px 2px #88461d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88461d


Comments

No comments written yet.

Please login to write comment.