COLOR #133C35

HEX: #133C35
RGB: (19,60,53)

Color info

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

RGB color model

#133C35 color RGB value is (19,60,53).

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

RGB channels and saturation

R 19 of 255 = 7%
G 60 of 255 = 24%
B 53 of 255 = 21%

19
60
53

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

Portions of RGB colors in percentages

R + G + B =
19 + 60 + 53 = 132 (100%)
R 19 of 132 ~ 14.39%
G 60 of 132 ~ 45.45%
B 53 of 132 ~ 40.15%

%14.39
%45.45
%40.15

CMYK color model

#133C35 color CMYK value is (68,0,12,76).

  • cyan value is 68.33%
  • magenta value is 0.00%
  • yellow value is 11.67%
  • key color value is 76.47%
CMYK:
(68,0,12,76)
C68M0Y12K76 
(68%,0%,12%,76%)
(0.68/0.00/0.12/0.76)	

CMYK percentages

%68.33
%0
%11.67
%76.47

Codes

Color #133C35 in popluar color models

133C35
RGB196053
HSL170°51.90%15.49%
HSB/HSV170°68.33%23.53%
CMYK68.33%0.00%11.67%
76.47%

Color #133C35 in popluar number systems.

HEX133C35
Decimal196053
Binary10011111100110101
Octal237465

Shades and tints

Shades of #133C35

#133C35
(19,60,53)
#123731
(18,55,49)
#11322D
(17,50,45)
#102D29
(16,45,41)
#0F2825
(15,40,37)
#0E2321
(14,35,33)
#0D1E1D
(13,30,29)
#0C1919
(12,25,25)
#0B1415
(11,20,21)
#0A0F11
(10,15,17)
#090A0D
(9,10,13)
#000000
(0,0,0)

Tints of #133C35

#133C35
(19,60,53)
#284D47
(40,77,71)
#3D5E59
(61,94,89)
#526F6B
(82,111,107)
#67807D
(103,128,125)
#7C918F
(124,145,143)
#91A2A1
(145,162,161)
#A6B3B3
(166,179,179)
#BBC4C5
(187,196,197)
#D0D5D7
(208,213,215)
#E5E6E9
(229,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #133C35; }

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

This text font color is #133C35.


Background Color

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

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

This div background color is #133C35.


Border color

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

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

This div border color is #133C35.


Opacity

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

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

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

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

This text has shadow with #133C35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #133C35 on black background.


Color preview on white background

This text has color #133C35 on white background.



Black color preview on #133C35 background

This text has black color on #133C35 background.


White color preview on #133C35 background

This text has white color on #133C35 background.