Color Hex Logo

#884413 Color Hex

#884413
(136,68,19)
0 Favorites   0 Comments

Color spaces of #884413

RGB 1366819
HSL0.070.750.30
HSV25°86°53°
CMYK 0.000.500.86   0.47
XYZ12.33809.41551.7832
Yxy9.41550.52420.4000
Hunter Lab30.684718.074818.0337
CIE-Lab36.772325.699440.1969

#884413 color RGB value is (136,68,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 01000100 00010011
Octal 210 104 23
Decimal 136 68 19
Hex 88 44 13

RGB Percentages of Color #884413

%60.99
%30.49
%8.52

CMYK Percentages of Color #884413

%0
%50
%86
%47

Triadic Colors of #884413

#884413 #138844 #441388

Analogous Colors of #884413

#884413 #887f13 #88131c

Monochromatic Colors of #884413

#884413

Complementary Color

#884413 #135788

#884413 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#884413 Color Preview on White Background

Lorem ipsum dolor sit amet.

#884413 Color CSS Codes

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

#884413 Text Font Color

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

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


#884413 Background Color

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

This div background color is #884413


#884413 Border Color

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

This div border color is #884413


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #884413


Comments

No comments written yet.

Please login to write comment.