COLOR #013228

HEX: #013228
RGB: (1,50,40)

Color info

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

RGB color model

#013228 color RGB value is (1,50,40).

  • red value is 1;
  • green value is 50;
  • blue value is 40.
RGB:
(1,50,40)
(0%,20%,16%)

RGB channels and saturation

R 1 of 255 = 0%
G 50 of 255 = 20%
B 40 of 255 = 16%

1
50
40

R + G + B ~ 12%. #013228 is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 50 + 40 = 91 (100%)
R 1 of 91 ~ 1.1%
G 50 of 91 ~ 54.95%
B 40 of 91 ~ 43.96%

%54.95
%43.96

CMYK color model

#013228 color CMYK value is (98,0,20,80).

  • cyan value is 98.00%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 80.39%
CMYK:
(98,0,20,80)
C98M0Y20K80 
(98%,0%,20%,80%)
(0.98/0.00/0.20/0.80)	

CMYK percentages

%98
%0
%20
%80.39

Codes

Color #013228 in popluar color models

013228
RGB15040
HSL168°96.08%10.00%
HSB/HSV168°98.00%19.61%
CMYK98.00%0.00%20.00%
80.39%

Color #013228 in popluar number systems.

HEX013228
Decimal15040
Binary1110010101000
Octal16250

Shades and tints

Shades of #013228

#013228
(1,50,40)
#012E25
(1,46,37)
#012A22
(1,42,34)
#01261F
(1,38,31)
#01221C
(1,34,28)
#011E19
(1,30,25)
#011A16
(1,26,22)
#011613
(1,22,19)
#011210
(1,18,16)
#010E0D
(1,14,13)
#010A0A
(1,10,10)
#000000
(0,0,0)

Tints of #013228

#013228
(1,50,40)
#18443B
(24,68,59)
#2F564E
(47,86,78)
#466861
(70,104,97)
#5D7A74
(93,122,116)
#748C87
(116,140,135)
#8B9E9A
(139,158,154)
#A2B0AD
(162,176,173)
#B9C2C0
(185,194,192)
#D0D4D3
(208,212,211)
#E7E6E6
(231,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #013228 color. Also use rgb(1,50,40) instead hex code.

Text Font Color

.myTextColor { color: #013228; }

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

This text font color is #013228.


Background Color

.myBgColor { background-color: #013228; }

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

This div background color is #013228.


Border color

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

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

This div border color is #013228.


Opacity

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

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

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

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

This text has shadow with #013228 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #013228 on black background.


Color preview on white background

This text has color #013228 on white background.



Black color preview on #013228 background

This text has black color on #013228 background.


White color preview on #013228 background

This text has white color on #013228 background.