COLOR #133B35

HEX: #133B35
RGB: (19,59,53)

Color info

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

RGB color model

#133B35 color RGB value is (19,59,53).

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

RGB channels and saturation

R 19 of 255 = 7%
G 59 of 255 = 23%
B 53 of 255 = 21%

19
59
53

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

Portions of RGB colors in percentages

R + G + B =
19 + 59 + 53 = 131 (100%)
R 19 of 131 ~ 14.5%
G 59 of 131 ~ 45.04%
B 53 of 131 ~ 40.46%

%14.5
%45.04
%40.46

CMYK color model

#133B35 color CMYK value is (68,0,10,77).

  • cyan value is 67.80%
  • magenta value is 0.00%
  • yellow value is 10.17%
  • key color value is 76.86%
CMYK:
(68,0,10,77)
C68M0Y10K77 
(68%,0%,10%,77%)
(0.68/0.00/0.10/0.77)	

CMYK percentages

%67.8
%0
%10.17
%76.86

Codes

Color #133B35 in popluar color models

133B35
RGB195953
HSL171°51.28%15.29%
HSB/HSV171°67.80%23.14%
CMYK67.80%0.00%10.17%
76.86%

Color #133B35 in popluar number systems.

HEX133B35
Decimal195953
Binary10011111011110101
Octal237365

Shades and tints

Shades of #133B35

#133B35
(19,59,53)
#123631
(18,54,49)
#11312D
(17,49,45)
#102C29
(16,44,41)
#0F2725
(15,39,37)
#0E2221
(14,34,33)
#0D1D1D
(13,29,29)
#0C1819
(12,24,25)
#0B1315
(11,19,21)
#0A0E11
(10,14,17)
#09090D
(9,9,13)
#000000
(0,0,0)

Tints of #133B35

#133B35
(19,59,53)
#284C47
(40,76,71)
#3D5D59
(61,93,89)
#526E6B
(82,110,107)
#677F7D
(103,127,125)
#7C908F
(124,144,143)
#91A1A1
(145,161,161)
#A6B2B3
(166,178,179)
#BBC3C5
(187,195,197)
#D0D4D7
(208,212,215)
#E5E5E9
(229,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #133B35; }

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

This text font color is #133B35.


Background Color

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

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

This div background color is #133B35.


Border color

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

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

This div border color is #133B35.


Opacity

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

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

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

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

This text has shadow with #133B35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #133B35 on black background.


Color preview on white background

This text has color #133B35 on white background.



Black color preview on #133B35 background

This text has black color on #133B35 background.


White color preview on #133B35 background

This text has white color on #133B35 background.