COLOR #133213

HEX: #133213
RGB: (19,50,19)

Color info

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

RGB color model

#133213 color RGB value is (19,50,19).

  • red value is 19;
  • green value is 50;
  • blue value is 19.
RGB:
(19,50,19)
(7%,20%,7%)

RGB channels and saturation

R 19 of 255 = 7%
G 50 of 255 = 20%
B 19 of 255 = 7%

19
50
19

R + G + B ~ 11%. #133213 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 50 + 19 = 88 (100%)
R 19 of 88 ~ 21.59%
G 50 of 88 ~ 56.82%
B 19 of 88 ~ 21.59%

%21.59
%56.82
%21.59

CMYK color model

#133213 color CMYK value is (62,0,62,80).

  • cyan value is 62.00%
  • magenta value is 0.00%
  • yellow value is 62.00%
  • key color value is 80.39%
CMYK:
(62,0,62,80)
C62M0Y62K80 
(62%,0%,62%,80%)
(0.62/0.00/0.62/0.80)	

CMYK percentages

%62
%0
%62
%80.39

Codes

Color #133213 in popluar color models

133213
RGB195019
HSL120°44.93%13.53%
HSB/HSV120°62.00%19.61%
CMYK62.00%0.00%62.00%
80.39%

Color #133213 in popluar number systems.

HEX133213
Decimal195019
Binary1001111001010011
Octal236223

Shades and tints

Shades of #133213

#133213
(19,50,19)
#122E12
(18,46,18)
#112A11
(17,42,17)
#102610
(16,38,16)
#0F220F
(15,34,15)
#0E1E0E
(14,30,14)
#0D1A0D
(13,26,13)
#0C160C
(12,22,12)
#0B120B
(11,18,11)
#0A0E0A
(10,14,10)
#090A09
(9,10,9)
#000000
(0,0,0)

Tints of #133213

#133213
(19,50,19)
#284428
(40,68,40)
#3D563D
(61,86,61)
#526852
(82,104,82)
#677A67
(103,122,103)
#7C8C7C
(124,140,124)
#919E91
(145,158,145)
#A6B0A6
(166,176,166)
#BBC2BB
(187,194,187)
#D0D4D0
(208,212,208)
#E5E6E5
(229,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #133213; }

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

This text font color is #133213.


Background Color

.myBgColor { background-color: #133213; }

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

This div background color is #133213.


Border color

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

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

This div border color is #133213.


Opacity

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

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

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

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

This text has shadow with #133213 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #133213 on black background.


Color preview on white background

This text has color #133213 on white background.



Black color preview on #133213 background

This text has black color on #133213 background.


White color preview on #133213 background

This text has white color on #133213 background.