COLOR #133301

HEX: #133301
RGB: (19,51,1)

Color info

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

RGB color model

#133301 color RGB value is (19,51,1).

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

RGB channels and saturation

R 19 of 255 = 7%
G 51 of 255 = 20%
B 1 of 255 = 0%

19
51
1

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

Portions of RGB colors in percentages

R + G + B =
19 + 51 + 1 = 71 (100%)
R 19 of 71 ~ 26.76%
G 51 of 71 ~ 71.83%
B 1 of 71 ~ 1.41%

%26.76
%71.83

CMYK color model

#133301 color CMYK value is (63,0,98,80).

  • cyan value is 62.75%
  • magenta value is 0.00%
  • yellow value is 98.04%
  • key color value is 80.00%
CMYK:
(63,0,98,80)
C63M0Y98K80 
(63%,0%,98%,80%)
(0.63/0.00/0.98/0.80)	

CMYK percentages

%62.75
%0
%98.04
%80

Codes

Color #133301 in popluar color models

133301
RGB19511
HSL98°96.15%10.20%
HSB/HSV98°98.04%20.00%
CMYK62.75%0.00%98.04%
80.00%

Color #133301 in popluar number systems.

HEX133301
Decimal19511
Binary100111100111
Octal23631

Shades and tints

Shades of #133301

#133301
(19,51,1)
#122F01
(18,47,1)
#112B01
(17,43,1)
#102701
(16,39,1)
#0F2301
(15,35,1)
#0E1F01
(14,31,1)
#0D1B01
(13,27,1)
#0C1701
(12,23,1)
#0B1301
(11,19,1)
#0A0F01
(10,15,1)
#090B01
(9,11,1)
#000000
(0,0,0)

Tints of #133301

#133301
(19,51,1)
#284518
(40,69,24)
#3D572F
(61,87,47)
#526946
(82,105,70)
#677B5D
(103,123,93)
#7C8D74
(124,141,116)
#919F8B
(145,159,139)
#A6B1A2
(166,177,162)
#BBC3B9
(187,195,185)
#D0D5D0
(208,213,208)
#E5E7E7
(229,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #133301; }

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

This text font color is #133301.


Background Color

.myBgColor { background-color: #133301; }

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

This div background color is #133301.


Border color

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

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

This div border color is #133301.


Opacity

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

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

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

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

This text has shadow with #133301 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #133301 on black background.


Color preview on white background

This text has color #133301 on white background.



Black color preview on #133301 background

This text has black color on #133301 background.


White color preview on #133301 background

This text has white color on #133301 background.