COLOR #133F02

HEX: #133F02
RGB: (19,63,2)

Color info

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

RGB color model

#133F02 color RGB value is (19,63,2).

  • red value is 19;
  • green value is 63;
  • blue value is 2.
RGB:
(19,63,2)
(7%,25%,1%)

RGB channels and saturation

R 19 of 255 = 7%
G 63 of 255 = 25%
B 2 of 255 = 1%

19
63
2

R + G + B ~ 11%. #133F02 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 63 + 2 = 84 (100%)
R 19 of 84 ~ 22.62%
G 63 of 84 ~ 75%
B 2 of 84 ~ 2.38%

%22.62
%75

CMYK color model

#133F02 color CMYK value is (70,0,97,75).

  • cyan value is 69.84%
  • magenta value is 0.00%
  • yellow value is 96.83%
  • key color value is 75.29%
CMYK:
(70,0,97,75)
C70M0Y97K75 
(70%,0%,97%,75%)
(0.70/0.00/0.97/0.75)	

CMYK percentages

%69.84
%0
%96.83
%75.29

Codes

Color #133F02 in popluar color models

133F02
RGB19632
HSL103°93.85%12.75%
HSB/HSV103°96.83%24.71%
CMYK69.84%0.00%96.83%
75.29%

Color #133F02 in popluar number systems.

HEX133F02
Decimal19632
Binary1001111111110
Octal23772

Shades and tints

Shades of #133F02

#133F02
(19,63,2)
#123A02
(18,58,2)
#113502
(17,53,2)
#103002
(16,48,2)
#0F2B02
(15,43,2)
#0E2602
(14,38,2)
#0D2102
(13,33,2)
#0C1C02
(12,28,2)
#0B1702
(11,23,2)
#0A1202
(10,18,2)
#090D02
(9,13,2)
#000000
(0,0,0)

Tints of #133F02

#133F02
(19,63,2)
#285019
(40,80,25)
#3D6130
(61,97,48)
#527247
(82,114,71)
#67835E
(103,131,94)
#7C9475
(124,148,117)
#91A58C
(145,165,140)
#A6B6A3
(166,182,163)
#BBC7BA
(187,199,186)
#D0D8D1
(208,216,209)
#E5E9E8
(229,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #133F02 color. Also use rgb(19,63,2) instead hex code.

Text Font Color

.myTextColor { color: #133F02; }

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

This text font color is #133F02.


Background Color

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

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

This div background color is #133F02.


Border color

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

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

This div border color is #133F02.


Opacity

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

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

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

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

This text has shadow with #133F02 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #133F02 on black background.


Color preview on white background

This text has color #133F02 on white background.



Black color preview on #133F02 background

This text has black color on #133F02 background.


White color preview on #133F02 background

This text has white color on #133F02 background.