COLOR #132300

HEX: #132300 RGB: (19,35,0)

Color info

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

RGB color model

#132300 color RGB value is (19,35,0).

RGB: (19,35,0) (7%, 14%, 0%)

RGB channels and saturation

R 19 of 255 = 7%
G 35 of 255 = 14%
B 0 of 255 = 0%

19
35
0

R + G + B ~ 7%. #132300 is dark color.

Portions of RGB colors in percentages

R + G + B = 19 + 35 + 0 = 54 (100%)
R 19 of 54 ~ 35.19%
G 35 of 54 ~ 64.81%
B 0 of 54 ~ 0'%

%35.19
%64.81

CMYK color model

#132300 color CMYK value is (46,0,100,86).

  • cyan value is 45.71%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 86.27%

CMYK: (46,0,100,86)
C46M0Y100K86 (46%, 0%, 100%, 86%)
(0.46 / 0.00 / 1.00 / 0.86)

CMYK percentages

%45.71
%0
%100
%86.27

Codes

Color #132300 in popluar color models

13 23 00
RGB 19 35 0
HSL 87° 100.00% 6.86%
HSB/HSV 87° 100.00% 13.73%
CMYK 45.71% 0.00% 100.00%
86.27%

Color #132300 in popluar number systems.

HEX 13 23 00
Decimal 19 35 0
Binary 10011 100011 0
Octal 23 43 0

Shades and tints

Shades of #132300

#132300
(19,35,0)
#122000
(18,32,0)
#111D00
(17,29,0)
#101A00
(16,26,0)
#0F1700
(15,23,0)
#0E1400
(14,20,0)
#0D1100
(13,17,0)
#0C0E00
(12,14,0)
#0B0B00
(11,11,0)
#0A0800
(10,8,0)
#090500
(9,5,0)
#000000
(0,0,0)

Tints of #132300

#132300
(19,35,0)
#283717
(40,55,23)
#3D4B2E
(61,75,46)
#525F45
(82,95,69)
#67735C
(103,115,92)
#7C8773
(124,135,115)
#919B8A
(145,155,138)
#A6AFA1
(166,175,161)
#BBC3B8
(187,195,184)
#D0D7CF
(208,215,207)
#E5EBE6
(229,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #132300; }

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

This text font color is #132300.

Background Color

.myBgColor { background-color: #132300; }

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

This div background color is #132300.

Border color

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

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

This div border color is #132300.

Opacity

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

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

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

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

This text has shadow with #132300 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #132300.

Preview

Color preview on black background

This text has color #132300 on black background.


Color preview on white background

This text has color #132300 on white background.


Black color preview on #132300 background

This text has black color on #132300 background.


White color preview on #132300 background

This text has white color on #132300 background.


Related colors

Complementary color

Complementary color for #hex is #ECDCFF.


I love getcolorcode.com

Triadic colors

1 #001323 and #230013 with #132300 are triadic colors.

2 #002313 and #231300 with #132300 are triadic colors.