COLOR #133653

HEX: #133653
RGB: (19,54,83)

Color info

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

RGB color model

#133653 color RGB value is (19,54,83).

  • red value is 19;
  • green value is 54;
  • blue value is 83.
RGB:
(19,54,83)
(7%,21%,33%)

RGB channels and saturation

R 19 of 255 = 7%
G 54 of 255 = 21%
B 83 of 255 = 33%

19
54
83

R + G + B ~ 20%. #133653 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 54 + 83 = 156 (100%)
R 19 of 156 ~ 12.18%
G 54 of 156 ~ 34.62%
B 83 of 156 ~ 53.21%

%12.18
%34.62
%53.21

CMYK color model

#133653 color CMYK value is (77,35,0,67).

  • cyan value is 77.11%
  • magenta value is 34.94%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(77,35,0,67)
C77M35Y0K67 
(77%,35%,0%,67%)
(0.77/0.35/0.00/0.67)	

CMYK percentages

%77.11
%34.94
%0
%67.45

Codes

Color #133653 in popluar color models

133653
RGB195483
HSL207°62.75%20.00%
HSB/HSV207°77.11%32.55%
CMYK77.11%34.94%0.00%
67.45%

Color #133653 in popluar number systems.

HEX133653
Decimal195483
Binary100111101101010011
Octal2366123

Shades and tints

Shades of #133653

#133653
(19,54,83)
#12324C
(18,50,76)
#112E45
(17,46,69)
#102A3E
(16,42,62)
#0F2637
(15,38,55)
#0E2230
(14,34,48)
#0D1E29
(13,30,41)
#0C1A22
(12,26,34)
#0B161B
(11,22,27)
#0A1214
(10,18,20)
#090E0D
(9,14,13)
#000000
(0,0,0)

Tints of #133653

#133653
(19,54,83)
#284862
(40,72,98)
#3D5A71
(61,90,113)
#526C80
(82,108,128)
#677E8F
(103,126,143)
#7C909E
(124,144,158)
#91A2AD
(145,162,173)
#A6B4BC
(166,180,188)
#BBC6CB
(187,198,203)
#D0D8DA
(208,216,218)
#E5EAE9
(229,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #133653 color. Also use rgb(19,54,83) instead hex code.

Text Font Color

.myTextColor { color: #133653; }

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

This text font color is #133653.


Background Color

.myBgColor { background-color: #133653; }

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

This div background color is #133653.


Border color

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

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

This div border color is #133653.


Opacity

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

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

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

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

This text has shadow with #133653 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #133653 on black background.


Color preview on white background

This text has color #133653 on white background.



Black color preview on #133653 background

This text has black color on #133653 background.


White color preview on #133653 background

This text has white color on #133653 background.