COLOR #133642

HEX: #133642
RGB: (19,54,66)

Color info

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

RGB color model

#133642 color RGB value is (19,54,66).

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

RGB channels and saturation

R 19 of 255 = 7%
G 54 of 255 = 21%
B 66 of 255 = 26%

19
54
66

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

Portions of RGB colors in percentages

R + G + B =
19 + 54 + 66 = 139 (100%)
R 19 of 139 ~ 13.67%
G 54 of 139 ~ 38.85%
B 66 of 139 ~ 47.48%

%13.67
%38.85
%47.48

CMYK color model

#133642 color CMYK value is (71,18,0,74).

  • cyan value is 71.21%
  • magenta value is 18.18%
  • yellow value is 0.00%
  • key color value is 74.12%
CMYK:
(71,18,0,74)
C71M18Y0K74 
(71%,18%,0%,74%)
(0.71/0.18/0.00/0.74)	

CMYK percentages

%71.21
%18.18
%0
%74.12

Codes

Color #133642 in popluar color models

133642
RGB195466
HSL195°55.29%16.67%
HSB/HSV195°71.21%25.88%
CMYK71.21%18.18%0.00%
74.12%

Color #133642 in popluar number systems.

HEX133642
Decimal195466
Binary100111101101000010
Octal2366102

Shades and tints

Shades of #133642

#133642
(19,54,66)
#12323C
(18,50,60)
#112E36
(17,46,54)
#102A30
(16,42,48)
#0F262A
(15,38,42)
#0E2224
(14,34,36)
#0D1E1E
(13,30,30)
#0C1A18
(12,26,24)
#0B1612
(11,22,18)
#0A120C
(10,18,12)
#090E06
(9,14,6)
#000000
(0,0,0)

Tints of #133642

#133642
(19,54,66)
#284853
(40,72,83)
#3D5A64
(61,90,100)
#526C75
(82,108,117)
#677E86
(103,126,134)
#7C9097
(124,144,151)
#91A2A8
(145,162,168)
#A6B4B9
(166,180,185)
#BBC6CA
(187,198,202)
#D0D8DB
(208,216,219)
#E5EAEC
(229,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #133642; }

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

This text font color is #133642.


Background Color

.myBgColor { background-color: #133642; }

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

This div background color is #133642.


Border color

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

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

This div border color is #133642.


Opacity

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

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

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

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

This text has shadow with #133642 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #133642 on black background.


Color preview on white background

This text has color #133642 on white background.



Black color preview on #133642 background

This text has black color on #133642 background.


White color preview on #133642 background

This text has white color on #133642 background.