COLOR #133519

HEX: #133519
RGB: (19,53,25)

Color info

#133519 contains red, green and blue colors in about the same proportion. Web safe color of #133519 is #003300 (or #030).

RGB color model

#133519 color RGB value is (19,53,25).

  • red value is 19;
  • green value is 53;
  • blue value is 25.
RGB:
(19,53,25)
(7%,21%,10%)

RGB channels and saturation

R 19 of 255 = 7%
G 53 of 255 = 21%
B 25 of 255 = 10%

19
53
25

R + G + B ~ 13%. #133519 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 53 + 25 = 97 (100%)
R 19 of 97 ~ 19.59%
G 53 of 97 ~ 54.64%
B 25 of 97 ~ 25.77%

%19.59
%54.64
%25.77

CMYK color model

#133519 color CMYK value is (64,0,53,79).

  • cyan value is 64.15%
  • magenta value is 0.00%
  • yellow value is 52.83%
  • key color value is 79.22%
CMYK:
(64,0,53,79)
C64M0Y53K79 
(64%,0%,53%,79%)
(0.64/0.00/0.53/0.79)	

CMYK percentages

%64.15
%0
%52.83
%79.22

Codes

Color #133519 in popluar color models

133519
RGB195325
HSL131°47.22%14.12%
HSB/HSV131°64.15%20.78%
CMYK64.15%0.00%52.83%
79.22%

Color #133519 in popluar number systems.

HEX133519
Decimal195325
Binary1001111010111001
Octal236531

Shades and tints

Shades of #133519

#133519
(19,53,25)
#123117
(18,49,23)
#112D15
(17,45,21)
#102913
(16,41,19)
#0F2511
(15,37,17)
#0E210F
(14,33,15)
#0D1D0D
(13,29,13)
#0C190B
(12,25,11)
#0B1509
(11,21,9)
#0A1107
(10,17,7)
#090D05
(9,13,5)
#000000
(0,0,0)

Tints of #133519

#133519
(19,53,25)
#28472D
(40,71,45)
#3D5941
(61,89,65)
#526B55
(82,107,85)
#677D69
(103,125,105)
#7C8F7D
(124,143,125)
#91A191
(145,161,145)
#A6B3A5
(166,179,165)
#BBC5B9
(187,197,185)
#D0D7CD
(208,215,205)
#E5E9E1
(229,233,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #133519 color. Also use rgb(19,53,25) instead hex code.

Text Font Color

.myTextColor { color: #133519; }

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

This text font color is #133519.


Background Color

.myBgColor { background-color: #133519; }

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

This div background color is #133519.


Border color

.myBorderColor { border: 1px solid #133519; }

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

This div border color is #133519.


Opacity

.myOpacity80 { color: #133519; opacity: 0.8; }

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

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

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

This text has shadow with #133519 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #133519 on black background.


Color preview on white background

This text has color #133519 on white background.



Black color preview on #133519 background

This text has black color on #133519 background.


White color preview on #133519 background

This text has white color on #133519 background.