COLOR #13624B

HEX: #13624B
RGB: (19,98,75)

Color info

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

RGB color model

#13624B color RGB value is (19,98,75).

  • red value is 19;
  • green value is 98;
  • blue value is 75.
RGB:
(19,98,75)
(7%,38%,29%)

RGB channels and saturation

R 19 of 255 = 7%
G 98 of 255 = 38%
B 75 of 255 = 29%

19
98
75

R + G + B ~ 25%. #13624B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 98 + 75 = 192 (100%)
R 19 of 192 ~ 9.9%
G 98 of 192 ~ 51.04%
B 75 of 192 ~ 39.06%

%9.9
%51.04
%39.06

CMYK color model

#13624B color CMYK value is (81,0,23,62).

  • cyan value is 80.61%
  • magenta value is 0.00%
  • yellow value is 23.47%
  • key color value is 61.57%
CMYK:
(81,0,23,62)
C81M0Y23K62 
(81%,0%,23%,62%)
(0.81/0.00/0.23/0.62)	

CMYK percentages

%80.61
%0
%23.47
%61.57

Codes

Color #13624B in popluar color models

13624B
RGB199875
HSL163°67.52%22.94%
HSB/HSV163°80.61%38.43%
CMYK80.61%0.00%23.47%
61.57%

Color #13624B in popluar number systems.

HEX13624B
Decimal199875
Binary1001111000101001011
Octal23142113

Shades and tints

Shades of #13624B

#13624B
(19,98,75)
#125A45
(18,90,69)
#11523F
(17,82,63)
#104A39
(16,74,57)
#0F4233
(15,66,51)
#0E3A2D
(14,58,45)
#0D3227
(13,50,39)
#0C2A21
(12,42,33)
#0B221B
(11,34,27)
#0A1A15
(10,26,21)
#09120F
(9,18,15)
#000000
(0,0,0)

Tints of #13624B

#13624B
(19,98,75)
#28705B
(40,112,91)
#3D7E6B
(61,126,107)
#528C7B
(82,140,123)
#679A8B
(103,154,139)
#7CA89B
(124,168,155)
#91B6AB
(145,182,171)
#A6C4BB
(166,196,187)
#BBD2CB
(187,210,203)
#D0E0DB
(208,224,219)
#E5EEEB
(229,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #13624B color. Also use rgb(19,98,75) instead hex code.

Text Font Color

.myTextColor { color: #13624B; }

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

This text font color is #13624B.


Background Color

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

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

This div background color is #13624B.


Border color

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

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

This div border color is #13624B.


Opacity

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

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

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

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

This text has shadow with #13624B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13624B on black background.


Color preview on white background

This text has color #13624B on white background.



Black color preview on #13624B background

This text has black color on #13624B background.


White color preview on #13624B background

This text has white color on #13624B background.