COLOR #132201

HEX: #132201
RGB: (19,34,1)

Color info

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

RGB color model

#132201 color RGB value is (19,34,1).

  • red value is 19;
  • green value is 34;
  • blue value is 1.
RGB:
(19,34,1)
(7%,13%,0%)

RGB channels and saturation

R 19 of 255 = 7%
G 34 of 255 = 13%
B 1 of 255 = 0%

19
34
1

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

Portions of RGB colors in percentages

R + G + B =
19 + 34 + 1 = 54 (100%)
R 19 of 54 ~ 35.19%
G 34 of 54 ~ 62.96%
B 1 of 54 ~ 1.85%

%35.19
%62.96

CMYK color model

#132201 color CMYK value is (44,0,97,87).

  • cyan value is 44.12%
  • magenta value is 0.00%
  • yellow value is 97.06%
  • key color value is 86.67%
CMYK:
(44,0,97,87)
C44M0Y97K87 
(44%,0%,97%,87%)
(0.44/0.00/0.97/0.87)	

CMYK percentages

%44.12
%0
%97.06
%86.67

Codes

Color #132201 in popluar color models

132201
RGB19341
HSL87°94.29%6.86%
HSB/HSV87°97.06%13.33%
CMYK44.12%0.00%97.06%
86.67%

Color #132201 in popluar number systems.

HEX132201
Decimal19341
Binary100111000101
Octal23421

Shades and tints

Shades of #132201

#132201
(19,34,1)
#121F01
(18,31,1)
#111C01
(17,28,1)
#101901
(16,25,1)
#0F1601
(15,22,1)
#0E1301
(14,19,1)
#0D1001
(13,16,1)
#0C0D01
(12,13,1)
#0B0A01
(11,10,1)
#0A0701
(10,7,1)
#090401
(9,4,1)
#000000
(0,0,0)

Tints of #132201

#132201
(19,34,1)
#283618
(40,54,24)
#3D4A2F
(61,74,47)
#525E46
(82,94,70)
#67725D
(103,114,93)
#7C8674
(124,134,116)
#919A8B
(145,154,139)
#A6AEA2
(166,174,162)
#BBC2B9
(187,194,185)
#D0D6D0
(208,214,208)
#E5EAE7
(229,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #132201 color. Also use rgb(19,34,1) instead hex code.

Text Font Color

.myTextColor { color: #132201; }

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

This text font color is #132201.


Background Color

.myBgColor { background-color: #132201; }

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

This div background color is #132201.


Border color

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

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

This div border color is #132201.


Opacity

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

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

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

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

This text has shadow with #132201 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #132201 on black background.


Color preview on white background

This text has color #132201 on white background.



Black color preview on #132201 background

This text has black color on #132201 background.


White color preview on #132201 background

This text has white color on #132201 background.