COLOR #133200

HEX: #133200
RGB: (19,50,0)

Color info

#133200 contains only red and green colors. Web safe color of #133200 is #003300 (or #030).

RGB color model

#133200 color RGB value is (19,50,0).

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

RGB channels and saturation

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

19
50
0

R + G + B ~ 9%. #133200 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 50 + 0 = 69 (100%)
R 19 of 69 ~ 27.54%
G 50 of 69 ~ 72.46%
B 0 of 69 ~ 0%

%27.54
%72.46

CMYK color model

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

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

CMYK percentages

%62
%0
%100
%80.39

Codes

Color #133200 in popluar color models

133200
RGB19500
HSL97°100.00%9.80%
HSB/HSV97°100.00%19.61%
CMYK62.00%0.00%100.00%
80.39%

Color #133200 in popluar number systems.

HEX133200
Decimal19500
Binary100111100100
Octal23620

Shades and tints

Shades of #133200

#133200
(19,50,0)
#122E00
(18,46,0)
#112A00
(17,42,0)
#102600
(16,38,0)
#0F2200
(15,34,0)
#0E1E00
(14,30,0)
#0D1A00
(13,26,0)
#0C1600
(12,22,0)
#0B1200
(11,18,0)
#0A0E00
(10,14,0)
#090A00
(9,10,0)
#000000
(0,0,0)

Tints of #133200

#133200
(19,50,0)
#284417
(40,68,23)
#3D562E
(61,86,46)
#526845
(82,104,69)
#677A5C
(103,122,92)
#7C8C73
(124,140,115)
#919E8A
(145,158,138)
#A6B0A1
(166,176,161)
#BBC2B8
(187,194,184)
#D0D4CF
(208,212,207)
#E5E6E6
(229,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #133200; }

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

This text font color is #133200.


Background Color

.myBgColor { background-color: #133200; }

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

This div background color is #133200.


Border color

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

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

This div border color is #133200.


Opacity

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

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

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

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

This text has shadow with #133200 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #133200 on black background.


Color preview on white background

This text has color #133200 on white background.



Black color preview on #133200 background

This text has black color on #133200 background.


White color preview on #133200 background

This text has white color on #133200 background.