Color Hex Logo

#8d4323 Color Hex

#8D4323
(141,67,35)
0 Favorites   0 Comments

Color spaces of #8d4323

RGB 1416735
HSL0.050.600.35
HSV18°75°55°
CMYK 0.000.520.75   0.45
XYZ13.29509.79842.7807
Yxy9.79840.51380.3787
Hunter Lab31.302421.034716.6447
CIE-Lab37.478229.040133.3065

#8d4323 color RGB value is (141,67,35).

#8d4323 hex color red value is 141, green value is 67 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #8d4323 hue: 0.05 , saturation: 0.60 and the lightness value of 8d4323 is 0.35.

The process color (four color CMYK) of #8d4323 color hex is 0.00, 0.52, 0.75, 0.45. Web safe color of #8d4323 is #993333. Color #8d4323 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 01000011 00100011
Octal 215 103 43
Decimal 141 67 35
Hex 8D 43 23

RGB Percentages of Color #8d4323

%58.02
%27.57
%14.40

CMYK Percentages of Color #8d4323

%0
%52
%75
%45

Triadic Colors of #8d4323

#8d4323 #238d43 #43238d

Analogous Colors of #8d4323

#8d4323 #8d7823 #8d2338

Monochromatic Colors of #8d4323

#8d4323

Complementary Color

#8d4323 #236d8d

#8d4323 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8d4323 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8d4323 Color CSS Codes

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

#8d4323 Text Font Color

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

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


#8d4323 Background Color

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

This div background color is #8d4323


#8d4323 Border Color

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

This div border color is #8d4323


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(141,67,35, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8d4323; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8d4323;
  -webkit-box-shadow: 1px 1px 3px 2px #8d4323;
  box-shadow:         1px 1px 3px 2px #8d4323; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8d4323


Comments

No comments written yet.

Please login to write comment.