Color Hex Logo

#834f56 Color Hex

#834F56
(131,79,86)
0 Favorites   0 Comments

Color spaces of #834f56

RGB 1317986
HSL0.980.250.41
HSV352°40°51°
CMYK 0.000.400.34   0.49
XYZ13.835811.089110.2153
Yxy11.08910.39370.3156
Hunter Lab33.300315.88875.1222
CIE-Lab39.730122.80585.2081

#834f56 color RGB value is (131,79,86).

#834f56 hex color red value is 131, green value is 79 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #834f56 hue: 0.98 , saturation: 0.25 and the lightness value of 834f56 is 0.41.

The process color (four color CMYK) of #834f56 color hex is 0.00, 0.40, 0.34, 0.49. Web safe color of #834f56 is #996666. Color #834f56 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 01001111 01010110
Octal 203 117 126
Decimal 131 79 86
Hex 83 4F 56

RGB Percentages of Color #834f56

%44.26
%26.69
%29.05

CMYK Percentages of Color #834f56

%0
%40
%34
%49

Triadic Colors of #834f56

#834f56 #56834f #4f5683

Analogous Colors of #834f56

#834f56 #83624f #834f70

Monochromatic Colors of #834f56

#834f56

Complementary Color

#834f56 #4f837c

#834f56 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#834f56 Color Preview on White Background

Lorem ipsum dolor sit amet.

#834f56 Color CSS Codes

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

#834f56 Text Font Color

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

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


#834f56 Background Color

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

This div background color is #834f56


#834f56 Border Color

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

This div border color is #834f56


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(131,79,86, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #834f56; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #834f56;
  -webkit-box-shadow: 1px 1px 3px 2px #834f56;
  box-shadow:         1px 1px 3px 2px #834f56; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #834f56


Comments

No comments written yet.

Please login to write comment.