COLOR #133B3A

HEX: #133B3A RGB: (19,59,58)

Color info

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

RGB color model

#133B3A color RGB value is (19,59,58).

RGB: (19,59,58) (7%, 23%, 23%)

RGB channels and saturation

R 19 of 255 = 7%
G 59 of 255 = 23%
B 58 of 255 = 23%

19
59
58

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

Portions of RGB colors in percentages

R + G + B = 19 + 59 + 58 = 136 (100%)
R 19 of 136 ~ 13.97%
G 59 of 136 ~ 43.38%
B 58 of 136 ~ 42.65'%

%13.97
%43.38
%42.65

CMYK color model

#133B3A color CMYK value is (68,0,2,77).

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

CMYK: (68,0,2,77)
C68M0Y2K77 (68%, 0%, 2%, 77%)
(0.68 / 0.00 / 0.02 / 0.77)

CMYK percentages

%67.8
%0
%1.69
%76.86

Codes

Color #133B3A in popluar color models

13 3B 3A
RGB 19 59 58
HSL 179° 51.28% 15.29%
HSB/HSV 179° 67.80% 23.14%
CMYK 67.80% 0.00% 1.69%
76.86%

Color #133B3A in popluar number systems.

HEX 13 3B 3A
Decimal 19 59 58
Binary 10011 111011 111010
Octal 23 73 72

Shades and tints

Shades of #133B3A

#133B3A
(19,59,58)
#123635
(18,54,53)
#113130
(17,49,48)
#102C2B
(16,44,43)
#0F2726
(15,39,38)
#0E2221
(14,34,33)
#0D1D1C
(13,29,28)
#0C1817
(12,24,23)
#0B1312
(11,19,18)
#0A0E0D
(10,14,13)
#090908
(9,9,8)
#000000
(0,0,0)

Tints of #133B3A

#133B3A
(19,59,58)
#284C4B
(40,76,75)
#3D5D5C
(61,93,92)
#526E6D
(82,110,109)
#677F7E
(103,127,126)
#7C908F
(124,144,143)
#91A1A0
(145,161,160)
#A6B2B1
(166,178,177)
#BBC3C2
(187,195,194)
#D0D4D3
(208,212,211)
#E5E5E4
(229,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #133B3A; }

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

This text font color is #133B3A.

Background Color

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

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

This div background color is #133B3A.

Border color

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

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

This div border color is #133B3A.

Opacity

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

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

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

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

This text has shadow with #133B3A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #133B3A.

Preview

Color preview on black background

This text has color #133B3A on black background.


Color preview on white background

This text has color #133B3A on white background.


Black color preview on #133B3A background

This text has black color on #133B3A background.


White color preview on #133B3A background

This text has white color on #133B3A background.


Related colors

Complementary color

Complementary color for #hex is #ECC4C5.


I love getcolorcode.com

Triadic colors

1 #3A133B and #3B3A13 with #133B3A are triadic colors.

2 #3A3B13 and #3B133A with #133B3A are triadic colors.