Color Hex Logo

#533949 Color Hex

#533949
(83,57,73)
0 Favorites   0 Comments

Color spaces of #533949

RGB 835773
HSL0.900.190.27
HSV323°31°33°
CMYK 0.000.310.12   0.67
XYZ6.23305.24636.9875
Yxy5.24630.33750.2841
Hunter Lab22.90488.4911-2.0541
CIE-Lab27.425314.4527-5.2015

#533949 color RGB value is (83,57,73).

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

The process color (four color CMYK) of #533949 color hex is 0.00, 0.31, 0.12, 0.67. Web safe color of #533949 is #663333. Color #533949 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00111001 01001001
Octal 123 71 111
Decimal 83 57 73
Hex 53 39 49

RGB Percentages of Color #533949

%38.97
%26.76
%34.27

CMYK Percentages of Color #533949

%0
%31
%12
%67

Triadic Colors of #533949

#533949 #495339 #394953

Analogous Colors of #533949

#533949 #53393c #503953

Monochromatic Colors of #533949

#533949

Complementary Color

#533949 #395343

#533949 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#533949 Color Preview on White Background

Lorem ipsum dolor sit amet.

#533949 Color CSS Codes

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

#533949 Text Font Color

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

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


#533949 Background Color

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

This div background color is #533949


#533949 Border Color

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

This div border color is #533949


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #533949


Comments

No comments written yet.

Please login to write comment.