Color Hex Logo

#533848 Color Hex

#533848
(83,56,72)
0 Favorites   0 Comments

Color spaces of #533848

RGB 835672
HSL0.900.190.27
HSV324°33°33°
CMYK 0.000.330.13   0.67
XYZ6.15125.13526.7979
Yxy5.13520.34010.2840
Hunter Lab22.66108.7961-1.9233
CIE-Lab27.116514.8975-5.0029

#533848 color RGB value is (83,56,72).

#533848 hex color red value is 83, green value is 56 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #533848 hue: 0.90 , saturation: 0.19 and the lightness value of 533848 is 0.27.

The process color (four color CMYK) of #533848 color hex is 0.00, 0.33, 0.13, 0.67. Web safe color of #533848 is #663333. Color #533848 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00111000 01001000
Octal 123 70 110
Decimal 83 56 72
Hex 53 38 48

RGB Percentages of Color #533848

%39.34
%26.54
%34.12

CMYK Percentages of Color #533848

%0
%33
%13
%67

Triadic Colors of #533848

#533848 #485338 #384853

Analogous Colors of #533848

#533848 #53383b #513853

Monochromatic Colors of #533848

#533848

Complementary Color

#533848 #385343

#533848 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#533848 Color Preview on White Background

Lorem ipsum dolor sit amet.

#533848 Color CSS Codes

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

#533848 Text Font Color

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

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


#533848 Background Color

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

This div background color is #533848


#533848 Border Color

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

This div border color is #533848


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #533848


Comments

No comments written yet.

Please login to write comment.