COLOR #133F1A

HEX: #133F1A RGB: (19,63,26)

Color info

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

RGB color model

#133F1A color RGB value is (19,63,26).

RGB: (19,63,26) (7%, 25%, 10%)

RGB channels and saturation

R 19 of 255 = 7%
G 63 of 255 = 25%
B 26 of 255 = 10%

19
63
26

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

Portions of RGB colors in percentages

R + G + B = 19 + 63 + 26 = 108 (100%)
R 19 of 108 ~ 17.59%
G 63 of 108 ~ 58.33%
B 26 of 108 ~ 24.07'%

%17.59
%58.33
%24.07

CMYK color model

#133F1A color CMYK value is (70,0,59,75).

  • cyan value is 69.84%
  • magenta value is 0.00%
  • yellow value is 58.73%
  • key color value is 75.29%

CMYK: (70,0,59,75)
C70M0Y59K75 (70%, 0%, 59%, 75%)
(0.70 / 0.00 / 0.59 / 0.75)

CMYK percentages

%69.84
%0
%58.73
%75.29

Codes

Color #133F1A in popluar color models

13 3F 1A
RGB 19 63 26
HSL 130° 53.66% 16.08%
HSB/HSV 130° 69.84% 24.71%
CMYK 69.84% 0.00% 58.73%
75.29%

Color #133F1A in popluar number systems.

HEX 13 3F 1A
Decimal 19 63 26
Binary 10011 111111 11010
Octal 23 77 32

Shades and tints

Shades of #133F1A

#133F1A
(19,63,26)
#123A18
(18,58,24)
#113516
(17,53,22)
#103014
(16,48,20)
#0F2B12
(15,43,18)
#0E2610
(14,38,16)
#0D210E
(13,33,14)
#0C1C0C
(12,28,12)
#0B170A
(11,23,10)
#0A1208
(10,18,8)
#090D06
(9,13,6)
#000000
(0,0,0)

Tints of #133F1A

#133F1A
(19,63,26)
#28502E
(40,80,46)
#3D6142
(61,97,66)
#527256
(82,114,86)
#67836A
(103,131,106)
#7C947E
(124,148,126)
#91A592
(145,165,146)
#A6B6A6
(166,182,166)
#BBC7BA
(187,199,186)
#D0D8CE
(208,216,206)
#E5E9E2
(229,233,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #133F1A; }

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

This text font color is #133F1A.

Background Color

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

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

This div background color is #133F1A.

Border color

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

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

This div border color is #133F1A.

Opacity

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

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

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

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

This text has shadow with #133F1A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #133F1A.

Preview

Color preview on black background

This text has color #133F1A on black background.


Color preview on white background

This text has color #133F1A on white background.


Black color preview on #133F1A background

This text has black color on #133F1A background.


White color preview on #133F1A background

This text has white color on #133F1A background.


Related colors

Complementary color

Complementary color for #hex is #ECC0E5.


I love getcolorcode.com

Triadic colors

1 #1A133F and #3F1A13 with #133F1A are triadic colors.

2 #1A3F13 and #3F131A with #133F1A are triadic colors.