Color Hex Logo

#53384b Color Hex

#53384B
(83,56,75)
0 Favorites   0 Comments

Color spaces of #53384b

RGB 835675
HSL0.880.190.27
HSV318°33°33°
CMYK 0.000.330.10   0.67
XYZ6.25155.17537.3261
Yxy5.17530.33340.2760
Hunter Lab22.74939.2405-3.1690
CIE-Lab27.228515.5002-6.8138

#53384b color RGB value is (83,56,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00111000 01001011
Octal 123 70 113
Decimal 83 56 75
Hex 53 38 4B

RGB Percentages of Color #53384b

%38.79
%26.17
%35.05

CMYK Percentages of Color #53384b

%0
%33
%10
%67

Triadic Colors of #53384b

#53384b #4b5338 #384b53

Analogous Colors of #53384b

#53384b #53383e #4e3853

Monochromatic Colors of #53384b

#53384b

Complementary Color

#53384b #385340

#53384b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53384b Color Preview on White Background

Lorem ipsum dolor sit amet.

#53384b Color CSS Codes

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

#53384b Text Font Color

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

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


#53384b Background Color

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

This div background color is #53384b


#53384b Border Color

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

This div border color is #53384b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53384b


Comments

No comments written yet.

Please login to write comment.