COLOR #013335

HEX: #013335
RGB: (1,51,53)

Color info

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

RGB color model

#013335 color RGB value is (1,51,53).

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

RGB channels and saturation

R 1 of 255 = 0%
G 51 of 255 = 20%
B 53 of 255 = 21%

1
51
53

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

Portions of RGB colors in percentages

R + G + B =
1 + 51 + 53 = 105 (100%)
R 1 of 105 ~ 0.95%
G 51 of 105 ~ 48.57%
B 53 of 105 ~ 50.48%

%48.57
%50.48

CMYK color model

#013335 color CMYK value is (98,4,0,79).

  • cyan value is 98.11%
  • magenta value is 3.77%
  • yellow value is 0.00%
  • key color value is 79.22%
CMYK:
(98,4,0,79)
C98M4Y0K79 
(98%,4%,0%,79%)
(0.98/0.04/0.00/0.79)	

CMYK percentages

%98.11
%3.77
%0
%79.22

Codes

Color #013335 in popluar color models

013335
RGB15153
HSL182°96.30%10.59%
HSB/HSV182°98.11%20.78%
CMYK98.11%3.77%0.00%
79.22%

Color #013335 in popluar number systems.

HEX013335
Decimal15153
Binary1110011110101
Octal16365

Shades and tints

Shades of #013335

#013335
(1,51,53)
#012F31
(1,47,49)
#012B2D
(1,43,45)
#012729
(1,39,41)
#012325
(1,35,37)
#011F21
(1,31,33)
#011B1D
(1,27,29)
#011719
(1,23,25)
#011315
(1,19,21)
#010F11
(1,15,17)
#010B0D
(1,11,13)
#000000
(0,0,0)

Tints of #013335

#013335
(1,51,53)
#184547
(24,69,71)
#2F5759
(47,87,89)
#46696B
(70,105,107)
#5D7B7D
(93,123,125)
#748D8F
(116,141,143)
#8B9FA1
(139,159,161)
#A2B1B3
(162,177,179)
#B9C3C5
(185,195,197)
#D0D5D7
(208,213,215)
#E7E7E9
(231,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #013335; }

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

This text font color is #013335.


Background Color

.myBgColor { background-color: #013335; }

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

This div background color is #013335.


Border color

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

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

This div border color is #013335.


Opacity

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

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

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

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

This text has shadow with #013335 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #013335 on black background.


Color preview on white background

This text has color #013335 on white background.



Black color preview on #013335 background

This text has black color on #013335 background.


White color preview on #013335 background

This text has white color on #013335 background.