Color Hex Logo

#833435 Color Hex

#833435
(131,52,53)
0 Favorites   0 Comments

Color spaces of #833435

RGB 1315253
HSL1.000.430.36
HSV359°60°51°
CMYK 0.000.600.60   0.49
XYZ11.23077.53834.2313
Yxy7.53830.48830.3277
Hunter Lab27.456024.966410.0819
CIE-Lab33.002234.137316.7431

#833435 color RGB value is (131,52,53).

#833435 hex color red value is 131, green value is 52 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #833435 hue: 1.00 , saturation: 0.43 and the lightness value of 833435 is 0.36.

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 00110100 00110101
Octal 203 64 65
Decimal 131 52 53
Hex 83 34 35

RGB Percentages of Color #833435

%55.51
%22.03
%22.46

CMYK Percentages of Color #833435

%0
%60
%60
%49

Triadic Colors of #833435

#833435 #358334 #343583

Analogous Colors of #833435

#833435 #835b34 #83345c

Monochromatic Colors of #833435

#833435

Complementary Color

#833435 #348382

#833435 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#833435 Color Preview on White Background

Lorem ipsum dolor sit amet.

#833435 Color CSS Codes

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

#833435 Text Font Color

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

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


#833435 Background Color

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

This div background color is #833435


#833435 Border Color

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

This div border color is #833435


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #833435


Comments

No comments written yet.

Please login to write comment.