Color Hex Logo

#53653b Color Hex

#53653B
(83,101,59)
0 Favorites   0 Comments

Color spaces of #53653b

RGB 8310159
HSL0.240.260.31
HSV86°42°40°
CMYK 0.180.000.42   0.60
XYZ9.010411.46215.8752
Yxy11.46210.34200.4350
Hunter Lab33.8557-11.741313.4100
CIE-Lab40.3481-14.895421.5759

#53653b color RGB value is (83,101,59).

#53653b hex color red value is 83, green value is 101 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #53653b hue: 0.24 , saturation: 0.26 and the lightness value of 53653b is 0.31.

The process color (four color CMYK) of #53653b color hex is 0.18, 0.00, 0.42, 0.60. Web safe color of #53653b is #666633. Color #53653b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01100101 00111011
Octal 123 145 73
Decimal 83 101 59
Hex 53 65 3B

RGB Percentages of Color #53653b

%34.16
%41.56
%24.28

CMYK Percentages of Color #53653b

%18
%0
%42
%60

Triadic Colors of #53653b

#53653b #3b5365 #653b53

Analogous Colors of #53653b

#53653b #3e653b #65623b

Monochromatic Colors of #53653b

#53653b

Complementary Color

#53653b #4d3b65

#53653b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53653b Color Preview on White Background

Lorem ipsum dolor sit amet.

#53653b Color CSS Codes

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

#53653b Text Font Color

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

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


#53653b Background Color

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

This div background color is #53653b


#53653b Border Color

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

This div border color is #53653b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53653b


Comments

No comments written yet.

Please login to write comment.