COLOR #563C03

HEX: #563C03 RGB: (86,60,3)

Color info

#563C03 contains mainly red and green colors. Web safe color of #563C03 is #663300 (or #630).

RGB color model

#563C03 color RGB value is (86,60,3).

RGB: (86,60,3) (34%, 24%, 1%)

RGB channels and saturation

R 86 of 255 = 34%
G 60 of 255 = 24%
B 3 of 255 = 1%

86
60
3

R + G + B ~ 20%. #563C03 is dark color.

Portions of RGB colors in percentages

R + G + B = 86 + 60 + 3 = 149 (100%)
R 86 of 149 ~ 57.72%
G 60 of 149 ~ 40.27%
B 3 of 149 ~ 2.01'%

%57.72
%40.27

CMYK color model

#563C03 color CMYK value is (0,30,97,66).

  • cyan value is 0.00%
  • magenta value is 30.23%
  • yellow value is 96.51%
  • key color value is 66.27%

CMYK: (0,30,97,66)
C0M30Y97K66 (0%, 30%, 97%, 66%)
(0.00 / 0.30 / 0.97 / 0.66)

CMYK percentages

%0
%30.23
%96.51
%66.27

Codes

Color #563C03 in popluar color models

56 3C 03
RGB 86 60 3
HSL 41° 93.26% 17.45%
HSB/HSV 41° 96.51% 33.73%
CMYK 0.00% 30.23% 96.51%
66.27%

Color #563C03 in popluar number systems.

HEX 56 3C 03
Decimal 86 60 3
Binary 1010110 111100 11
Octal 126 74 3

Shades and tints

Shades of #563C03

#563C03
(86,60,3)
#4F3703
(79,55,3)
#483203
(72,50,3)
#412D03
(65,45,3)
#3A2803
(58,40,3)
#332303
(51,35,3)
#2C1E03
(44,30,3)
#251903
(37,25,3)
#1E1403
(30,20,3)
#170F03
(23,15,3)
#100A03
(16,10,3)
#000000
(0,0,0)

Tints of #563C03

#563C03
(86,60,3)
#654D19
(101,77,25)
#745E2F
(116,94,47)
#836F45
(131,111,69)
#92805B
(146,128,91)
#A19171
(161,145,113)
#B0A287
(176,162,135)
#BFB39D
(191,179,157)
#CEC4B3
(206,196,179)
#DDD5C9
(221,213,201)
#ECE6DF
(236,230,223)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #563C03 color. Also use rgb(86,60,3) instead hex code.

Text Font Color

.myTextColor { color: #563C03; }

<p style="color:#563C03">This sample text font color is #563C03.</p>

This text font color is #563C03.

Background Color

.myBgColor { background-color: #563C03; }

<div style="background-color:#563C03">Inner text</div>

This div background color is #563C03.

Border color

.myBorderColor { border: 1px solid #563C03; }

<div style="border:3px solid #563C03">Div</div>

This div border color is #563C03.

Opacity

.myOpacity80 { color: #563C03; opacity: 0.8; }

<p style="color:#563C03;opacity:0.8;">80%</p>

Text with #563C03 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #563C03;}

<p style="text-shadow: 3px 3px 1px #563C03">Text here.</p>

This text has shadow with #563C03 color.


.textShadow {text-shadow: 3px 3px 1px #563C03', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #563C03, 5px 5px 20px red">Text here.</p>

This text has shadow with #563C03 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#563C03, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#563C03, Direction=45, Strength=4)">Text</p>

This text has shadow with #563C03 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #563C03;
-webkit-box-shadow: 1px 1px 3px 2px #563C03;
box-shadow: 1px 1px 3px 2px #563C03;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #563C03; -webkit-box-shadow: 1px 1px 3px 2px #563C03; box-shadow:1px 1px 3px 2px #563C03;">
Div content here
</div>

This div box has shadow with color #563C03.

Preview

Color preview on black background

This text has color #563C03 on black background.


Color preview on white background

This text has color #563C03 on white background.


Black color preview on #563C03 background

This text has black color on #563C03 background.


White color preview on #563C03 background

This text has white color on #563C03 background.


Related colors

Complementary color

Complementary color for #hex is #A9C3FC.


I love getcolorcode.com

Triadic colors

1 #03563C and #3C0356 with #563C03 are triadic colors.

2 #033C56 and #3C5603 with #563C03 are triadic colors.