Color Hex Logo

#55653d Color Hex

#55653D
(85,101,61)
0 Favorites   0 Comments

Color spaces of #55653d

RGB 8510161
HSL0.230.250.32
HSV84°40°40°
CMYK 0.160.000.40   0.60
XYZ9.242311.57566.1621
Yxy11.57560.34260.4290
Hunter Lab34.0229-11.050813.0777
CIE-Lab40.5335-13.755120.6848

#55653d color RGB value is (85,101,61).

#55653d hex color red value is 85, green value is 101 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #55653d hue: 0.23 , saturation: 0.25 and the lightness value of 55653d is 0.32.

The process color (four color CMYK) of #55653d color hex is 0.16, 0.00, 0.40, 0.60. Web safe color of #55653d is #666633. Color #55653d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01100101 00111101
Octal 125 145 75
Decimal 85 101 61
Hex 55 65 3D

RGB Percentages of Color #55653d

%34.41
%40.89
%24.70

CMYK Percentages of Color #55653d

%16
%0
%40
%60

Triadic Colors of #55653d

#55653d #3d5565 #653d55

Analogous Colors of #55653d

#55653d #41653d #65613d

Monochromatic Colors of #55653d

#55653d

Complementary Color

#55653d #4d3d65

#55653d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55653d Color Preview on White Background

Lorem ipsum dolor sit amet.

#55653d Color CSS Codes

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

#55653d Text Font Color

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

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


#55653d Background Color

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

This div background color is #55653d


#55653d Border Color

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

This div border color is #55653d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,101,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #55653d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #55653d;
  -webkit-box-shadow: 1px 1px 3px 2px #55653d;
  box-shadow:         1px 1px 3px 2px #55653d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55653d


Comments

No comments written yet.

Please login to write comment.