COLOR #133A14

HEX: #133A14 RGB: (19,58,20)

Color info

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

RGB color model

#133A14 color RGB value is (19,58,20).

RGB: (19,58,20) (7%, 23%, 8%)

RGB channels and saturation

R 19 of 255 = 7%
G 58 of 255 = 23%
B 20 of 255 = 8%

19
58
20

R + G + B ~ 13%. #133A14 is dark color.

Portions of RGB colors in percentages

R + G + B = 19 + 58 + 20 = 97 (100%)
R 19 of 97 ~ 19.59%
G 58 of 97 ~ 59.79%
B 20 of 97 ~ 20.62'%

%19.59
%59.79
%20.62

CMYK color model

#133A14 color CMYK value is (67,0,66,77).

  • cyan value is 67.24%
  • magenta value is 0.00%
  • yellow value is 65.52%
  • key color value is 77.25%

CMYK: (67,0,66,77)
C67M0Y66K77 (67%, 0%, 66%, 77%)
(0.67 / 0.00 / 0.66 / 0.77)

CMYK percentages

%67.24
%0
%65.52
%77.25

Codes

Color #133A14 in popluar color models

13 3A 14
RGB 19 58 20
HSL 122° 50.65% 15.10%
HSB/HSV 122° 67.24% 22.75%
CMYK 67.24% 0.00% 65.52%
77.25%

Color #133A14 in popluar number systems.

HEX 13 3A 14
Decimal 19 58 20
Binary 10011 111010 10100
Octal 23 72 24

Shades and tints

Shades of #133A14

#133A14
(19,58,20)
#123513
(18,53,19)
#113012
(17,48,18)
#102B11
(16,43,17)
#0F2610
(15,38,16)
#0E210F
(14,33,15)
#0D1C0E
(13,28,14)
#0C170D
(12,23,13)
#0B120C
(11,18,12)
#0A0D0B
(10,13,11)
#09080A
(9,8,10)
#000000
(0,0,0)

Tints of #133A14

#133A14
(19,58,20)
#284B29
(40,75,41)
#3D5C3E
(61,92,62)
#526D53
(82,109,83)
#677E68
(103,126,104)
#7C8F7D
(124,143,125)
#91A092
(145,160,146)
#A6B1A7
(166,177,167)
#BBC2BC
(187,194,188)
#D0D3D1
(208,211,209)
#E5E4E6
(229,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #133A14 color. Also use rgb(19,58,20) instead hex code.

Text Font Color

.myTextColor { color: #133A14; }

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

This text font color is #133A14.

Background Color

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

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

This div background color is #133A14.

Border color

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

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

This div border color is #133A14.

Opacity

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

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

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

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

This text has shadow with #133A14 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #133A14.

Preview

Color preview on black background

This text has color #133A14 on black background.


Color preview on white background

This text has color #133A14 on white background.


Black color preview on #133A14 background

This text has black color on #133A14 background.


White color preview on #133A14 background

This text has white color on #133A14 background.


Related colors

Complementary color

Complementary color for #hex is #ECC5EB.


I love getcolorcode.com

Triadic colors

1 #14133A and #3A1413 with #133A14 are triadic colors.

2 #143A13 and #3A1314 with #133A14 are triadic colors.