COLOR #013227

HEX: #013227
RGB: (1,50,39)

Color info

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

RGB color model

#013227 color RGB value is (1,50,39).

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

RGB channels and saturation

R 1 of 255 = 0%
G 50 of 255 = 20%
B 39 of 255 = 15%

1
50
39

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

Portions of RGB colors in percentages

R + G + B =
1 + 50 + 39 = 90 (100%)
R 1 of 90 ~ 1.11%
G 50 of 90 ~ 55.56%
B 39 of 90 ~ 43.33%

%55.56
%43.33

CMYK color model

#013227 color CMYK value is (98,0,22,80).

  • cyan value is 98.00%
  • magenta value is 0.00%
  • yellow value is 22.00%
  • key color value is 80.39%
CMYK:
(98,0,22,80)
C98M0Y22K80 
(98%,0%,22%,80%)
(0.98/0.00/0.22/0.80)	

CMYK percentages

%98
%0
%22
%80.39

Codes

Color #013227 in popluar color models

013227
RGB15039
HSL167°96.08%10.00%
HSB/HSV167°98.00%19.61%
CMYK98.00%0.00%22.00%
80.39%

Color #013227 in popluar number systems.

HEX013227
Decimal15039
Binary1110010100111
Octal16247

Shades and tints

Shades of #013227

#013227
(1,50,39)
#012E24
(1,46,36)
#012A21
(1,42,33)
#01261E
(1,38,30)
#01221B
(1,34,27)
#011E18
(1,30,24)
#011A15
(1,26,21)
#011612
(1,22,18)
#01120F
(1,18,15)
#010E0C
(1,14,12)
#010A09
(1,10,9)
#000000
(0,0,0)

Tints of #013227

#013227
(1,50,39)
#18443A
(24,68,58)
#2F564D
(47,86,77)
#466860
(70,104,96)
#5D7A73
(93,122,115)
#748C86
(116,140,134)
#8B9E99
(139,158,153)
#A2B0AC
(162,176,172)
#B9C2BF
(185,194,191)
#D0D4D2
(208,212,210)
#E7E6E5
(231,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #013227; }

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

This text font color is #013227.


Background Color

.myBgColor { background-color: #013227; }

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

This div background color is #013227.


Border color

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

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

This div border color is #013227.


Opacity

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

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

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

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

This text has shadow with #013227 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #013227 on black background.


Color preview on white background

This text has color #013227 on white background.



Black color preview on #013227 background

This text has black color on #013227 background.


White color preview on #013227 background

This text has white color on #013227 background.