COLOR #013411

HEX: #013411
RGB: (1,52,17)

Color info

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

RGB color model

#013411 color RGB value is (1,52,17).

  • red value is 1;
  • green value is 52;
  • blue value is 17.
RGB:
(1,52,17)
(0%,20%,7%)

RGB channels and saturation

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

1
52
17

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

Portions of RGB colors in percentages

R + G + B =
1 + 52 + 17 = 70 (100%)
R 1 of 70 ~ 1.43%
G 52 of 70 ~ 74.29%
B 17 of 70 ~ 24.29%

%74.29
%24.29

CMYK color model

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

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

CMYK percentages

%98.08
%0
%67.31
%79.61

Codes

Color #013411 in popluar color models

013411
RGB15217
HSL139°96.23%10.39%
HSB/HSV139°98.08%20.39%
CMYK98.08%0.00%67.31%
79.61%

Color #013411 in popluar number systems.

HEX013411
Decimal15217
Binary111010010001
Octal16421

Shades and tints

Shades of #013411

#013411
(1,52,17)
#013010
(1,48,16)
#012C0F
(1,44,15)
#01280E
(1,40,14)
#01240D
(1,36,13)
#01200C
(1,32,12)
#011C0B
(1,28,11)
#01180A
(1,24,10)
#011409
(1,20,9)
#011008
(1,16,8)
#010C07
(1,12,7)
#000000
(0,0,0)

Tints of #013411

#013411
(1,52,17)
#184626
(24,70,38)
#2F583B
(47,88,59)
#466A50
(70,106,80)
#5D7C65
(93,124,101)
#748E7A
(116,142,122)
#8BA08F
(139,160,143)
#A2B2A4
(162,178,164)
#B9C4B9
(185,196,185)
#D0D6CE
(208,214,206)
#E7E8E3
(231,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #013411; }

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

This text font color is #013411.


Background Color

.myBgColor { background-color: #013411; }

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

This div background color is #013411.


Border color

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

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

This div border color is #013411.


Opacity

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

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

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

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

This text has shadow with #013411 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #013411 on black background.


Color preview on white background

This text has color #013411 on white background.



Black color preview on #013411 background

This text has black color on #013411 background.


White color preview on #013411 background

This text has white color on #013411 background.