COLOR #133A35

HEX: #133A35
RGB: (19,58,53)

Color info

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

RGB color model

#133A35 color RGB value is (19,58,53).

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

RGB channels and saturation

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

19
58
53

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

Portions of RGB colors in percentages

R + G + B =
19 + 58 + 53 = 130 (100%)
R 19 of 130 ~ 14.62%
G 58 of 130 ~ 44.62%
B 53 of 130 ~ 40.77%

%14.62
%44.62
%40.77

CMYK color model

#133A35 color CMYK value is (67,0,9,77).

  • cyan value is 67.24%
  • magenta value is 0.00%
  • yellow value is 8.62%
  • key color value is 77.25%
CMYK:
(67,0,9,77)
C67M0Y9K77 
(67%,0%,9%,77%)
(0.67/0.00/0.09/0.77)	

CMYK percentages

%67.24
%0
%8.62
%77.25

Codes

Color #133A35 in popluar color models

133A35
RGB195853
HSL172°50.65%15.10%
HSB/HSV172°67.24%22.75%
CMYK67.24%0.00%8.62%
77.25%

Color #133A35 in popluar number systems.

HEX133A35
Decimal195853
Binary10011111010110101
Octal237265

Shades and tints

Shades of #133A35

#133A35
(19,58,53)
#123531
(18,53,49)
#11302D
(17,48,45)
#102B29
(16,43,41)
#0F2625
(15,38,37)
#0E2121
(14,33,33)
#0D1C1D
(13,28,29)
#0C1719
(12,23,25)
#0B1215
(11,18,21)
#0A0D11
(10,13,17)
#09080D
(9,8,13)
#000000
(0,0,0)

Tints of #133A35

#133A35
(19,58,53)
#284B47
(40,75,71)
#3D5C59
(61,92,89)
#526D6B
(82,109,107)
#677E7D
(103,126,125)
#7C8F8F
(124,143,143)
#91A0A1
(145,160,161)
#A6B1B3
(166,177,179)
#BBC2C5
(187,194,197)
#D0D3D7
(208,211,215)
#E5E4E9
(229,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #133A35; }

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

This text font color is #133A35.


Background Color

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

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

This div background color is #133A35.


Border color

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

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

This div border color is #133A35.


Opacity

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

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

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

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

This text has shadow with #133A35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #133A35 on black background.


Color preview on white background

This text has color #133A35 on white background.



Black color preview on #133A35 background

This text has black color on #133A35 background.


White color preview on #133A35 background

This text has white color on #133A35 background.