COLOR #133915

HEX: #133915
RGB: (19,57,21)

Color info

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

RGB color model

#133915 color RGB value is (19,57,21).

  • red value is 19;
  • green value is 57;
  • blue value is 21.
RGB:
(19,57,21)
(7%,22%,8%)

RGB channels and saturation

R 19 of 255 = 7%
G 57 of 255 = 22%
B 21 of 255 = 8%

19
57
21

R + G + B ~ 12%. #133915 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 57 + 21 = 97 (100%)
R 19 of 97 ~ 19.59%
G 57 of 97 ~ 58.76%
B 21 of 97 ~ 21.65%

%19.59
%58.76
%21.65

CMYK color model

#133915 color CMYK value is (67,0,63,78).

  • cyan value is 66.67%
  • magenta value is 0.00%
  • yellow value is 63.16%
  • key color value is 77.65%
CMYK:
(67,0,63,78)
C67M0Y63K78 
(67%,0%,63%,78%)
(0.67/0.00/0.63/0.78)	

CMYK percentages

%66.67
%0
%63.16
%77.65

Codes

Color #133915 in popluar color models

133915
RGB195721
HSL123°50.00%14.90%
HSB/HSV123°66.67%22.35%
CMYK66.67%0.00%63.16%
77.65%

Color #133915 in popluar number systems.

HEX133915
Decimal195721
Binary1001111100110101
Octal237125

Shades and tints

Shades of #133915

#133915
(19,57,21)
#123414
(18,52,20)
#112F13
(17,47,19)
#102A12
(16,42,18)
#0F2511
(15,37,17)
#0E2010
(14,32,16)
#0D1B0F
(13,27,15)
#0C160E
(12,22,14)
#0B110D
(11,17,13)
#0A0C0C
(10,12,12)
#09070B
(9,7,11)
#000000
(0,0,0)

Tints of #133915

#133915
(19,57,21)
#284B2A
(40,75,42)
#3D5D3F
(61,93,63)
#526F54
(82,111,84)
#678169
(103,129,105)
#7C937E
(124,147,126)
#91A593
(145,165,147)
#A6B7A8
(166,183,168)
#BBC9BD
(187,201,189)
#D0DBD2
(208,219,210)
#E5EDE7
(229,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #133915 color. Also use rgb(19,57,21) instead hex code.

Text Font Color

.myTextColor { color: #133915; }

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

This text font color is #133915.


Background Color

.myBgColor { background-color: #133915; }

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

This div background color is #133915.


Border color

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

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

This div border color is #133915.


Opacity

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

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

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

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

This text has shadow with #133915 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #133915 on black background.


Color preview on white background

This text has color #133915 on white background.



Black color preview on #133915 background

This text has black color on #133915 background.


White color preview on #133915 background

This text has white color on #133915 background.