Color Hex Logo

#534441 Color Hex

#534441
(83,68,65)
0 Favorites   0 Comments

Color spaces of #534441

RGB 836865
HSL0.030.120.29
HSV10°22°33°
CMYK 0.000.180.22   0.67
XYZ6.58856.35495.8804
Yxy6.35490.35000.3376
Hunter Lab25.20892.53643.8159
CIE-Lab30.29085.86414.2133

#534441 color RGB value is (83,68,65).

#534441 hex color red value is 83, green value is 68 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #534441 hue: 0.03 , saturation: 0.12 and the lightness value of 534441 is 0.29.

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01000100 01000001
Octal 123 104 101
Decimal 83 68 65
Hex 53 44 41

RGB Percentages of Color #534441

%38.43
%31.48
%30.09

CMYK Percentages of Color #534441

%0
%18
%22
%67

Triadic Colors of #534441

#534441 #415344 #444153

Analogous Colors of #534441

#534441 #534d41 #534147

Monochromatic Colors of #534441

#534441

Complementary Color

#534441 #415053

#534441 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#534441 Color Preview on White Background

Lorem ipsum dolor sit amet.

#534441 Color CSS Codes

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

#534441 Text Font Color

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

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


#534441 Background Color

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

This div background color is #534441


#534441 Border Color

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

This div border color is #534441


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #534441


Comments

No comments written yet.

Please login to write comment.