Color Hex Logo

#53354b Color Hex

#53354B
(83,53,75)
1 Favorites   0 Comments

Color spaces of #53354b

RGB 835375
HSL0.880.220.27
HSV316°36°33°
CMYK 0.000.360.10   0.67
XYZ6.11044.89327.2790
Yxy4.89320.33420.2676
Hunter Lab22.120610.5963-4.0256
CIE-Lab26.428317.4191-8.0187

#53354b color RGB value is (83,53,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00110101 01001011
Octal 123 65 113
Decimal 83 53 75
Hex 53 35 4B

RGB Percentages of Color #53354b

%39.34
%25.12
%35.55

CMYK Percentages of Color #53354b

%0
%36
%10
%67

Triadic Colors of #53354b

#53354b #4b5335 #354b53

Analogous Colors of #53354b

#53354b #53353c #4c3553

Monochromatic Colors of #53354b

#53354b

Complementary Color

#53354b #35533d

#53354b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53354b Color Preview on White Background

Lorem ipsum dolor sit amet.

#53354b Color CSS Codes

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

#53354b Text Font Color

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

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


#53354b Background Color

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

This div background color is #53354b


#53354b Border Color

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

This div border color is #53354b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53354b


Comments

No comments written yet.

Please login to write comment.