COLOR #13672E

HEX: #13672E
RGB: (19,103,46)

Color info

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

RGB color model

#13672E color RGB value is (19,103,46).

  • red value is 19;
  • green value is 103;
  • blue value is 46.
RGB:
(19,103,46)
(7%,40%,18%)

RGB channels and saturation

R 19 of 255 = 7%
G 103 of 255 = 40%
B 46 of 255 = 18%

19
103
46

R + G + B ~ 22%. #13672E is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 103 + 46 = 168 (100%)
R 19 of 168 ~ 11.31%
G 103 of 168 ~ 61.31%
B 46 of 168 ~ 27.38%

%11.31
%61.31
%27.38

CMYK color model

#13672E color CMYK value is (82,0,55,60).

  • cyan value is 81.55%
  • magenta value is 0.00%
  • yellow value is 55.34%
  • key color value is 59.61%
CMYK:
(82,0,55,60)
C82M0Y55K60 
(82%,0%,55%,60%)
(0.82/0.00/0.55/0.60)	

CMYK percentages

%81.55
%0
%55.34
%59.61

Codes

Color #13672E in popluar color models

13672E
RGB1910346
HSL139°68.85%23.92%
HSB/HSV139°81.55%40.39%
CMYK81.55%0.00%55.34%
59.61%

Color #13672E in popluar number systems.

HEX13672E
Decimal1910346
Binary100111100111101110
Octal2314756

Shades and tints

Shades of #13672E

#13672E
(19,103,46)
#125E2A
(18,94,42)
#115526
(17,85,38)
#104C22
(16,76,34)
#0F431E
(15,67,30)
#0E3A1A
(14,58,26)
#0D3116
(13,49,22)
#0C2812
(12,40,18)
#0B1F0E
(11,31,14)
#0A160A
(10,22,10)
#090D06
(9,13,6)
#000000
(0,0,0)

Tints of #13672E

#13672E
(19,103,46)
#287441
(40,116,65)
#3D8154
(61,129,84)
#528E67
(82,142,103)
#679B7A
(103,155,122)
#7CA88D
(124,168,141)
#91B5A0
(145,181,160)
#A6C2B3
(166,194,179)
#BBCFC6
(187,207,198)
#D0DCD9
(208,220,217)
#E5E9EC
(229,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #13672E color. Also use rgb(19,103,46) instead hex code.

Text Font Color

.myTextColor { color: #13672E; }

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

This text font color is #13672E.


Background Color

.myBgColor { background-color: #13672E; }

<div style="background-color:#13672E">Inner text</div>

This div background color is #13672E.


Border color

.myBorderColor { border: 1px solid #13672E; }

<div style="border:3px solid #13672E">Div</div>

This div border color is #13672E.


Opacity

.myOpacity80 { color: #13672E; opacity: 0.8; }

<p style="color:#13672E;opacity:0.8;">80%</p>

Text with #13672E 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 #13672E;}

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

This text has shadow with #13672E color.

.textShadow {text-shadow: 3px 3px 1px #13672E, 3px 3px 1px red;}

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

This text has shadow with #13672E primary color and red secondary color.


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

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

This text has shadow with #13672E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13672E on black background.


Color preview on white background

This text has color #13672E on white background.



Black color preview on #13672E background

This text has black color on #13672E background.


White color preview on #13672E background

This text has white color on #13672E background.