COLOR #133641

HEX: #133641
RGB: (19,54,65)

Color info

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

RGB color model

#133641 color RGB value is (19,54,65).

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

RGB channels and saturation

R 19 of 255 = 7%
G 54 of 255 = 21%
B 65 of 255 = 25%

19
54
65

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

Portions of RGB colors in percentages

R + G + B =
19 + 54 + 65 = 138 (100%)
R 19 of 138 ~ 13.77%
G 54 of 138 ~ 39.13%
B 65 of 138 ~ 47.1%

%13.77
%39.13
%47.1

CMYK color model

#133641 color CMYK value is (71,17,0,75).

  • cyan value is 70.77%
  • magenta value is 16.92%
  • yellow value is 0.00%
  • key color value is 74.51%
CMYK:
(71,17,0,75)
C71M17Y0K75 
(71%,17%,0%,75%)
(0.71/0.17/0.00/0.75)	

CMYK percentages

%70.77
%16.92
%0
%74.51

Codes

Color #133641 in popluar color models

133641
RGB195465
HSL194°54.76%16.47%
HSB/HSV194°70.77%25.49%
CMYK70.77%16.92%0.00%
74.51%

Color #133641 in popluar number systems.

HEX133641
Decimal195465
Binary100111101101000001
Octal2366101

Shades and tints

Shades of #133641

#133641
(19,54,65)
#12323C
(18,50,60)
#112E37
(17,46,55)
#102A32
(16,42,50)
#0F262D
(15,38,45)
#0E2228
(14,34,40)
#0D1E23
(13,30,35)
#0C1A1E
(12,26,30)
#0B1619
(11,22,25)
#0A1214
(10,18,20)
#090E0F
(9,14,15)
#000000
(0,0,0)

Tints of #133641

#133641
(19,54,65)
#284852
(40,72,82)
#3D5A63
(61,90,99)
#526C74
(82,108,116)
#677E85
(103,126,133)
#7C9096
(124,144,150)
#91A2A7
(145,162,167)
#A6B4B8
(166,180,184)
#BBC6C9
(187,198,201)
#D0D8DA
(208,216,218)
#E5EAEB
(229,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #133641; }

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

This text font color is #133641.


Background Color

.myBgColor { background-color: #133641; }

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

This div background color is #133641.


Border color

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

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

This div border color is #133641.


Opacity

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

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

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

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

This text has shadow with #133641 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #133641 on black background.


Color preview on white background

This text has color #133641 on white background.



Black color preview on #133641 background

This text has black color on #133641 background.


White color preview on #133641 background

This text has white color on #133641 background.