COLOR #133009

HEX: #133009 RGB: (19,48,9)

Color info

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

RGB color model

#133009 color RGB value is (19,48,9).

RGB: (19,48,9) (7%, 19%, 4%)

RGB channels and saturation

R 19 of 255 = 7%
G 48 of 255 = 19%
B 9 of 255 = 4%

19
48
9

R + G + B ~ 10%. #133009 is dark color.

Portions of RGB colors in percentages

R + G + B = 19 + 48 + 9 = 76 (100%)
R 19 of 76 ~ 25%
G 48 of 76 ~ 63.16%
B 9 of 76 ~ 11.84'%

%25
%63.16
%11.84

CMYK color model

#133009 color CMYK value is (60,0,81,81).

  • cyan value is 60.42%
  • magenta value is 0.00%
  • yellow value is 81.25%
  • key color value is 81.18%
CMYK: (60,0,81,81) C60M0Y81K81 (60%,0%,81%,81%) (0.60/0.00/0.81/0.81) 

CMYK percentages

%60.42
%0
%81.25
%81.18

Codes

Color #133009 in popluar color models

13 30 09
RGB 19 48 9
HSL 105° 68.42% 11.18%
HSB/HSV 105° 81.25% 18.82%
CMYK 60.42% 0.00% 81.25%
81.18%

Color #133009 in popluar number systems.

HEX 13 30 09
Decimal 19 48 9
Binary 10011 110000 1001
Octal 23 60 11

Shades and tints

Shades of #133009

#133009
(19,48,9)
#122C09
(18,44,9)
#112809
(17,40,9)
#102409
(16,36,9)
#0F2009
(15,32,9)
#0E1C09
(14,28,9)
#0D1809
(13,24,9)
#0C1409
(12,20,9)
#0B1009
(11,16,9)
#0A0C09
(10,12,9)
#090809
(9,8,9)
#000000
(0,0,0)

Tints of #133009

#133009
(19,48,9)
#28421F
(40,66,31)
#3D5435
(61,84,53)
#52664B
(82,102,75)
#677861
(103,120,97)
#7C8A77
(124,138,119)
#919C8D
(145,156,141)
#A6AEA3
(166,174,163)
#BBC0B9
(187,192,185)
#D0D2CF
(208,210,207)
#E5E4E5
(229,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #133009 color. Also use rgb(19,48,9) instead hex code.

Text Font Color

.myTextColor { color: #133009; }

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

This text font color is #133009.

Background Color

.myBgColor { background-color: #133009; }

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

This div background color is #133009.

Border color

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

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

This div border color is #133009.

Opacity

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

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

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

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

This text has shadow with #133009 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #133009.

Preview

Color preview on black background

This text has color #133009 on black background.


Color preview on white background

This text has color #133009 on white background.


Black color preview on #133009 background

This text has black color on #133009 background.


White color preview on #133009 background

This text has white color on #133009 background.


Related colors

Complementary color

Complementary color for #hex is #ECCFF6.


I love getcolorcode.com

Triadic colors

1 #091330 and #300913 with #133009 are triadic colors.

2 #093013 and #301309 with #133009 are triadic colors.