Color Hex Logo

#563230 Color Hex

#563230
(86,50,48)
0 Favorites   0 Comments

Color spaces of #563230

RGB 865048
HSL0.010.280.26
HSV44°34°
CMYK 0.000.420.44   0.66
XYZ5.51194.47303.3692
Yxy4.47300.41270.3350
Hunter Lab21.14959.50855.3595
CIE-Lab25.177316.04598.2060

#563230 color RGB value is (86,50,48).

#563230 hex color red value is 86, green value is 50 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #563230 hue: 0.01 , saturation: 0.28 and the lightness value of 563230 is 0.26.

The process color (four color CMYK) of #563230 color hex is 0.00, 0.42, 0.44, 0.66. Web safe color of #563230 is #663333. Color #563230 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 00110010 00110000
Octal 126 62 60
Decimal 86 50 48
Hex 56 32 30

RGB Percentages of Color #563230

%46.74
%27.17
%26.09

CMYK Percentages of Color #563230

%0
%42
%44
%66

Triadic Colors of #563230

#563230 #305632 #323056

Analogous Colors of #563230

#563230 #564530 #563041

Monochromatic Colors of #563230

#563230

Complementary Color

#563230 #305456

#563230 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#563230 Color Preview on White Background

Lorem ipsum dolor sit amet.

#563230 Color CSS Codes

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

#563230 Text Font Color

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

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


#563230 Background Color

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

This div background color is #563230


#563230 Border Color

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

This div border color is #563230


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #563230


Comments

No comments written yet.

Please login to write comment.