COLOR #13483D

HEX: #13483D
RGB: (19,72,61)

Color info

#13483D contains red, green and blue colors in about the same proportion. Web safe color of #13483D is #003333 (or #033).

RGB color model

#13483D color RGB value is (19,72,61).

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

RGB channels and saturation

R 19 of 255 = 7%
G 72 of 255 = 28%
B 61 of 255 = 24%

19
72
61

R + G + B ~ 20%. #13483D is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 72 + 61 = 152 (100%)
R 19 of 152 ~ 12.5%
G 72 of 152 ~ 47.37%
B 61 of 152 ~ 40.13%

%12.5
%47.37
%40.13

CMYK color model

#13483D color CMYK value is (74,0,15,72).

  • cyan value is 73.61%
  • magenta value is 0.00%
  • yellow value is 15.28%
  • key color value is 71.76%
CMYK:
(74,0,15,72)
C74M0Y15K72 
(74%,0%,15%,72%)
(0.74/0.00/0.15/0.72)	

CMYK percentages

%73.61
%0
%15.28
%71.76

Codes

Color #13483D in popluar color models

13483D
RGB197261
HSL168°58.24%17.84%
HSB/HSV168°73.61%28.24%
CMYK73.61%0.00%15.28%
71.76%

Color #13483D in popluar number systems.

HEX13483D
Decimal197261
Binary100111001000111101
Octal2311075

Shades and tints

Shades of #13483D

#13483D
(19,72,61)
#124238
(18,66,56)
#113C33
(17,60,51)
#10362E
(16,54,46)
#0F3029
(15,48,41)
#0E2A24
(14,42,36)
#0D241F
(13,36,31)
#0C1E1A
(12,30,26)
#0B1815
(11,24,21)
#0A1210
(10,18,16)
#090C0B
(9,12,11)
#000000
(0,0,0)

Tints of #13483D

#13483D
(19,72,61)
#28584E
(40,88,78)
#3D685F
(61,104,95)
#527870
(82,120,112)
#678881
(103,136,129)
#7C9892
(124,152,146)
#91A8A3
(145,168,163)
#A6B8B4
(166,184,180)
#BBC8C5
(187,200,197)
#D0D8D6
(208,216,214)
#E5E8E7
(229,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #13483D; }

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

This text font color is #13483D.


Background Color

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

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

This div background color is #13483D.


Border color

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

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

This div border color is #13483D.


Opacity

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

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

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

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

This text has shadow with #13483D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13483D on black background.


Color preview on white background

This text has color #13483D on white background.



Black color preview on #13483D background

This text has black color on #13483D background.


White color preview on #13483D background

This text has white color on #13483D background.