COLOR #133100

HEX: #133100
RGB: (19,49,0)

Color info

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

RGB color model

#133100 color RGB value is (19,49,0).

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

RGB channels and saturation

R 19 of 255 = 7%
G 49 of 255 = 19%
B 0 of 255 = 0%

19
49
0

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

Portions of RGB colors in percentages

R + G + B =
19 + 49 + 0 = 68 (100%)
R 19 of 68 ~ 27.94%
G 49 of 68 ~ 72.06%
B 0 of 68 ~ 0%

%27.94
%72.06

CMYK color model

#133100 color CMYK value is (61,0,100,81).

  • cyan value is 61.22%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 80.78%
CMYK:
(61,0,100,81)
C61M0Y100K81 
(61%,0%,100%,81%)
(0.61/0.00/1.00/0.81)	

CMYK percentages

%61.22
%0
%100
%80.78

Codes

Color #133100 in popluar color models

133100
RGB19490
HSL97°100.00%9.61%
HSB/HSV97°100.00%19.22%
CMYK61.22%0.00%100.00%
80.78%

Color #133100 in popluar number systems.

HEX133100
Decimal19490
Binary100111100010
Octal23610

Shades and tints

Shades of #133100

#133100
(19,49,0)
#122D00
(18,45,0)
#112900
(17,41,0)
#102500
(16,37,0)
#0F2100
(15,33,0)
#0E1D00
(14,29,0)
#0D1900
(13,25,0)
#0C1500
(12,21,0)
#0B1100
(11,17,0)
#0A0D00
(10,13,0)
#090900
(9,9,0)
#000000
(0,0,0)

Tints of #133100

#133100
(19,49,0)
#284317
(40,67,23)
#3D552E
(61,85,46)
#526745
(82,103,69)
#67795C
(103,121,92)
#7C8B73
(124,139,115)
#919D8A
(145,157,138)
#A6AFA1
(166,175,161)
#BBC1B8
(187,193,184)
#D0D3CF
(208,211,207)
#E5E5E6
(229,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #133100; }

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

This text font color is #133100.


Background Color

.myBgColor { background-color: #133100; }

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

This div background color is #133100.


Border color

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

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

This div border color is #133100.


Opacity

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

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

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

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

This text has shadow with #133100 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #133100 on black background.


Color preview on white background

This text has color #133100 on white background.



Black color preview on #133100 background

This text has black color on #133100 background.


White color preview on #133100 background

This text has white color on #133100 background.