COLOR #133220

HEX: #133220
RGB: (19,50,32)

Color info

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

RGB color model

#133220 color RGB value is (19,50,32).

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

RGB channels and saturation

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

19
50
32

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

Portions of RGB colors in percentages

R + G + B =
19 + 50 + 32 = 101 (100%)
R 19 of 101 ~ 18.81%
G 50 of 101 ~ 49.5%
B 32 of 101 ~ 31.68%

%18.81
%49.5
%31.68

CMYK color model

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

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

CMYK percentages

%62
%0
%36
%80.39

Codes

Color #133220 in popluar color models

133220
RGB195032
HSL145°44.93%13.53%
HSB/HSV145°62.00%19.61%
CMYK62.00%0.00%36.00%
80.39%

Color #133220 in popluar number systems.

HEX133220
Decimal195032
Binary10011110010100000
Octal236240

Shades and tints

Shades of #133220

#133220
(19,50,32)
#122E1E
(18,46,30)
#112A1C
(17,42,28)
#10261A
(16,38,26)
#0F2218
(15,34,24)
#0E1E16
(14,30,22)
#0D1A14
(13,26,20)
#0C1612
(12,22,18)
#0B1210
(11,18,16)
#0A0E0E
(10,14,14)
#090A0C
(9,10,12)
#000000
(0,0,0)

Tints of #133220

#133220
(19,50,32)
#284434
(40,68,52)
#3D5648
(61,86,72)
#52685C
(82,104,92)
#677A70
(103,122,112)
#7C8C84
(124,140,132)
#919E98
(145,158,152)
#A6B0AC
(166,176,172)
#BBC2C0
(187,194,192)
#D0D4D4
(208,212,212)
#E5E6E8
(229,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #133220; }

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

This text font color is #133220.


Background Color

.myBgColor { background-color: #133220; }

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

This div background color is #133220.


Border color

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

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

This div border color is #133220.


Opacity

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

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

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

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

This text has shadow with #133220 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #133220 on black background.


Color preview on white background

This text has color #133220 on white background.



Black color preview on #133220 background

This text has black color on #133220 background.


White color preview on #133220 background

This text has white color on #133220 background.