Color Hex Logo

#532f2b Color Hex

#532F2B
(83,47,43)
0 Favorites   0 Comments

Color spaces of #532f2b

RGB 834743
HSL0.020.320.25
HSV48°33°
CMYK 0.000.430.48   0.67
XYZ5.01984.04642.8020
Yxy4.04640.42300.3409
Hunter Lab20.11579.34175.8222
CIE-Lab23.824215.93799.6153

#532f2b color RGB value is (83,47,43).

#532f2b hex color red value is 83, green value is 47 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #532f2b hue: 0.02 , saturation: 0.32 and the lightness value of 532f2b is 0.25.

The process color (four color CMYK) of #532f2b color hex is 0.00, 0.43, 0.48, 0.67. Web safe color of #532f2b is #663333. Color #532f2b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00101111 00101011
Octal 123 57 53
Decimal 83 47 43
Hex 53 2F 2B

RGB Percentages of Color #532f2b

%47.98
%27.17
%24.86

CMYK Percentages of Color #532f2b

%0
%43
%48
%67

Triadic Colors of #532f2b

#532f2b #2b532f #2f2b53

Analogous Colors of #532f2b

#532f2b #53432b #532b3b

Monochromatic Colors of #532f2b

#532f2b

Complementary Color

#532f2b #2b4f53

#532f2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#532f2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#532f2b Color CSS Codes

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

#532f2b Text Font Color

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

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


#532f2b Background Color

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

This div background color is #532f2b


#532f2b Border Color

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

This div border color is #532f2b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,47,43, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #532f2b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #532f2b;
  -webkit-box-shadow: 1px 1px 3px 2px #532f2b;
  box-shadow:         1px 1px 3px 2px #532f2b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #532f2b


Comments

No comments written yet.

Please login to write comment.