Color Hex Logo

#834736 Color Hex

#834736
(131,71,54)
0 Favorites   0 Comments

Color spaces of #834736

RGB 1317154
HSL0.040.420.36
HSV13°59°51°
CMYK 0.000.460.59   0.49
XYZ12.27929.59814.6955
Yxy9.59810.46210.3612
Hunter Lab30.980816.531812.7005
CIE-Lab37.111223.835521.4357

#834736 color RGB value is (131,71,54).

#834736 hex color red value is 131, green value is 71 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #834736 hue: 0.04 , saturation: 0.42 and the lightness value of 834736 is 0.36.

The process color (four color CMYK) of #834736 color hex is 0.00, 0.46, 0.59, 0.49. Web safe color of #834736 is #993333. Color #834736 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 01000111 00110110
Octal 203 107 66
Decimal 131 71 54
Hex 83 47 36

RGB Percentages of Color #834736

%51.17
%27.73
%21.09

CMYK Percentages of Color #834736

%0
%46
%59
%49

Triadic Colors of #834736

#834736 #368347 #473683

Analogous Colors of #834736

#834736 #836e36 #83364c

Monochromatic Colors of #834736

#834736

Complementary Color

#834736 #367283

#834736 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#834736 Color Preview on White Background

Lorem ipsum dolor sit amet.

#834736 Color CSS Codes

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

#834736 Text Font Color

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

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


#834736 Background Color

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

This div background color is #834736


#834736 Border Color

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

This div border color is #834736


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(131,71,54, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #834736; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #834736;
  -webkit-box-shadow: 1px 1px 3px 2px #834736;
  box-shadow:         1px 1px 3px 2px #834736; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(131,71,54, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #834736


Comments

No comments written yet.

Please login to write comment.