Color Hex Logo

#884524 Color Hex

#884524
(136,69,36)
0 Favorites   0 Comments

Color spaces of #884524

RGB 1366936
HSL0.060.580.34
HSV20°74°53°
CMYK 0.000.490.74   0.47
XYZ12.59999.61792.8614
Yxy9.61790.50240.3835
Hunter Lab31.012718.248916.2385
CIE-Lab37.147725.859832.1725

#884524 color RGB value is (136,69,36).

#884524 hex color red value is 136, green value is 69 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #884524 hue: 0.06 , saturation: 0.58 and the lightness value of 884524 is 0.34.

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 01000101 00100100
Octal 210 105 44
Decimal 136 69 36
Hex 88 45 24

RGB Percentages of Color #884524

%56.43
%28.63
%14.94

CMYK Percentages of Color #884524

%0
%49
%74
%47

Triadic Colors of #884524

#884524 #248845 #452488

Analogous Colors of #884524

#884524 #887724 #882435

Monochromatic Colors of #884524

#884524

Complementary Color

#884524 #246788

#884524 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#884524 Color Preview on White Background

Lorem ipsum dolor sit amet.

#884524 Color CSS Codes

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

#884524 Text Font Color

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

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


#884524 Background Color

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

This div background color is #884524


#884524 Border Color

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

This div border color is #884524


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #884524


Comments

No comments written yet.

Please login to write comment.