Color Hex Logo

#884345 Color Hex

#884345
(136,67,69)
0 Favorites   0 Comments

Color spaces of #884345

RGB 1366769
HSL1.000.340.40
HSV358°51°53°
CMYK 0.000.510.49   0.47
XYZ13.23479.67826.8008
Yxy9.67820.44540.3257
Hunter Lab31.109821.49518.8157
CIE-Lab37.258629.593612.4721

#884345 color RGB value is (136,67,69).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 01000011 01000101
Octal 210 103 105
Decimal 136 67 69
Hex 88 43 45

RGB Percentages of Color #884345

%50.00
%24.63
%25.37

CMYK Percentages of Color #884345

%0
%51
%49
%47

Triadic Colors of #884345

#884345 #458843 #434588

Analogous Colors of #884345

#884345 #886443 #884368

Monochromatic Colors of #884345

#884345

Complementary Color

#884345 #438886

#884345 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#884345 Color Preview on White Background

Lorem ipsum dolor sit amet.

#884345 Color CSS Codes

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

#884345 Text Font Color

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

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


#884345 Background Color

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

This div background color is #884345


#884345 Border Color

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

This div border color is #884345


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #884345


Comments

No comments written yet.

Please login to write comment.