COLOR #13563C

HEX: #13563C
RGB: (19,86,60)

Color info

#13563C contains mainly green and blue colors. Web safe color of #13563C is #006633 (or #063).

RGB color model

#13563C color RGB value is (19,86,60).

  • red value is 19;
  • green value is 86;
  • blue value is 60.
RGB:
(19,86,60)
(7%,34%,24%)

RGB channels and saturation

R 19 of 255 = 7%
G 86 of 255 = 34%
B 60 of 255 = 24%

19
86
60

R + G + B ~ 22%. #13563C is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 86 + 60 = 165 (100%)
R 19 of 165 ~ 11.52%
G 86 of 165 ~ 52.12%
B 60 of 165 ~ 36.36%

%11.52
%52.12
%36.36

CMYK color model

#13563C color CMYK value is (78,0,30,66).

  • cyan value is 77.91%
  • magenta value is 0.00%
  • yellow value is 30.23%
  • key color value is 66.27%
CMYK:
(78,0,30,66)
C78M0Y30K66 
(78%,0%,30%,66%)
(0.78/0.00/0.30/0.66)	

CMYK percentages

%77.91
%0
%30.23
%66.27

Codes

Color #13563C in popluar color models

13563C
RGB198660
HSL157°63.81%20.59%
HSB/HSV157°77.91%33.73%
CMYK77.91%0.00%30.23%
66.27%

Color #13563C in popluar number systems.

HEX13563C
Decimal198660
Binary100111010110111100
Octal2312674

Shades and tints

Shades of #13563C

#13563C
(19,86,60)
#124F37
(18,79,55)
#114832
(17,72,50)
#10412D
(16,65,45)
#0F3A28
(15,58,40)
#0E3323
(14,51,35)
#0D2C1E
(13,44,30)
#0C2519
(12,37,25)
#0B1E14
(11,30,20)
#0A170F
(10,23,15)
#09100A
(9,16,10)
#000000
(0,0,0)

Tints of #13563C

#13563C
(19,86,60)
#28654D
(40,101,77)
#3D745E
(61,116,94)
#52836F
(82,131,111)
#679280
(103,146,128)
#7CA191
(124,161,145)
#91B0A2
(145,176,162)
#A6BFB3
(166,191,179)
#BBCEC4
(187,206,196)
#D0DDD5
(208,221,213)
#E5ECE6
(229,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #13563C color. Also use rgb(19,86,60) instead hex code.

Text Font Color

.myTextColor { color: #13563C; }

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

This text font color is #13563C.


Background Color

.myBgColor { background-color: #13563C; }

<div style="background-color:#13563C">Inner text</div>

This div background color is #13563C.


Border color

.myBorderColor { border: 1px solid #13563C; }

<div style="border:3px solid #13563C">Div</div>

This div border color is #13563C.


Opacity

.myOpacity80 { color: #13563C; opacity: 0.8; }

<p style="color:#13563C;opacity:0.8;">80%</p>

Text with #13563C 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 #13563C;}

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

This text has shadow with #13563C color.

.textShadow {text-shadow: 3px 3px 1px #13563C, 3px 3px 1px red;}

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

This text has shadow with #13563C primary color and red secondary color.


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

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

This text has shadow with #13563C and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #13563C;
-webkit-box-shadow: 1px 1px 3px 2px #13563C;
box-shadow:1px 1px 3px 2px #13563C;">
Div content here</div>
This div box has shadow with color #13563C.

Preview

Color preview on black background

This text has color #13563C on black background.


Color preview on white background

This text has color #13563C on white background.



Black color preview on #13563C background

This text has black color on #13563C background.


White color preview on #13563C background

This text has white color on #13563C background.