COLOR #13513D

HEX: #13513D
RGB: (19,81,61)

Color info

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

RGB color model

#13513D color RGB value is (19,81,61).

  • red value is 19;
  • green value is 81;
  • blue value is 61.
RGB:
(19,81,61)
(7%,32%,24%)

RGB channels and saturation

R 19 of 255 = 7%
G 81 of 255 = 32%
B 61 of 255 = 24%

19
81
61

R + G + B ~ 21%. #13513D is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 81 + 61 = 161 (100%)
R 19 of 161 ~ 11.8%
G 81 of 161 ~ 50.31%
B 61 of 161 ~ 37.89%

%11.8
%50.31
%37.89

CMYK color model

#13513D color CMYK value is (77,0,25,68).

  • cyan value is 76.54%
  • magenta value is 0.00%
  • yellow value is 24.69%
  • key color value is 68.24%
CMYK:
(77,0,25,68)
C77M0Y25K68 
(77%,0%,25%,68%)
(0.77/0.00/0.25/0.68)	

CMYK percentages

%76.54
%0
%24.69
%68.24

Codes

Color #13513D in popluar color models

13513D
RGB198161
HSL161°62.00%19.61%
HSB/HSV161°76.54%31.76%
CMYK76.54%0.00%24.69%
68.24%

Color #13513D in popluar number systems.

HEX13513D
Decimal198161
Binary100111010001111101
Octal2312175

Shades and tints

Shades of #13513D

#13513D
(19,81,61)
#124A38
(18,74,56)
#114333
(17,67,51)
#103C2E
(16,60,46)
#0F3529
(15,53,41)
#0E2E24
(14,46,36)
#0D271F
(13,39,31)
#0C201A
(12,32,26)
#0B1915
(11,25,21)
#0A1210
(10,18,16)
#090B0B
(9,11,11)
#000000
(0,0,0)

Tints of #13513D

#13513D
(19,81,61)
#28604E
(40,96,78)
#3D6F5F
(61,111,95)
#527E70
(82,126,112)
#678D81
(103,141,129)
#7C9C92
(124,156,146)
#91ABA3
(145,171,163)
#A6BAB4
(166,186,180)
#BBC9C5
(187,201,197)
#D0D8D6
(208,216,214)
#E5E7E7
(229,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #13513D color. Also use rgb(19,81,61) instead hex code.

Text Font Color

.myTextColor { color: #13513D; }

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

This text font color is #13513D.


Background Color

.myBgColor { background-color: #13513D; }

<div style="background-color:#13513D">Inner text</div>

This div background color is #13513D.


Border color

.myBorderColor { border: 1px solid #13513D; }

<div style="border:3px solid #13513D">Div</div>

This div border color is #13513D.


Opacity

.myOpacity80 { color: #13513D; opacity: 0.8; }

<p style="color:#13513D;opacity:0.8;">80%</p>

Text with #13513D 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 #13513D;}

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

This text has shadow with #13513D color.

.textShadow {text-shadow: 3px 3px 1px #13513D, 3px 3px 1px red;}

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

This text has shadow with #13513D primary color and red secondary color.


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

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

This text has shadow with #13513D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13513D on black background.


Color preview on white background

This text has color #13513D on white background.



Black color preview on #13513D background

This text has black color on #13513D background.


White color preview on #13513D background

This text has white color on #13513D background.