Color Hex Logo

#833b3a Color Hex

#833B3A
(131,59,58)
0 Favorites   0 Comments

Color spaces of #833b3a

RGB 1315958
HSL0.000.390.37
HSV56°51°
CMYK 0.000.550.56   0.49
XYZ11.68788.25874.9811
Yxy8.25870.46890.3313
Hunter Lab28.738022.30509.8399
CIE-Lab34.516030.897215.5670

#833b3a color RGB value is (131,59,58).

#833b3a hex color red value is 131, green value is 59 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #833b3a hue: 0.00 , saturation: 0.39 and the lightness value of 833b3a is 0.37.

The process color (four color CMYK) of #833b3a color hex is 0.00, 0.55, 0.56, 0.49. Web safe color of #833b3a is #993333. Color #833b3a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00111011 00111010
Octal 203 73 72
Decimal 131 59 58
Hex 83 3B 3A

RGB Percentages of Color #833b3a

%52.82
%23.79
%23.39

CMYK Percentages of Color #833b3a

%0
%55
%56
%49

Triadic Colors of #833b3a

#833b3a #3a833b #3b3a83

Analogous Colors of #833b3a

#833b3a #83603a #833a5e

Monochromatic Colors of #833b3a

#833b3a

Complementary Color

#833b3a #3a8283

#833b3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#833b3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#833b3a Color CSS Codes

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

#833b3a Text Font Color

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

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


#833b3a Background Color

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

This div background color is #833b3a


#833b3a Border Color

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

This div border color is #833b3a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(131,59,58, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #833b3a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #833b3a;
  -webkit-box-shadow: 1px 1px 3px 2px #833b3a;
  box-shadow:         1px 1px 3px 2px #833b3a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #833b3a


Comments

No comments written yet.

Please login to write comment.