COLOR #013311

HEX: #013311 RGB: (1,51,17)

Color info

#013311 contains red, green and blue colors in about the same proportion. Web safe color of #013311 is #003300 (or #030).

RGB color model

#013311 color RGB value is (1,51,17).

RGB: (1,51,17) (0%, 20%, 7%)

RGB channels and saturation

R 1 of 255 = 0%
G 51 of 255 = 20%
B 17 of 255 = 7%

1
51
17

R + G + B ~ 9%. #013311 is dark color.

Portions of RGB colors in percentages

R + G + B = 1 + 51 + 17 = 69 (100%)
R 1 of 69 ~ 1.45%
G 51 of 69 ~ 73.91%
B 17 of 69 ~ 24.64'%

%73.91
%24.64

CMYK color model

#013311 color CMYK value is (98,0,67,80).

  • cyan value is 98.04%
  • magenta value is 0.00%
  • yellow value is 66.67%
  • key color value is 80.00%
CMYK: (98,0,67,80) C98M0Y67K80 (98%,0%,67%,80%) (0.98/0.00/0.67/0.80) 

CMYK percentages

%98.04
%0
%66.67
%80

Codes

Color #013311 in popluar color models

01 33 11
RGB 1 51 17
HSL 139° 96.15% 10.20%
HSB/HSV 139° 98.04% 20.00%
CMYK 98.04% 0.00% 66.67%
80.00%

Color #013311 in popluar number systems.

HEX 01 33 11
Decimal 1 51 17
Binary 1 110011 10001
Octal 1 63 21

Shades and tints

Shades of #013311

#013311
(1,51,17)
#012F10
(1,47,16)
#012B0F
(1,43,15)
#01270E
(1,39,14)
#01230D
(1,35,13)
#011F0C
(1,31,12)
#011B0B
(1,27,11)
#01170A
(1,23,10)
#011309
(1,19,9)
#010F08
(1,15,8)
#010B07
(1,11,7)
#000000
(0,0,0)

Tints of #013311

#013311
(1,51,17)
#184526
(24,69,38)
#2F573B
(47,87,59)
#466950
(70,105,80)
#5D7B65
(93,123,101)
#748D7A
(116,141,122)
#8B9F8F
(139,159,143)
#A2B1A4
(162,177,164)
#B9C3B9
(185,195,185)
#D0D5CE
(208,213,206)
#E7E7E3
(231,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #013311; }

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

This text font color is #013311.

Background Color

.myBgColor { background-color: #013311; }

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

This div background color is #013311.

Border color

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

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

This div border color is #013311.

Opacity

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

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

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

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

This text has shadow with #013311 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #013311.

Preview

Color preview on black background

This text has color #013311 on black background.


Color preview on white background

This text has color #013311 on white background.


Black color preview on #013311 background

This text has black color on #013311 background.


White color preview on #013311 background

This text has white color on #013311 background.


Related colors

Complementary color

Complementary color for #hex is #FECCEE.


I love getcolorcode.com

Triadic colors

1 #110133 and #331101 with #013311 are triadic colors.

2 #113301 and #330111 with #013311 are triadic colors.