COLOR #013332

HEX: #013332
RGB: (1,51,50)

Color info

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

RGB color model

#013332 color RGB value is (1,51,50).

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

RGB channels and saturation

R 1 of 255 = 0%
G 51 of 255 = 20%
B 50 of 255 = 20%

1
51
50

R + G + B ~ 13%. #013332 is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 51 + 50 = 102 (100%)
R 1 of 102 ~ 0.98%
G 51 of 102 ~ 50%
B 50 of 102 ~ 49.02%

%50
%49.02

CMYK color model

#013332 color CMYK value is (98,0,2,80).

  • cyan value is 98.04%
  • magenta value is 0.00%
  • yellow value is 1.96%
  • key color value is 80.00%
CMYK:
(98,0,2,80)
C98M0Y2K80 
(98%,0%,2%,80%)
(0.98/0.00/0.02/0.80)	

CMYK percentages

%98.04
%0
%1.96
%80

Codes

Color #013332 in popluar color models

013332
RGB15150
HSL179°96.15%10.20%
HSB/HSV179°98.04%20.00%
CMYK98.04%0.00%1.96%
80.00%

Color #013332 in popluar number systems.

HEX013332
Decimal15150
Binary1110011110010
Octal16362

Shades and tints

Shades of #013332

#013332
(1,51,50)
#012F2E
(1,47,46)
#012B2A
(1,43,42)
#012726
(1,39,38)
#012322
(1,35,34)
#011F1E
(1,31,30)
#011B1A
(1,27,26)
#011716
(1,23,22)
#011312
(1,19,18)
#010F0E
(1,15,14)
#010B0A
(1,11,10)
#000000
(0,0,0)

Tints of #013332

#013332
(1,51,50)
#184544
(24,69,68)
#2F5756
(47,87,86)
#466968
(70,105,104)
#5D7B7A
(93,123,122)
#748D8C
(116,141,140)
#8B9F9E
(139,159,158)
#A2B1B0
(162,177,176)
#B9C3C2
(185,195,194)
#D0D5D4
(208,213,212)
#E7E7E6
(231,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #013332; }

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

This text font color is #013332.


Background Color

.myBgColor { background-color: #013332; }

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

This div background color is #013332.


Border color

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

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

This div border color is #013332.


Opacity

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

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

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

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

This text has shadow with #013332 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #013332 on black background.


Color preview on white background

This text has color #013332 on white background.



Black color preview on #013332 background

This text has black color on #013332 background.


White color preview on #013332 background

This text has white color on #013332 background.