COLOR #133B2B

HEX: #133B2B RGB: (19,59,43)

Color info

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

RGB color model

#133B2B color RGB value is (19,59,43).

RGB: (19,59,43) (7%, 23%, 17%)

RGB channels and saturation

R 19 of 255 = 7%
G 59 of 255 = 23%
B 43 of 255 = 17%

19
59
43

R + G + B ~ 16%. #133B2B is dark color.

Portions of RGB colors in percentages

R + G + B = 19 + 59 + 43 = 121 (100%)
R 19 of 121 ~ 15.7%
G 59 of 121 ~ 48.76%
B 43 of 121 ~ 35.54'%

%15.7
%48.76
%35.54

CMYK color model

#133B2B color CMYK value is (68,0,27,77).

  • cyan value is 67.80%
  • magenta value is 0.00%
  • yellow value is 27.12%
  • key color value is 76.86%

CMYK: (68,0,27,77)
C68M0Y27K77 (68%, 0%, 27%, 77%)
(0.68 / 0.00 / 0.27 / 0.77)

CMYK percentages

%67.8
%0
%27.12
%76.86

Codes

Color #133B2B in popluar color models

13 3B 2B
RGB 19 59 43
HSL 156° 51.28% 15.29%
HSB/HSV 156° 67.80% 23.14%
CMYK 67.80% 0.00% 27.12%
76.86%

Color #133B2B in popluar number systems.

HEX 13 3B 2B
Decimal 19 59 43
Binary 10011 111011 101011
Octal 23 73 53

Shades and tints

Shades of #133B2B

#133B2B
(19,59,43)
#123628
(18,54,40)
#113125
(17,49,37)
#102C22
(16,44,34)
#0F271F
(15,39,31)
#0E221C
(14,34,28)
#0D1D19
(13,29,25)
#0C1816
(12,24,22)
#0B1313
(11,19,19)
#0A0E10
(10,14,16)
#09090D
(9,9,13)
#000000
(0,0,0)

Tints of #133B2B

#133B2B
(19,59,43)
#284C3E
(40,76,62)
#3D5D51
(61,93,81)
#526E64
(82,110,100)
#677F77
(103,127,119)
#7C908A
(124,144,138)
#91A19D
(145,161,157)
#A6B2B0
(166,178,176)
#BBC3C3
(187,195,195)
#D0D4D6
(208,212,214)
#E5E5E9
(229,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #133B2B; }

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

This text font color is #133B2B.

Background Color

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

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

This div background color is #133B2B.

Border color

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

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

This div border color is #133B2B.

Opacity

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

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

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

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

This text has shadow with #133B2B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #133B2B.

Preview

Color preview on black background

This text has color #133B2B on black background.


Color preview on white background

This text has color #133B2B on white background.


Black color preview on #133B2B background

This text has black color on #133B2B background.


White color preview on #133B2B background

This text has white color on #133B2B background.


Related colors

Complementary color

Complementary color for #hex is #ECC4D4.


I love getcolorcode.com

Triadic colors

1 #2B133B and #3B2B13 with #133B2B are triadic colors.

2 #2B3B13 and #3B132B with #133B2B are triadic colors.