Color Hex Logo

#884412 Color Hex

#884412
(136,68,18)
0 Favorites   0 Comments

Color spaces of #884412

RGB 1366818
HSL0.070.770.30
HSV25°87°53°
CMYK 0.000.500.87   0.47
XYZ12.32969.41221.7392
Yxy9.41220.52510.4008
Hunter Lab30.679318.047918.1144
CIE-Lab36.766125.668540.6075

#884412 color RGB value is (136,68,18).

#884412 hex color red value is 136, green value is 68 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #884412 hue: 0.07 , saturation: 0.77 and the lightness value of 884412 is 0.30.

The process color (four color CMYK) of #884412 color hex is 0.00, 0.50, 0.87, 0.47. Web safe color of #884412 is #993300. Color #884412 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01000100 00010010
Octal 210 104 22
Decimal 136 68 18
Hex 88 44 12

RGB Percentages of Color #884412

%61.26
%30.63
%8.11

CMYK Percentages of Color #884412

%0
%50
%87
%47

Triadic Colors of #884412

#884412 #128844 #441288

Analogous Colors of #884412

#884412 #887f12 #88121b

Monochromatic Colors of #884412

#884412

Complementary Color

#884412 #125688

#884412 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#884412 Color Preview on White Background

Lorem ipsum dolor sit amet.

#884412 Color CSS Codes

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

#884412 Text Font Color

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

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


#884412 Background Color

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

This div background color is #884412


#884412 Border Color

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

This div border color is #884412


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #884412


Comments

No comments written yet.

Please login to write comment.