COLOR #133B39

HEX: #133B39
RGB: (19,59,57)

Color info

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

RGB color model

#133B39 color RGB value is (19,59,57).

  • red value is 19;
  • green value is 59;
  • blue value is 57.
RGB:
(19,59,57)
(7%,23%,22%)

RGB channels and saturation

R 19 of 255 = 7%
G 59 of 255 = 23%
B 57 of 255 = 22%

19
59
57

R + G + B ~ 17%. #133B39 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 59 + 57 = 135 (100%)
R 19 of 135 ~ 14.07%
G 59 of 135 ~ 43.7%
B 57 of 135 ~ 42.22%

%14.07
%43.7
%42.22

CMYK color model

#133B39 color CMYK value is (68,0,3,77).

  • cyan value is 67.80%
  • magenta value is 0.00%
  • yellow value is 3.39%
  • key color value is 76.86%
CMYK:
(68,0,3,77)
C68M0Y3K77 
(68%,0%,3%,77%)
(0.68/0.00/0.03/0.77)	

CMYK percentages

%67.8
%0
%3.39
%76.86

Codes

Color #133B39 in popluar color models

133B39
RGB195957
HSL177°51.28%15.29%
HSB/HSV177°67.80%23.14%
CMYK67.80%0.00%3.39%
76.86%

Color #133B39 in popluar number systems.

HEX133B39
Decimal195957
Binary10011111011111001
Octal237371

Shades and tints

Shades of #133B39

#133B39
(19,59,57)
#123634
(18,54,52)
#11312F
(17,49,47)
#102C2A
(16,44,42)
#0F2725
(15,39,37)
#0E2220
(14,34,32)
#0D1D1B
(13,29,27)
#0C1816
(12,24,22)
#0B1311
(11,19,17)
#0A0E0C
(10,14,12)
#090907
(9,9,7)
#000000
(0,0,0)

Tints of #133B39

#133B39
(19,59,57)
#284C4B
(40,76,75)
#3D5D5D
(61,93,93)
#526E6F
(82,110,111)
#677F81
(103,127,129)
#7C9093
(124,144,147)
#91A1A5
(145,161,165)
#A6B2B7
(166,178,183)
#BBC3C9
(187,195,201)
#D0D4DB
(208,212,219)
#E5E5ED
(229,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #133B39 color. Also use rgb(19,59,57) instead hex code.

Text Font Color

.myTextColor { color: #133B39; }

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

This text font color is #133B39.


Background Color

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

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

This div background color is #133B39.


Border color

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

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

This div border color is #133B39.


Opacity

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

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

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

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

This text has shadow with #133B39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #133B39 on black background.


Color preview on white background

This text has color #133B39 on white background.



Black color preview on #133B39 background

This text has black color on #133B39 background.


White color preview on #133B39 background

This text has white color on #133B39 background.