COLOR #133A17

HEX: #133A17 RGB: (19,58,23)

Color info

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

RGB color model

#133A17 color RGB value is (19,58,23).

RGB: (19,58,23) (7%, 23%, 9%)

RGB channels and saturation

R 19 of 255 = 7%
G 58 of 255 = 23%
B 23 of 255 = 9%

19
58
23

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

Portions of RGB colors in percentages

R + G + B = 19 + 58 + 23 = 100 (100%)
R 19 of 100 ~ 19%
G 58 of 100 ~ 58%
B 23 of 100 ~ 23'%

%19
%58
%23

CMYK color model

#133A17 color CMYK value is (67,0,60,77).

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

CMYK: (67,0,60,77)
C67M0Y60K77 (67%, 0%, 60%, 77%)
(0.67 / 0.00 / 0.60 / 0.77)

CMYK percentages

%67.24
%0
%60.34
%77.25

Codes

Color #133A17 in popluar color models

13 3A 17
RGB 19 58 23
HSL 126° 50.65% 15.10%
HSB/HSV 126° 67.24% 22.75%
CMYK 67.24% 0.00% 60.34%
77.25%

Color #133A17 in popluar number systems.

HEX 13 3A 17
Decimal 19 58 23
Binary 10011 111010 10111
Octal 23 72 27

Shades and tints

Shades of #133A17

#133A17
(19,58,23)
#123515
(18,53,21)
#113013
(17,48,19)
#102B11
(16,43,17)
#0F260F
(15,38,15)
#0E210D
(14,33,13)
#0D1C0B
(13,28,11)
#0C1709
(12,23,9)
#0B1207
(11,18,7)
#0A0D05
(10,13,5)
#090803
(9,8,3)
#000000
(0,0,0)

Tints of #133A17

#133A17
(19,58,23)
#284B2C
(40,75,44)
#3D5C41
(61,92,65)
#526D56
(82,109,86)
#677E6B
(103,126,107)
#7C8F80
(124,143,128)
#91A095
(145,160,149)
#A6B1AA
(166,177,170)
#BBC2BF
(187,194,191)
#D0D3D4
(208,211,212)
#E5E4E9
(229,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #133A17; }

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

This text font color is #133A17.

Background Color

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

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

This div background color is #133A17.

Border color

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

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

This div border color is #133A17.

Opacity

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

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

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

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

This text has shadow with #133A17 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #133A17.

Preview

Color preview on black background

This text has color #133A17 on black background.


Color preview on white background

This text has color #133A17 on white background.


Black color preview on #133A17 background

This text has black color on #133A17 background.


White color preview on #133A17 background

This text has white color on #133A17 background.


Related colors

Complementary color

Complementary color for #hex is #ECC5E8.


I love getcolorcode.com

Triadic colors

1 #17133A and #3A1713 with #133A17 are triadic colors.

2 #173A13 and #3A1317 with #133A17 are triadic colors.