COLOR #133226

HEX: #133226
RGB: (19,50,38)

Color info

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

RGB color model

#133226 color RGB value is (19,50,38).

  • red value is 19;
  • green value is 50;
  • blue value is 38.
RGB:
(19,50,38)
(7%,20%,15%)

RGB channels and saturation

R 19 of 255 = 7%
G 50 of 255 = 20%
B 38 of 255 = 15%

19
50
38

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

Portions of RGB colors in percentages

R + G + B =
19 + 50 + 38 = 107 (100%)
R 19 of 107 ~ 17.76%
G 50 of 107 ~ 46.73%
B 38 of 107 ~ 35.51%

%17.76
%46.73
%35.51

CMYK color model

#133226 color CMYK value is (62,0,24,80).

  • cyan value is 62.00%
  • magenta value is 0.00%
  • yellow value is 24.00%
  • key color value is 80.39%
CMYK:
(62,0,24,80)
C62M0Y24K80 
(62%,0%,24%,80%)
(0.62/0.00/0.24/0.80)	

CMYK percentages

%62
%0
%24
%80.39

Codes

Color #133226 in popluar color models

133226
RGB195038
HSL157°44.93%13.53%
HSB/HSV157°62.00%19.61%
CMYK62.00%0.00%24.00%
80.39%

Color #133226 in popluar number systems.

HEX133226
Decimal195038
Binary10011110010100110
Octal236246

Shades and tints

Shades of #133226

#133226
(19,50,38)
#122E23
(18,46,35)
#112A20
(17,42,32)
#10261D
(16,38,29)
#0F221A
(15,34,26)
#0E1E17
(14,30,23)
#0D1A14
(13,26,20)
#0C1611
(12,22,17)
#0B120E
(11,18,14)
#0A0E0B
(10,14,11)
#090A08
(9,10,8)
#000000
(0,0,0)

Tints of #133226

#133226
(19,50,38)
#284439
(40,68,57)
#3D564C
(61,86,76)
#52685F
(82,104,95)
#677A72
(103,122,114)
#7C8C85
(124,140,133)
#919E98
(145,158,152)
#A6B0AB
(166,176,171)
#BBC2BE
(187,194,190)
#D0D4D1
(208,212,209)
#E5E6E4
(229,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #133226 color. Also use rgb(19,50,38) instead hex code.

Text Font Color

.myTextColor { color: #133226; }

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

This text font color is #133226.


Background Color

.myBgColor { background-color: #133226; }

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

This div background color is #133226.


Border color

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

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

This div border color is #133226.


Opacity

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

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

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

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

This text has shadow with #133226 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #133226 on black background.


Color preview on white background

This text has color #133226 on white background.



Black color preview on #133226 background

This text has black color on #133226 background.


White color preview on #133226 background

This text has white color on #133226 background.