Color Hex Logo

#533341 Color Hex

#533341
(83,51,65)
0 Favorites   0 Comments

Color spaces of #533341

RGB 835165
HSL0.930.240.26
HSV334°39°33°
CMYK 0.000.390.22   0.67
XYZ5.70524.58835.5860
Yxy4.58830.35930.2889
Hunter Lab21.420310.0571-0.4675
CIE-Lab25.528116.7702-2.7149

#533341 color RGB value is (83,51,65).

#533341 hex color red value is 83, green value is 51 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #533341 hue: 0.93 , saturation: 0.24 and the lightness value of 533341 is 0.26.

The process color (four color CMYK) of #533341 color hex is 0.00, 0.39, 0.22, 0.67. Web safe color of #533341 is #663333. Color #533341 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00110011 01000001
Octal 123 63 101
Decimal 83 51 65
Hex 53 33 41

RGB Percentages of Color #533341

%41.71
%25.63
%32.66

CMYK Percentages of Color #533341

%0
%39
%22
%67

Triadic Colors of #533341

#533341 #415333 #334153

Analogous Colors of #533341

#533341 #533533 #533351

Monochromatic Colors of #533341

#533341

Complementary Color

#533341 #335345

#533341 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#533341 Color Preview on White Background

Lorem ipsum dolor sit amet.

#533341 Color CSS Codes

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

#533341 Text Font Color

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

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


#533341 Background Color

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

This div background color is #533341


#533341 Border Color

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

This div border color is #533341


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,51,65, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #533341


Comments

No comments written yet.

Please login to write comment.