Color Hex Logo

#894843 Color Hex

#894843
(137,72,67)
0 Favorites   0 Comments

Color spaces of #894843

RGB 1377267
HSL0.010.340.40
HSV51°54°
CMYK 0.000.470.51   0.46
XYZ13.647010.35836.5903
Yxy10.35830.44600.3386
Hunter Lab32.184319.366210.3884
CIE-Lab38.478027.001315.4018

#894843 color RGB value is (137,72,67).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01001000 01000011
Octal 211 110 103
Decimal 137 72 67
Hex 89 48 43

RGB Percentages of Color #894843

%49.64
%26.09
%24.28

CMYK Percentages of Color #894843

%0
%47
%51
%46

Triadic Colors of #894843

#894843 #438948 #484389

Analogous Colors of #894843

#894843 #896b43 #894361

Monochromatic Colors of #894843

#894843

Complementary Color

#894843 #438489

#894843 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#894843 Color Preview on White Background

Lorem ipsum dolor sit amet.

#894843 Color CSS Codes

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

#894843 Text Font Color

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

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


#894843 Background Color

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

This div background color is #894843


#894843 Border Color

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

This div border color is #894843


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #894843


Comments

No comments written yet.

Please login to write comment.