COLOR #133B3C

HEX: #133B3C
RGB: (19,59,60)

Color info

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

RGB color model

#133B3C color RGB value is (19,59,60).

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

RGB channels and saturation

R 19 of 255 = 7%
G 59 of 255 = 23%
B 60 of 255 = 24%

19
59
60

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

Portions of RGB colors in percentages

R + G + B =
19 + 59 + 60 = 138 (100%)
R 19 of 138 ~ 13.77%
G 59 of 138 ~ 42.75%
B 60 of 138 ~ 43.48%

%13.77
%42.75
%43.48

CMYK color model

#133B3C color CMYK value is (68,2,0,76).

  • cyan value is 68.33%
  • magenta value is 1.67%
  • yellow value is 0.00%
  • key color value is 76.47%
CMYK:
(68,2,0,76)
C68M2Y0K76 
(68%,2%,0%,76%)
(0.68/0.02/0.00/0.76)	

CMYK percentages

%68.33
%1.67
%0
%76.47

Codes

Color #133B3C in popluar color models

133B3C
RGB195960
HSL181°51.90%15.49%
HSB/HSV181°68.33%23.53%
CMYK68.33%1.67%0.00%
76.47%

Color #133B3C in popluar number systems.

HEX133B3C
Decimal195960
Binary10011111011111100
Octal237374

Shades and tints

Shades of #133B3C

#133B3C
(19,59,60)
#123637
(18,54,55)
#113132
(17,49,50)
#102C2D
(16,44,45)
#0F2728
(15,39,40)
#0E2223
(14,34,35)
#0D1D1E
(13,29,30)
#0C1819
(12,24,25)
#0B1314
(11,19,20)
#0A0E0F
(10,14,15)
#09090A
(9,9,10)
#000000
(0,0,0)

Tints of #133B3C

#133B3C
(19,59,60)
#284C4D
(40,76,77)
#3D5D5E
(61,93,94)
#526E6F
(82,110,111)
#677F80
(103,127,128)
#7C9091
(124,144,145)
#91A1A2
(145,161,162)
#A6B2B3
(166,178,179)
#BBC3C4
(187,195,196)
#D0D4D5
(208,212,213)
#E5E5E6
(229,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #133B3C; }

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

This text font color is #133B3C.


Background Color

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

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

This div background color is #133B3C.


Border color

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

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

This div border color is #133B3C.


Opacity

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

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

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

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

This text has shadow with #133B3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #133B3C on black background.


Color preview on white background

This text has color #133B3C on white background.



Black color preview on #133B3C background

This text has black color on #133B3C background.


White color preview on #133B3C background

This text has white color on #133B3C background.