Color Hex Logo

#563338 Color Hex

#563338
(86,51,56)
0 Favorites   0 Comments

Color spaces of #563338

RGB 865156
HSL0.980.260.27
HSV351°41°34°
CMYK 0.000.410.35   0.66
XYZ5.73544.63164.3331
Yxy4.63160.39020.3151
Hunter Lab21.52129.90833.1273
CIE-Lab25.658316.55373.5422

#563338 color RGB value is (86,51,56).

#563338 hex color red value is 86, green value is 51 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #563338 hue: 0.98 , saturation: 0.26 and the lightness value of 563338 is 0.27.

The process color (four color CMYK) of #563338 color hex is 0.00, 0.41, 0.35, 0.66. Web safe color of #563338 is #663333. Color #563338 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 00110011 00111000
Octal 126 63 70
Decimal 86 51 56
Hex 56 33 38

RGB Percentages of Color #563338

%44.56
%26.42
%29.02

CMYK Percentages of Color #563338

%0
%41
%35
%66

Triadic Colors of #563338

#563338 #385633 #333856

Analogous Colors of #563338

#563338 #564033 #56334a

Monochromatic Colors of #563338

#563338

Complementary Color

#563338 #335651

#563338 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#563338 Color Preview on White Background

Lorem ipsum dolor sit amet.

#563338 Color CSS Codes

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

#563338 Text Font Color

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

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


#563338 Background Color

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

This div background color is #563338


#563338 Border Color

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

This div border color is #563338


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(86,51,56, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #563338; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #563338;
  -webkit-box-shadow: 1px 1px 3px 2px #563338;
  box-shadow:         1px 1px 3px 2px #563338; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #563338


Comments

No comments written yet.

Please login to write comment.