COLOR #132900

HEX: #132900 RGB: (19,41,0)

Color info

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

RGB color model

#132900 color RGB value is (19,41,0).

RGB: (19,41,0) (7%, 16%, 0%)

RGB channels and saturation

R 19 of 255 = 7%
G 41 of 255 = 16%
B 0 of 255 = 0%

19
41
0

R + G + B ~ 8%. #132900 is dark color.

Portions of RGB colors in percentages

R + G + B = 19 + 41 + 0 = 60 (100%)
R 19 of 60 ~ 31.67%
G 41 of 60 ~ 68.33%
B 0 of 60 ~ 0'%

%31.67
%68.33

CMYK color model

#132900 color CMYK value is (54,0,100,84).

  • cyan value is 53.66%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 83.92%

CMYK: (54,0,100,84)
C54M0Y100K84 (54%, 0%, 100%, 84%)
(0.54 / 0.00 / 1.00 / 0.84)

CMYK percentages

%53.66
%0
%100
%83.92

Codes

Color #132900 in popluar color models

13 29 00
RGB 19 41 0
HSL 92° 100.00% 8.04%
HSB/HSV 92° 100.00% 16.08%
CMYK 53.66% 0.00% 100.00%
83.92%

Color #132900 in popluar number systems.

HEX 13 29 00
Decimal 19 41 0
Binary 10011 101001 0
Octal 23 51 0

Shades and tints

Shades of #132900

#132900
(19,41,0)
#122600
(18,38,0)
#112300
(17,35,0)
#102000
(16,32,0)
#0F1D00
(15,29,0)
#0E1A00
(14,26,0)
#0D1700
(13,23,0)
#0C1400
(12,20,0)
#0B1100
(11,17,0)
#0A0E00
(10,14,0)
#090B00
(9,11,0)
#000000
(0,0,0)

Tints of #132900

#132900
(19,41,0)
#283C17
(40,60,23)
#3D4F2E
(61,79,46)
#526245
(82,98,69)
#67755C
(103,117,92)
#7C8873
(124,136,115)
#919B8A
(145,155,138)
#A6AEA1
(166,174,161)
#BBC1B8
(187,193,184)
#D0D4CF
(208,212,207)
#E5E7E6
(229,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #132900; }

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

This text font color is #132900.

Background Color

.myBgColor { background-color: #132900; }

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

This div background color is #132900.

Border color

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

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

This div border color is #132900.

Opacity

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

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

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

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

This text has shadow with #132900 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #132900.

Preview

Color preview on black background

This text has color #132900 on black background.


Color preview on white background

This text has color #132900 on white background.


Black color preview on #132900 background

This text has black color on #132900 background.


White color preview on #132900 background

This text has white color on #132900 background.


Related colors

Complementary color

Complementary color for #hex is #ECD6FF.


I love getcolorcode.com

Triadic colors

1 #001329 and #290013 with #132900 are triadic colors.

2 #002913 and #291300 with #132900 are triadic colors.