Color Hex Logo

#533435 Color Hex

#533435
(83,52,53)
0 Favorites   0 Comments

Color spaces of #533435

RGB 835253
HSL0.990.230.26
HSV358°37°33°
CMYK 0.000.370.36   0.67
XYZ5.43794.55203.9602
Yxy4.55200.38980.3263
Hunter Lab21.33548.15853.9296
CIE-Lab25.418314.13715.1461

#533435 color RGB value is (83,52,53).

#533435 hex color red value is 83, green value is 52 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #533435 hue: 0.99 , saturation: 0.23 and the lightness value of 533435 is 0.26.

The process color (four color CMYK) of #533435 color hex is 0.00, 0.37, 0.36, 0.67. Web safe color of #533435 is #663333. Color #533435 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00110100 00110101
Octal 123 64 65
Decimal 83 52 53
Hex 53 34 35

RGB Percentages of Color #533435

%44.15
%27.66
%28.19

CMYK Percentages of Color #533435

%0
%37
%36
%67

Triadic Colors of #533435

#533435 #355334 #343553

Analogous Colors of #533435

#533435 #534334 #533445

Monochromatic Colors of #533435

#533435

Complementary Color

#533435 #345352

#533435 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#533435 Color Preview on White Background

Lorem ipsum dolor sit amet.

#533435 Color CSS Codes

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

#533435 Text Font Color

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

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


#533435 Background Color

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

This div background color is #533435


#533435 Border Color

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

This div border color is #533435


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,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 #533435">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #533435


Comments

No comments written yet.

Please login to write comment.