COLOR #133328

HEX: #133328
RGB: (19,51,40)

Color info

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

RGB color model

#133328 color RGB value is (19,51,40).

  • red value is 19;
  • green value is 51;
  • blue value is 40.
RGB:
(19,51,40)
(7%,20%,16%)

RGB channels and saturation

R 19 of 255 = 7%
G 51 of 255 = 20%
B 40 of 255 = 16%

19
51
40

R + G + B ~ 14%. #133328 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 51 + 40 = 110 (100%)
R 19 of 110 ~ 17.27%
G 51 of 110 ~ 46.36%
B 40 of 110 ~ 36.36%

%17.27
%46.36
%36.36

CMYK color model

#133328 color CMYK value is (63,0,22,80).

  • cyan value is 62.75%
  • magenta value is 0.00%
  • yellow value is 21.57%
  • key color value is 80.00%
CMYK:
(63,0,22,80)
C63M0Y22K80 
(63%,0%,22%,80%)
(0.63/0.00/0.22/0.80)	

CMYK percentages

%62.75
%0
%21.57
%80

Codes

Color #133328 in popluar color models

133328
RGB195140
HSL159°45.71%13.73%
HSB/HSV159°62.75%20.00%
CMYK62.75%0.00%21.57%
80.00%

Color #133328 in popluar number systems.

HEX133328
Decimal195140
Binary10011110011101000
Octal236350

Shades and tints

Shades of #133328

#133328
(19,51,40)
#122F25
(18,47,37)
#112B22
(17,43,34)
#10271F
(16,39,31)
#0F231C
(15,35,28)
#0E1F19
(14,31,25)
#0D1B16
(13,27,22)
#0C1713
(12,23,19)
#0B1310
(11,19,16)
#0A0F0D
(10,15,13)
#090B0A
(9,11,10)
#000000
(0,0,0)

Tints of #133328

#133328
(19,51,40)
#28453B
(40,69,59)
#3D574E
(61,87,78)
#526961
(82,105,97)
#677B74
(103,123,116)
#7C8D87
(124,141,135)
#919F9A
(145,159,154)
#A6B1AD
(166,177,173)
#BBC3C0
(187,195,192)
#D0D5D3
(208,213,211)
#E5E7E6
(229,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #133328 color. Also use rgb(19,51,40) instead hex code.

Text Font Color

.myTextColor { color: #133328; }

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

This text font color is #133328.


Background Color

.myBgColor { background-color: #133328; }

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

This div background color is #133328.


Border color

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

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

This div border color is #133328.


Opacity

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

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

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

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

This text has shadow with #133328 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #133328 on black background.


Color preview on white background

This text has color #133328 on white background.



Black color preview on #133328 background

This text has black color on #133328 background.


White color preview on #133328 background

This text has white color on #133328 background.