COLOR #133544

HEX: #133544
RGB: (19,53,68)

Color info

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

RGB color model

#133544 color RGB value is (19,53,68).

  • red value is 19;
  • green value is 53;
  • blue value is 68.
RGB:
(19,53,68)
(7%,21%,27%)

RGB channels and saturation

R 19 of 255 = 7%
G 53 of 255 = 21%
B 68 of 255 = 27%

19
53
68

R + G + B ~ 18%. #133544 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 53 + 68 = 140 (100%)
R 19 of 140 ~ 13.57%
G 53 of 140 ~ 37.86%
B 68 of 140 ~ 48.57%

%13.57
%37.86
%48.57

CMYK color model

#133544 color CMYK value is (72,22,0,73).

  • cyan value is 72.06%
  • magenta value is 22.06%
  • yellow value is 0.00%
  • key color value is 73.33%
CMYK:
(72,22,0,73)
C72M22Y0K73 
(72%,22%,0%,73%)
(0.72/0.22/0.00/0.73)	

CMYK percentages

%72.06
%22.06
%0
%73.33

Codes

Color #133544 in popluar color models

133544
RGB195368
HSL198°56.32%17.06%
HSB/HSV198°72.06%26.67%
CMYK72.06%22.06%0.00%
73.33%

Color #133544 in popluar number systems.

HEX133544
Decimal195368
Binary100111101011000100
Octal2365104

Shades and tints

Shades of #133544

#133544
(19,53,68)
#12313E
(18,49,62)
#112D38
(17,45,56)
#102932
(16,41,50)
#0F252C
(15,37,44)
#0E2126
(14,33,38)
#0D1D20
(13,29,32)
#0C191A
(12,25,26)
#0B1514
(11,21,20)
#0A110E
(10,17,14)
#090D08
(9,13,8)
#000000
(0,0,0)

Tints of #133544

#133544
(19,53,68)
#284755
(40,71,85)
#3D5966
(61,89,102)
#526B77
(82,107,119)
#677D88
(103,125,136)
#7C8F99
(124,143,153)
#91A1AA
(145,161,170)
#A6B3BB
(166,179,187)
#BBC5CC
(187,197,204)
#D0D7DD
(208,215,221)
#E5E9EE
(229,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #133544; }

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

This text font color is #133544.


Background Color

.myBgColor { background-color: #133544; }

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

This div background color is #133544.


Border color

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

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

This div border color is #133544.


Opacity

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

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

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

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

This text has shadow with #133544 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #133544 on black background.


Color preview on white background

This text has color #133544 on white background.



Black color preview on #133544 background

This text has black color on #133544 background.


White color preview on #133544 background

This text has white color on #133544 background.