COLOR #133600

HEX: #133600 RGB: (19,54,0)

Color info

#133600 contains only red and green colors. Web safe color of #133600 is #003300 (or #030).

RGB color model

#133600 color RGB value is (19,54,0).

RGB: (19,54,0) (7%, 21%, 0%)

RGB channels and saturation

R 19 of 255 = 7%
G 54 of 255 = 21%
B 0 of 255 = 0%

19
54
0

R + G + B ~ 9%. #133600 is dark color.

Portions of RGB colors in percentages

R + G + B = 19 + 54 + 0 = 73 (100%)
R 19 of 73 ~ 26.03%
G 54 of 73 ~ 73.97%
B 0 of 73 ~ 0'%

%26.03
%73.97

CMYK color model

#133600 color CMYK value is (65,0,100,79).

  • cyan value is 64.81%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 78.82%

CMYK: (65,0,100,79)
C65M0Y100K79 (65%, 0%, 100%, 79%)
(0.65 / 0.00 / 1.00 / 0.79)

CMYK percentages

%64.81
%0
%100
%78.82

Codes

Color #133600 in popluar color models

13 36 00
RGB 19 54 0
HSL 99° 100.00% 10.59%
HSB/HSV 99° 100.00% 21.18%
CMYK 64.81% 0.00% 100.00%
78.82%

Color #133600 in popluar number systems.

HEX 13 36 00
Decimal 19 54 0
Binary 10011 110110 0
Octal 23 66 0

Shades and tints

Shades of #133600

#133600
(19,54,0)
#123200
(18,50,0)
#112E00
(17,46,0)
#102A00
(16,42,0)
#0F2600
(15,38,0)
#0E2200
(14,34,0)
#0D1E00
(13,30,0)
#0C1A00
(12,26,0)
#0B1600
(11,22,0)
#0A1200
(10,18,0)
#090E00
(9,14,0)
#000000
(0,0,0)

Tints of #133600

#133600
(19,54,0)
#284817
(40,72,23)
#3D5A2E
(61,90,46)
#526C45
(82,108,69)
#677E5C
(103,126,92)
#7C9073
(124,144,115)
#91A28A
(145,162,138)
#A6B4A1
(166,180,161)
#BBC6B8
(187,198,184)
#D0D8CF
(208,216,207)
#E5EAE6
(229,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #133600 color. Also use rgb(19,54,0) instead hex code.

Text Font Color

.myTextColor { color: #133600; }

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

This text font color is #133600.

Background Color

.myBgColor { background-color: #133600; }

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

This div background color is #133600.

Border color

.myBorderColor { border: 1px solid #133600; }

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

This div border color is #133600.

Opacity

.myOpacity80 { color: #133600; opacity: 0.8; }

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

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

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

This text has shadow with #133600 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #133600.

Preview

Color preview on black background

This text has color #133600 on black background.


Color preview on white background

This text has color #133600 on white background.


Black color preview on #133600 background

This text has black color on #133600 background.


White color preview on #133600 background

This text has white color on #133600 background.


Related colors

Complementary color

Complementary color for #hex is #ECC9FF.


I love getcolorcode.com

Triadic colors

1 #001336 and #360013 with #133600 are triadic colors.

2 #003613 and #361300 with #133600 are triadic colors.