COLOR #133840

HEX: #133840
RGB: (19,56,64)

Color info

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

RGB color model

#133840 color RGB value is (19,56,64).

  • red value is 19;
  • green value is 56;
  • blue value is 64.
RGB:
(19,56,64)
(7%,22%,25%)

RGB channels and saturation

R 19 of 255 = 7%
G 56 of 255 = 22%
B 64 of 255 = 25%

19
56
64

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

Portions of RGB colors in percentages

R + G + B =
19 + 56 + 64 = 139 (100%)
R 19 of 139 ~ 13.67%
G 56 of 139 ~ 40.29%
B 64 of 139 ~ 46.04%

%13.67
%40.29
%46.04

CMYK color model

#133840 color CMYK value is (70,13,0,75).

  • cyan value is 70.31%
  • magenta value is 12.50%
  • yellow value is 0.00%
  • key color value is 74.90%
CMYK:
(70,13,0,75)
C70M13Y0K75 
(70%,13%,0%,75%)
(0.70/0.13/0.00/0.75)	

CMYK percentages

%70.31
%12.5
%0
%74.9

Codes

Color #133840 in popluar color models

133840
RGB195664
HSL191°54.22%16.27%
HSB/HSV191°70.31%25.10%
CMYK70.31%12.50%0.00%
74.90%

Color #133840 in popluar number systems.

HEX133840
Decimal195664
Binary100111110001000000
Octal2370100

Shades and tints

Shades of #133840

#133840
(19,56,64)
#12333B
(18,51,59)
#112E36
(17,46,54)
#102931
(16,41,49)
#0F242C
(15,36,44)
#0E1F27
(14,31,39)
#0D1A22
(13,26,34)
#0C151D
(12,21,29)
#0B1018
(11,16,24)
#0A0B13
(10,11,19)
#09060E
(9,6,14)
#000000
(0,0,0)

Tints of #133840

#133840
(19,56,64)
#284A51
(40,74,81)
#3D5C62
(61,92,98)
#526E73
(82,110,115)
#678084
(103,128,132)
#7C9295
(124,146,149)
#91A4A6
(145,164,166)
#A6B6B7
(166,182,183)
#BBC8C8
(187,200,200)
#D0DAD9
(208,218,217)
#E5ECEA
(229,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #133840 color. Also use rgb(19,56,64) instead hex code.

Text Font Color

.myTextColor { color: #133840; }

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

This text font color is #133840.


Background Color

.myBgColor { background-color: #133840; }

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

This div background color is #133840.


Border color

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

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

This div border color is #133840.


Opacity

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

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

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

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

This text has shadow with #133840 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #133840 on black background.


Color preview on white background

This text has color #133840 on white background.



Black color preview on #133840 background

This text has black color on #133840 background.


White color preview on #133840 background

This text has white color on #133840 background.