COLOR #13482C

HEX: #13482C
RGB: (19,72,44)

Color info

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

RGB color model

#13482C color RGB value is (19,72,44).

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

RGB channels and saturation

R 19 of 255 = 7%
G 72 of 255 = 28%
B 44 of 255 = 17%

19
72
44

R + G + B ~ 17%. #13482C is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 72 + 44 = 135 (100%)
R 19 of 135 ~ 14.07%
G 72 of 135 ~ 53.33%
B 44 of 135 ~ 32.59%

%14.07
%53.33
%32.59

CMYK color model

#13482C color CMYK value is (74,0,39,72).

  • cyan value is 73.61%
  • magenta value is 0.00%
  • yellow value is 38.89%
  • key color value is 71.76%
CMYK:
(74,0,39,72)
C74M0Y39K72 
(74%,0%,39%,72%)
(0.74/0.00/0.39/0.72)	

CMYK percentages

%73.61
%0
%38.89
%71.76

Codes

Color #13482C in popluar color models

13482C
RGB197244
HSL148°58.24%17.84%
HSB/HSV148°73.61%28.24%
CMYK73.61%0.00%38.89%
71.76%

Color #13482C in popluar number systems.

HEX13482C
Decimal197244
Binary100111001000101100
Octal2311054

Shades and tints

Shades of #13482C

#13482C
(19,72,44)
#124228
(18,66,40)
#113C24
(17,60,36)
#103620
(16,54,32)
#0F301C
(15,48,28)
#0E2A18
(14,42,24)
#0D2414
(13,36,20)
#0C1E10
(12,30,16)
#0B180C
(11,24,12)
#0A1208
(10,18,8)
#090C04
(9,12,4)
#000000
(0,0,0)

Tints of #13482C

#13482C
(19,72,44)
#28583F
(40,88,63)
#3D6852
(61,104,82)
#527865
(82,120,101)
#678878
(103,136,120)
#7C988B
(124,152,139)
#91A89E
(145,168,158)
#A6B8B1
(166,184,177)
#BBC8C4
(187,200,196)
#D0D8D7
(208,216,215)
#E5E8EA
(229,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #13482C color. Also use rgb(19,72,44) instead hex code.

Text Font Color

.myTextColor { color: #13482C; }

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

This text font color is #13482C.


Background Color

.myBgColor { background-color: #13482C; }

<div style="background-color:#13482C">Inner text</div>

This div background color is #13482C.


Border color

.myBorderColor { border: 1px solid #13482C; }

<div style="border:3px solid #13482C">Div</div>

This div border color is #13482C.


Opacity

.myOpacity80 { color: #13482C; opacity: 0.8; }

<p style="color:#13482C;opacity:0.8;">80%</p>

Text with #13482C 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 #13482C;}

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

This text has shadow with #13482C color.

.textShadow {text-shadow: 3px 3px 1px #13482C, 3px 3px 1px red;}

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

This text has shadow with #13482C primary color and red secondary color.


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

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

This text has shadow with #13482C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13482C on black background.


Color preview on white background

This text has color #13482C on white background.



Black color preview on #13482C background

This text has black color on #13482C background.


White color preview on #13482C background

This text has white color on #13482C background.