COLOR #013915

HEX: #013915 RGB: (1,57,21)

Color info

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

RGB color model

#013915 color RGB value is (1,57,21).

RGB: (1,57,21) (0%, 22%, 8%)

RGB channels and saturation

R 1 of 255 = 0%
G 57 of 255 = 22%
B 21 of 255 = 8%

1
57
21

R + G + B ~ 10%. #013915 is dark color.

Portions of RGB colors in percentages

R + G + B = 1 + 57 + 21 = 79 (100%)
R 1 of 79 ~ 1.27%
G 57 of 79 ~ 72.15%
B 21 of 79 ~ 26.58'%

%72.15
%26.58

CMYK color model

#013915 color CMYK value is (98,0,63,78).

  • cyan value is 98.25%
  • magenta value is 0.00%
  • yellow value is 63.16%
  • key color value is 77.65%

CMYK: (98,0,63,78)
C98M0Y63K78 (98%, 0%, 63%, 78%)
(0.98 / 0.00 / 0.63 / 0.78)

CMYK percentages

%98.25
%0
%63.16
%77.65

Codes

Color #013915 in popluar color models

01 39 15
RGB 1 57 21
HSL 141° 96.55% 11.37%
HSB/HSV 141° 98.25% 22.35%
CMYK 98.25% 0.00% 63.16%
77.65%

Color #013915 in popluar number systems.

HEX 01 39 15
Decimal 1 57 21
Binary 1 111001 10101
Octal 1 71 25

Shades and tints

Shades of #013915

#013915
(1,57,21)
#013414
(1,52,20)
#012F13
(1,47,19)
#012A12
(1,42,18)
#012511
(1,37,17)
#012010
(1,32,16)
#011B0F
(1,27,15)
#01160E
(1,22,14)
#01110D
(1,17,13)
#010C0C
(1,12,12)
#01070B
(1,7,11)
#000000
(0,0,0)

Tints of #013915

#013915
(1,57,21)
#184B2A
(24,75,42)
#2F5D3F
(47,93,63)
#466F54
(70,111,84)
#5D8169
(93,129,105)
#74937E
(116,147,126)
#8BA593
(139,165,147)
#A2B7A8
(162,183,168)
#B9C9BD
(185,201,189)
#D0DBD2
(208,219,210)
#E7EDE7
(231,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #013915 color. Also use rgb(1,57,21) instead hex code.

Text Font Color

.myTextColor { color: #013915; }

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

This text font color is #013915.

Background Color

.myBgColor { background-color: #013915; }

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

This div background color is #013915.

Border color

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

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

This div border color is #013915.

Opacity

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

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

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

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

This text has shadow with #013915 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #013915.

Preview

Color preview on black background

This text has color #013915 on black background.


Color preview on white background

This text has color #013915 on white background.


Black color preview on #013915 background

This text has black color on #013915 background.


White color preview on #013915 background

This text has white color on #013915 background.


Related colors

Complementary color

Complementary color for #hex is #FEC6EA.


I love getcolorcode.com

Triadic colors

1 #150139 and #391501 with #013915 are triadic colors.

2 #153901 and #390115 with #013915 are triadic colors.