Color Hex Logo

#833237 Color Hex

#833237
(131,50,55)
0 Favorites   0 Comments

Color spaces of #833237

RGB 1315055
HSL0.990.450.35
HSV356°62°51°
CMYK 0.000.620.58   0.49
XYZ11.19037.38234.4496
Yxy7.38230.48610.3207
Hunter Lab27.170425.96829.3096
CIE-Lab32.661835.309915.0107

#833237 color RGB value is (131,50,55).

#833237 hex color red value is 131, green value is 50 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #833237 hue: 0.99 , saturation: 0.45 and the lightness value of 833237 is 0.35.

The process color (four color CMYK) of #833237 color hex is 0.00, 0.62, 0.58, 0.49. Web safe color of #833237 is #993333. Color #833237 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00110010 00110111
Octal 203 62 67
Decimal 131 50 55
Hex 83 32 37

RGB Percentages of Color #833237

%55.51
%21.19
%23.31

CMYK Percentages of Color #833237

%0
%62
%58
%49

Triadic Colors of #833237

#833237 #378332 #323783

Analogous Colors of #833237

#833237 #835532 #833260

Monochromatic Colors of #833237

#833237

Complementary Color

#833237 #32837e

#833237 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#833237 Color Preview on White Background

Lorem ipsum dolor sit amet.

#833237 Color CSS Codes

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

#833237 Text Font Color

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

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


#833237 Background Color

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

This div background color is #833237


#833237 Border Color

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

This div border color is #833237


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #833237


Comments

No comments written yet.

Please login to write comment.