COLOR #133D52

HEX: #133D52
RGB: (19,61,82)

Color info

#133D52 contains mainly green and blue colors. Web safe color of #133D52 is #003366 (or #036).

RGB color model

#133D52 color RGB value is (19,61,82).

  • red value is 19;
  • green value is 61;
  • blue value is 82.
RGB:
(19,61,82)
(7%,24%,32%)

RGB channels and saturation

R 19 of 255 = 7%
G 61 of 255 = 24%
B 82 of 255 = 32%

19
61
82

R + G + B ~ 21%. #133D52 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 61 + 82 = 162 (100%)
R 19 of 162 ~ 11.73%
G 61 of 162 ~ 37.65%
B 82 of 162 ~ 50.62%

%11.73
%37.65
%50.62

CMYK color model

#133D52 color CMYK value is (77,26,0,68).

  • cyan value is 76.83%
  • magenta value is 25.61%
  • yellow value is 0.00%
  • key color value is 67.84%
CMYK:
(77,26,0,68)
C77M26Y0K68 
(77%,26%,0%,68%)
(0.77/0.26/0.00/0.68)	

CMYK percentages

%76.83
%25.61
%0
%67.84

Codes

Color #133D52 in popluar color models

133D52
RGB196182
HSL200°62.38%19.80%
HSB/HSV200°76.83%32.16%
CMYK76.83%25.61%0.00%
67.84%

Color #133D52 in popluar number systems.

HEX133D52
Decimal196182
Binary100111111011010010
Octal2375122

Shades and tints

Shades of #133D52

#133D52
(19,61,82)
#12384B
(18,56,75)
#113344
(17,51,68)
#102E3D
(16,46,61)
#0F2936
(15,41,54)
#0E242F
(14,36,47)
#0D1F28
(13,31,40)
#0C1A21
(12,26,33)
#0B151A
(11,21,26)
#0A1013
(10,16,19)
#090B0C
(9,11,12)
#000000
(0,0,0)

Tints of #133D52

#133D52
(19,61,82)
#284E61
(40,78,97)
#3D5F70
(61,95,112)
#52707F
(82,112,127)
#67818E
(103,129,142)
#7C929D
(124,146,157)
#91A3AC
(145,163,172)
#A6B4BB
(166,180,187)
#BBC5CA
(187,197,202)
#D0D6D9
(208,214,217)
#E5E7E8
(229,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #133D52; }

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

This text font color is #133D52.


Background Color

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

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

This div background color is #133D52.


Border color

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

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

This div border color is #133D52.


Opacity

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

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

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

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

This text has shadow with #133D52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #133D52 on black background.


Color preview on white background

This text has color #133D52 on white background.



Black color preview on #133D52 background

This text has black color on #133D52 background.


White color preview on #133D52 background

This text has white color on #133D52 background.