Color Hex Logo

#884628 Color Hex

#884628
(136,70,40)
0 Favorites   0 Comments

Color spaces of #884628

RGB 1367040
HSL0.050.550.35
HSV19°71°53°
CMYK 0.000.490.71   0.47
XYZ12.72659.76783.2221
Yxy9.76780.49490.3798
Hunter Lab31.253517.992115.7649
CIE-Lab37.422425.526830.2458

#884628 color RGB value is (136,70,40).

#884628 hex color red value is 136, green value is 70 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #884628 hue: 0.05 , saturation: 0.55 and the lightness value of 884628 is 0.35.

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 01000110 00101000
Octal 210 106 50
Decimal 136 70 40
Hex 88 46 28

RGB Percentages of Color #884628

%55.28
%28.46
%16.26

CMYK Percentages of Color #884628

%0
%49
%71
%47

Triadic Colors of #884628

#884628 #288846 #462888

Analogous Colors of #884628

#884628 #887628 #88283a

Monochromatic Colors of #884628

#884628

Complementary Color

#884628 #286a88

#884628 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#884628 Color Preview on White Background

Lorem ipsum dolor sit amet.

#884628 Color CSS Codes

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

#884628 Text Font Color

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

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


#884628 Background Color

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

This div background color is #884628


#884628 Border Color

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

This div border color is #884628


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #884628


Comments

No comments written yet.

Please login to write comment.