COLOR #133B00

HEX: #133B00
RGB: (19,59,0)

Color info

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

RGB color model

#133B00 color RGB value is (19,59,0).

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

RGB channels and saturation

R 19 of 255 = 7%
G 59 of 255 = 23%
B 0 of 255 = 0%

19
59
0

R + G + B ~ 10%. #133B00 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 59 + 0 = 78 (100%)
R 19 of 78 ~ 24.36%
G 59 of 78 ~ 75.64%
B 0 of 78 ~ 0%

%24.36
%75.64

CMYK color model

#133B00 color CMYK value is (68,0,100,77).

  • cyan value is 67.80%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 76.86%
CMYK:
(68,0,100,77)
C68M0Y100K77 
(68%,0%,100%,77%)
(0.68/0.00/1.00/0.77)	

CMYK percentages

%67.8
%0
%100
%76.86

Codes

Color #133B00 in popluar color models

133B00
RGB19590
HSL101°100.00%11.57%
HSB/HSV101°100.00%23.14%
CMYK67.80%0.00%100.00%
76.86%

Color #133B00 in popluar number systems.

HEX133B00
Decimal19590
Binary100111110110
Octal23730

Shades and tints

Shades of #133B00

#133B00
(19,59,0)
#123600
(18,54,0)
#113100
(17,49,0)
#102C00
(16,44,0)
#0F2700
(15,39,0)
#0E2200
(14,34,0)
#0D1D00
(13,29,0)
#0C1800
(12,24,0)
#0B1300
(11,19,0)
#0A0E00
(10,14,0)
#090900
(9,9,0)
#000000
(0,0,0)

Tints of #133B00

#133B00
(19,59,0)
#284C17
(40,76,23)
#3D5D2E
(61,93,46)
#526E45
(82,110,69)
#677F5C
(103,127,92)
#7C9073
(124,144,115)
#91A18A
(145,161,138)
#A6B2A1
(166,178,161)
#BBC3B8
(187,195,184)
#D0D4CF
(208,212,207)
#E5E5E6
(229,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #133B00; }

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

This text font color is #133B00.


Background Color

.myBgColor { background-color: #133B00; }

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

This div background color is #133B00.


Border color

.myBorderColor { border: 1px solid #133B00; }

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

This div border color is #133B00.


Opacity

.myOpacity80 { color: #133B00; opacity: 0.8; }

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

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

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

This text has shadow with #133B00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #133B00 on black background.


Color preview on white background

This text has color #133B00 on white background.



Black color preview on #133B00 background

This text has black color on #133B00 background.


White color preview on #133B00 background

This text has white color on #133B00 background.