COLOR #13593F

HEX: #13593F
RGB: (19,89,63)

Color info

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

RGB color model

#13593F color RGB value is (19,89,63).

  • red value is 19;
  • green value is 89;
  • blue value is 63.
RGB:
(19,89,63)
(7%,35%,25%)

RGB channels and saturation

R 19 of 255 = 7%
G 89 of 255 = 35%
B 63 of 255 = 25%

19
89
63

R + G + B ~ 22%. #13593F is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 89 + 63 = 171 (100%)
R 19 of 171 ~ 11.11%
G 89 of 171 ~ 52.05%
B 63 of 171 ~ 36.84%

%11.11
%52.05
%36.84

CMYK color model

#13593F color CMYK value is (79,0,29,65).

  • cyan value is 78.65%
  • magenta value is 0.00%
  • yellow value is 29.21%
  • key color value is 65.10%
CMYK:
(79,0,29,65)
C79M0Y29K65 
(79%,0%,29%,65%)
(0.79/0.00/0.29/0.65)	

CMYK percentages

%78.65
%0
%29.21
%65.1

Codes

Color #13593F in popluar color models

13593F
RGB198963
HSL158°64.81%21.18%
HSB/HSV158°78.65%34.90%
CMYK78.65%0.00%29.21%
65.10%

Color #13593F in popluar number systems.

HEX13593F
Decimal198963
Binary100111011001111111
Octal2313177

Shades and tints

Shades of #13593F

#13593F
(19,89,63)
#12513A
(18,81,58)
#114935
(17,73,53)
#104130
(16,65,48)
#0F392B
(15,57,43)
#0E3126
(14,49,38)
#0D2921
(13,41,33)
#0C211C
(12,33,28)
#0B1917
(11,25,23)
#0A1112
(10,17,18)
#09090D
(9,9,13)
#000000
(0,0,0)

Tints of #13593F

#13593F
(19,89,63)
#286850
(40,104,80)
#3D7761
(61,119,97)
#528672
(82,134,114)
#679583
(103,149,131)
#7CA494
(124,164,148)
#91B3A5
(145,179,165)
#A6C2B6
(166,194,182)
#BBD1C7
(187,209,199)
#D0E0D8
(208,224,216)
#E5EFE9
(229,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #13593F color. Also use rgb(19,89,63) instead hex code.

Text Font Color

.myTextColor { color: #13593F; }

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

This text font color is #13593F.


Background Color

.myBgColor { background-color: #13593F; }

<div style="background-color:#13593F">Inner text</div>

This div background color is #13593F.


Border color

.myBorderColor { border: 1px solid #13593F; }

<div style="border:3px solid #13593F">Div</div>

This div border color is #13593F.


Opacity

.myOpacity80 { color: #13593F; opacity: 0.8; }

<p style="color:#13593F;opacity:0.8;">80%</p>

Text with #13593F 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 #13593F;}

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

This text has shadow with #13593F color.

.textShadow {text-shadow: 3px 3px 1px #13593F, 3px 3px 1px red;}

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

This text has shadow with #13593F primary color and red secondary color.


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

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

This text has shadow with #13593F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13593F on black background.


Color preview on white background

This text has color #13593F on white background.



Black color preview on #13593F background

This text has black color on #13593F background.


White color preview on #13593F background

This text has white color on #13593F background.