COLOR #131203

HEX: #131203 RGB: (19,18,3)

Color info

#131203 contains red, green and blue colors in about the same proportion. Web safe color of #131203 is #000000 (or #000).

RGB color model

#131203 color RGB value is (19,18,3).

RGB: (19,18,3) (7%, 7%, 1%)

RGB channels and saturation

R 19 of 255 = 7%
G 18 of 255 = 7%
B 3 of 255 = 1%

19
18
3

R + G + B ~ 5%. #131203 is dark color.

Portions of RGB colors in percentages

R + G + B = 19 + 18 + 3 = 40 (100%)
R 19 of 40 ~ 47.5%
G 18 of 40 ~ 45%
B 3 of 40 ~ 7.5'%

%47.5
%45

CMYK color model

#131203 color CMYK value is (0,5,84,93).

  • cyan value is 0.00%
  • magenta value is 5.26%
  • yellow value is 84.21%
  • key color value is 92.55%

CMYK: (0,5,84,93)
C0M5Y84K93 (0%, 5%, 84%, 93%)
(0.00 / 0.05 / 0.84 / 0.93)

CMYK percentages

%0
%5.26
%84.21
%92.55

Codes

Color #131203 in popluar color models

13 12 03
RGB 19 18 3
HSL 56° 72.73% 4.31%
HSB/HSV 56° 84.21% 7.45%
CMYK 0.00% 5.26% 84.21%
92.55%

Color #131203 in popluar number systems.

HEX 13 12 03
Decimal 19 18 3
Binary 10011 10010 11
Octal 23 22 3

Shades and tints

Shades of #131203

#131203
(19,18,3)
#121103
(18,17,3)
#111003
(17,16,3)
#100F03
(16,15,3)
#0F0E03
(15,14,3)
#0E0D03
(14,13,3)
#0D0C03
(13,12,3)
#0C0B03
(12,11,3)
#0B0A03
(11,10,3)
#0A0903
(10,9,3)
#090803
(9,8,3)
#000000
(0,0,0)

Tints of #131203

#131203
(19,18,3)
#282719
(40,39,25)
#3D3C2F
(61,60,47)
#525145
(82,81,69)
#67665B
(103,102,91)
#7C7B71
(124,123,113)
#919087
(145,144,135)
#A6A59D
(166,165,157)
#BBBAB3
(187,186,179)
#D0CFC9
(208,207,201)
#E5E4DF
(229,228,223)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #131203 color. Also use rgb(19,18,3) instead hex code.

Text Font Color

.myTextColor { color: #131203; }

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

This text font color is #131203.

Background Color

.myBgColor { background-color: #131203; }

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

This div background color is #131203.

Border color

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

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

This div border color is #131203.

Opacity

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

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

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

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

This text has shadow with #131203 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #131203.

Preview

Color preview on black background

This text has color #131203 on black background.


Color preview on white background

This text has color #131203 on white background.


Black color preview on #131203 background

This text has black color on #131203 background.


White color preview on #131203 background

This text has white color on #131203 background.


Related colors

Complementary color

Complementary color for #hex is #ECEDFC.


I love getcolorcode.com

Triadic colors

1 #031312 and #120313 with #131203 are triadic colors.

2 #031213 and #121303 with #131203 are triadic colors.