COLOR #133141

HEX: #133141
RGB: (19,49,65)

Color info

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

RGB color model

#133141 color RGB value is (19,49,65).

  • red value is 19;
  • green value is 49;
  • blue value is 65.
RGB:
(19,49,65)
(7%,19%,25%)

RGB channels and saturation

R 19 of 255 = 7%
G 49 of 255 = 19%
B 65 of 255 = 25%

19
49
65

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

Portions of RGB colors in percentages

R + G + B =
19 + 49 + 65 = 133 (100%)
R 19 of 133 ~ 14.29%
G 49 of 133 ~ 36.84%
B 65 of 133 ~ 48.87%

%14.29
%36.84
%48.87

CMYK color model

#133141 color CMYK value is (71,25,0,75).

  • cyan value is 70.77%
  • magenta value is 24.62%
  • yellow value is 0.00%
  • key color value is 74.51%
CMYK:
(71,25,0,75)
C71M25Y0K75 
(71%,25%,0%,75%)
(0.71/0.25/0.00/0.75)	

CMYK percentages

%70.77
%24.62
%0
%74.51

Codes

Color #133141 in popluar color models

133141
RGB194965
HSL201°54.76%16.47%
HSB/HSV201°70.77%25.49%
CMYK70.77%24.62%0.00%
74.51%

Color #133141 in popluar number systems.

HEX133141
Decimal194965
Binary100111100011000001
Octal2361101

Shades and tints

Shades of #133141

#133141
(19,49,65)
#122D3C
(18,45,60)
#112937
(17,41,55)
#102532
(16,37,50)
#0F212D
(15,33,45)
#0E1D28
(14,29,40)
#0D1923
(13,25,35)
#0C151E
(12,21,30)
#0B1119
(11,17,25)
#0A0D14
(10,13,20)
#09090F
(9,9,15)
#000000
(0,0,0)

Tints of #133141

#133141
(19,49,65)
#284352
(40,67,82)
#3D5563
(61,85,99)
#526774
(82,103,116)
#677985
(103,121,133)
#7C8B96
(124,139,150)
#919DA7
(145,157,167)
#A6AFB8
(166,175,184)
#BBC1C9
(187,193,201)
#D0D3DA
(208,211,218)
#E5E5EB
(229,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #133141 color. Also use rgb(19,49,65) instead hex code.

Text Font Color

.myTextColor { color: #133141; }

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

This text font color is #133141.


Background Color

.myBgColor { background-color: #133141; }

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

This div background color is #133141.


Border color

.myBorderColor { border: 1px solid #133141; }

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

This div border color is #133141.


Opacity

.myOpacity80 { color: #133141; opacity: 0.8; }

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

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

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

This text has shadow with #133141 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #133141 on black background.


Color preview on white background

This text has color #133141 on white background.



Black color preview on #133141 background

This text has black color on #133141 background.


White color preview on #133141 background

This text has white color on #133141 background.