COLOR #13572B

HEX: #13572B
RGB: (19,87,43)

Color info

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

RGB color model

#13572B color RGB value is (19,87,43).

  • red value is 19;
  • green value is 87;
  • blue value is 43.
RGB:
(19,87,43)
(7%,34%,17%)

RGB channels and saturation

R 19 of 255 = 7%
G 87 of 255 = 34%
B 43 of 255 = 17%

19
87
43

R + G + B ~ 19%. #13572B is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 87 + 43 = 149 (100%)
R 19 of 149 ~ 12.75%
G 87 of 149 ~ 58.39%
B 43 of 149 ~ 28.86%

%12.75
%58.39
%28.86

CMYK color model

#13572B color CMYK value is (78,0,51,66).

  • cyan value is 78.16%
  • magenta value is 0.00%
  • yellow value is 50.57%
  • key color value is 65.88%
CMYK:
(78,0,51,66)
C78M0Y51K66 
(78%,0%,51%,66%)
(0.78/0.00/0.51/0.66)	

CMYK percentages

%78.16
%0
%50.57
%65.88

Codes

Color #13572B in popluar color models

13572B
RGB198743
HSL141°64.15%20.78%
HSB/HSV141°78.16%34.12%
CMYK78.16%0.00%50.57%
65.88%

Color #13572B in popluar number systems.

HEX13572B
Decimal198743
Binary100111010111101011
Octal2312753

Shades and tints

Shades of #13572B

#13572B
(19,87,43)
#125028
(18,80,40)
#114925
(17,73,37)
#104222
(16,66,34)
#0F3B1F
(15,59,31)
#0E341C
(14,52,28)
#0D2D19
(13,45,25)
#0C2616
(12,38,22)
#0B1F13
(11,31,19)
#0A1810
(10,24,16)
#09110D
(9,17,13)
#000000
(0,0,0)

Tints of #13572B

#13572B
(19,87,43)
#28663E
(40,102,62)
#3D7551
(61,117,81)
#528464
(82,132,100)
#679377
(103,147,119)
#7CA28A
(124,162,138)
#91B19D
(145,177,157)
#A6C0B0
(166,192,176)
#BBCFC3
(187,207,195)
#D0DED6
(208,222,214)
#E5EDE9
(229,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #13572B color. Also use rgb(19,87,43) instead hex code.

Text Font Color

.myTextColor { color: #13572B; }

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

This text font color is #13572B.


Background Color

.myBgColor { background-color: #13572B; }

<div style="background-color:#13572B">Inner text</div>

This div background color is #13572B.


Border color

.myBorderColor { border: 1px solid #13572B; }

<div style="border:3px solid #13572B">Div</div>

This div border color is #13572B.


Opacity

.myOpacity80 { color: #13572B; opacity: 0.8; }

<p style="color:#13572B;opacity:0.8;">80%</p>

Text with #13572B 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 #13572B;}

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

This text has shadow with #13572B color.

.textShadow {text-shadow: 3px 3px 1px #13572B, 3px 3px 1px red;}

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

This text has shadow with #13572B primary color and red secondary color.


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

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

This text has shadow with #13572B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13572B on black background.


Color preview on white background

This text has color #13572B on white background.



Black color preview on #13572B background

This text has black color on #13572B background.


White color preview on #13572B background

This text has white color on #13572B background.