COLOR #133103

HEX: #133103 RGB: (19,49,3)

Color info

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

RGB color model

#133103 color RGB value is (19,49,3).

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

RGB channels and saturation

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

19
49
3

R + G + B ~ 9%. #133103 is dark color.

Portions of RGB colors in percentages

R + G + B = 19 + 49 + 3 = 71 (100%)
R 19 of 71 ~ 26.76%
G 49 of 71 ~ 69.01%
B 3 of 71 ~ 4.23'%

%26.76
%69.01

CMYK color model

#133103 color CMYK value is (61,0,94,81).

  • cyan value is 61.22%
  • magenta value is 0.00%
  • yellow value is 93.88%
  • key color value is 80.78%
CMYK: (61,0,94,81) C61M0Y94K81 (61%,0%,94%,81%) (0.61/0.00/0.94/0.81) 

CMYK percentages

%61.22
%0
%93.88
%80.78

Codes

Color #133103 in popluar color models

13 31 03
RGB 19 49 3
HSL 99° 88.46% 10.20%
HSB/HSV 99° 93.88% 19.22%
CMYK 61.22% 0.00% 93.88%
80.78%

Color #133103 in popluar number systems.

HEX 13 31 03
Decimal 19 49 3
Binary 10011 110001 11
Octal 23 61 3

Shades and tints

Shades of #133103

#133103
(19,49,3)
#122D03
(18,45,3)
#112903
(17,41,3)
#102503
(16,37,3)
#0F2103
(15,33,3)
#0E1D03
(14,29,3)
#0D1903
(13,25,3)
#0C1503
(12,21,3)
#0B1103
(11,17,3)
#0A0D03
(10,13,3)
#090903
(9,9,3)
#000000
(0,0,0)

Tints of #133103

#133103
(19,49,3)
#284319
(40,67,25)
#3D552F
(61,85,47)
#526745
(82,103,69)
#67795B
(103,121,91)
#7C8B71
(124,139,113)
#919D87
(145,157,135)
#A6AF9D
(166,175,157)
#BBC1B3
(187,193,179)
#D0D3C9
(208,211,201)
#E5E5DF
(229,229,223)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #133103; }

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

This text font color is #133103.

Background Color

.myBgColor { background-color: #133103; }

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

This div background color is #133103.

Border color

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

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

This div border color is #133103.

Opacity

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

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

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

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

This text has shadow with #133103 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #133103.

Preview

Color preview on black background

This text has color #133103 on black background.


Color preview on white background

This text has color #133103 on white background.


Black color preview on #133103 background

This text has black color on #133103 background.


White color preview on #133103 background

This text has white color on #133103 background.


Related colors

Complementary color

Complementary color for #hex is #ECCEFC.


I love getcolorcode.com

Triadic colors

1 #031331 and #310313 with #133103 are triadic colors.

2 #033113 and #311303 with #133103 are triadic colors.