COLOR #133D44

HEX: #133D44 RGB: (19,61,68)

Color info

#133D44 contains red, green and blue colors in about the same proportion. Web safe color of #133D44 is #003333 (or #033).

RGB color model

#133D44 color RGB value is (19,61,68).

RGB: (19,61,68) (7%, 24%, 27%)

RGB channels and saturation

R 19 of 255 = 7%
G 61 of 255 = 24%
B 68 of 255 = 27%

19
61
68

R + G + B ~ 19%. #133D44 is dark color.

Portions of RGB colors in percentages

R + G + B = 19 + 61 + 68 = 148 (100%)
R 19 of 148 ~ 12.84%
G 61 of 148 ~ 41.22%
B 68 of 148 ~ 45.95'%

%12.84
%41.22
%45.95

CMYK color model

#133D44 color CMYK value is (72,10,0,73).

  • cyan value is 72.06%
  • magenta value is 10.29%
  • yellow value is 0.00%
  • key color value is 73.33%

CMYK: (72,10,0,73)
C72M10Y0K73 (72%, 10%, 0%, 73%)
(0.72 / 0.10 / 0.00 / 0.73)

CMYK percentages

%72.06
%10.29
%0
%73.33

Codes

Color #133D44 in popluar color models

13 3D 44
RGB 19 61 68
HSL 189° 56.32% 17.06%
HSB/HSV 189° 72.06% 26.67%
CMYK 72.06% 10.29% 0.00%
73.33%

Color #133D44 in popluar number systems.

HEX 13 3D 44
Decimal 19 61 68
Binary 10011 111101 1000100
Octal 23 75 104

Shades and tints

Shades of #133D44

#133D44
(19,61,68)
#12383E
(18,56,62)
#113338
(17,51,56)
#102E32
(16,46,50)
#0F292C
(15,41,44)
#0E2426
(14,36,38)
#0D1F20
(13,31,32)
#0C1A1A
(12,26,26)
#0B1514
(11,21,20)
#0A100E
(10,16,14)
#090B08
(9,11,8)
#000000
(0,0,0)

Tints of #133D44

#133D44
(19,61,68)
#284E55
(40,78,85)
#3D5F66
(61,95,102)
#527077
(82,112,119)
#678188
(103,129,136)
#7C9299
(124,146,153)
#91A3AA
(145,163,170)
#A6B4BB
(166,180,187)
#BBC5CC
(187,197,204)
#D0D6DD
(208,214,221)
#E5E7EE
(229,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #133D44 color. Also use rgb(19,61,68) instead hex code.

Text Font Color

.myTextColor { color: #133D44; }

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

This text font color is #133D44.

Background Color

.myBgColor { background-color: #133D44; }

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

This div background color is #133D44.

Border color

.myBorderColor { border: 1px solid #133D44; }

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

This div border color is #133D44.

Opacity

.myOpacity80 { color: #133D44; opacity: 0.8; }

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

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

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

This text has shadow with #133D44 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #133D44.

Preview

Color preview on black background

This text has color #133D44 on black background.


Color preview on white background

This text has color #133D44 on white background.


Black color preview on #133D44 background

This text has black color on #133D44 background.


White color preview on #133D44 background

This text has white color on #133D44 background.


Related colors

Complementary color

Complementary color for #hex is #ECC2BB.


I love getcolorcode.com

Triadic colors

1 #44133D and #3D4413 with #133D44 are triadic colors.

2 #443D13 and #3D1344 with #133D44 are triadic colors.