COLOR #133B1E

HEX: #133B1E RGB: (19,59,30)

Color info

#133B1E contains red, green and blue colors in about the same proportion. Web safe color of #133B1E is #003333 (or #033).

RGB color model

#133B1E color RGB value is (19,59,30).

RGB: (19,59,30) (7%, 23%, 12%)

RGB channels and saturation

R 19 of 255 = 7%
G 59 of 255 = 23%
B 30 of 255 = 12%

19
59
30

R + G + B ~ 14%. #133B1E is dark color.

Portions of RGB colors in percentages

R + G + B = 19 + 59 + 30 = 108 (100%)
R 19 of 108 ~ 17.59%
G 59 of 108 ~ 54.63%
B 30 of 108 ~ 27.78'%

%17.59
%54.63
%27.78

CMYK color model

#133B1E color CMYK value is (68,0,49,77).

  • cyan value is 67.80%
  • magenta value is 0.00%
  • yellow value is 49.15%
  • key color value is 76.86%

CMYK: (68,0,49,77)
C68M0Y49K77 (68%, 0%, 49%, 77%)
(0.68 / 0.00 / 0.49 / 0.77)

CMYK percentages

%67.8
%0
%49.15
%76.86

Codes

Color #133B1E in popluar color models

13 3B 1E
RGB 19 59 30
HSL 137° 51.28% 15.29%
HSB/HSV 137° 67.80% 23.14%
CMYK 67.80% 0.00% 49.15%
76.86%

Color #133B1E in popluar number systems.

HEX 13 3B 1E
Decimal 19 59 30
Binary 10011 111011 11110
Octal 23 73 36

Shades and tints

Shades of #133B1E

#133B1E
(19,59,30)
#12361C
(18,54,28)
#11311A
(17,49,26)
#102C18
(16,44,24)
#0F2716
(15,39,22)
#0E2214
(14,34,20)
#0D1D12
(13,29,18)
#0C1810
(12,24,16)
#0B130E
(11,19,14)
#0A0E0C
(10,14,12)
#09090A
(9,9,10)
#000000
(0,0,0)

Tints of #133B1E

#133B1E
(19,59,30)
#284C32
(40,76,50)
#3D5D46
(61,93,70)
#526E5A
(82,110,90)
#677F6E
(103,127,110)
#7C9082
(124,144,130)
#91A196
(145,161,150)
#A6B2AA
(166,178,170)
#BBC3BE
(187,195,190)
#D0D4D2
(208,212,210)
#E5E5E6
(229,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #133B1E; }

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

This text font color is #133B1E.

Background Color

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

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

This div background color is #133B1E.

Border color

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

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

This div border color is #133B1E.

Opacity

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

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

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

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

This text has shadow with #133B1E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #133B1E.

Preview

Color preview on black background

This text has color #133B1E on black background.


Color preview on white background

This text has color #133B1E on white background.


Black color preview on #133B1E background

This text has black color on #133B1E background.


White color preview on #133B1E background

This text has white color on #133B1E background.


Related colors

Complementary color

Complementary color for #hex is #ECC4E1.


I love getcolorcode.com

Triadic colors

1 #1E133B and #3B1E13 with #133B1E are triadic colors.

2 #1E3B13 and #3B131E with #133B1E are triadic colors.