COLOR #133503

HEX: #133503 RGB: (19,53,3)

Color info

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

RGB color model

#133503 color RGB value is (19,53,3).

RGB: (19,53,3) (7%, 21%, 1%)

RGB channels and saturation

R 19 of 255 = 7%
G 53 of 255 = 21%
B 3 of 255 = 1%

19
53
3

R + G + B ~ 10%. #133503 is dark color.

Portions of RGB colors in percentages

R + G + B = 19 + 53 + 3 = 75 (100%)
R 19 of 75 ~ 25.33%
G 53 of 75 ~ 70.67%
B 3 of 75 ~ 4'%

%25.33
%70.67

CMYK color model

#133503 color CMYK value is (64,0,94,79).

  • cyan value is 64.15%
  • magenta value is 0.00%
  • yellow value is 94.34%
  • key color value is 79.22%

CMYK: (64,0,94,79)
C64M0Y94K79 (64%, 0%, 94%, 79%)
(0.64 / 0.00 / 0.94 / 0.79)

CMYK percentages

%64.15
%0
%94.34
%79.22

Codes

Color #133503 in popluar color models

13 35 03
RGB 19 53 3
HSL 101° 89.29% 10.98%
HSB/HSV 101° 94.34% 20.78%
CMYK 64.15% 0.00% 94.34%
79.22%

Color #133503 in popluar number systems.

HEX 13 35 03
Decimal 19 53 3
Binary 10011 110101 11
Octal 23 65 3

Shades and tints

Shades of #133503

#133503
(19,53,3)
#123103
(18,49,3)
#112D03
(17,45,3)
#102903
(16,41,3)
#0F2503
(15,37,3)
#0E2103
(14,33,3)
#0D1D03
(13,29,3)
#0C1903
(12,25,3)
#0B1503
(11,21,3)
#0A1103
(10,17,3)
#090D03
(9,13,3)
#000000
(0,0,0)

Tints of #133503

#133503
(19,53,3)
#284719
(40,71,25)
#3D592F
(61,89,47)
#526B45
(82,107,69)
#677D5B
(103,125,91)
#7C8F71
(124,143,113)
#91A187
(145,161,135)
#A6B39D
(166,179,157)
#BBC5B3
(187,197,179)
#D0D7C9
(208,215,201)
#E5E9DF
(229,233,223)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #133503; }

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

This text font color is #133503.

Background Color

.myBgColor { background-color: #133503; }

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

This div background color is #133503.

Border color

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

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

This div border color is #133503.

Opacity

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

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

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

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

This text has shadow with #133503 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #133503.

Preview

Color preview on black background

This text has color #133503 on black background.


Color preview on white background

This text has color #133503 on white background.


Black color preview on #133503 background

This text has black color on #133503 background.


White color preview on #133503 background

This text has white color on #133503 background.


Related colors

Complementary color

Complementary color for #hex is #ECCAFC.


I love getcolorcode.com

Triadic colors

1 #031335 and #350313 with #133503 are triadic colors.

2 #033513 and #351303 with #133503 are triadic colors.