COLOR #013B1C

HEX: #013B1C RGB: (1,59,28)

Color info

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

RGB color model

#013B1C color RGB value is (1,59,28).

RGB: (1,59,28) (0%, 23%, 11%)

RGB channels and saturation

R 1 of 255 = 0%
G 59 of 255 = 23%
B 28 of 255 = 11%

1
59
28

R + G + B ~ 11%. #013B1C is dark color.

Portions of RGB colors in percentages

R + G + B = 1 + 59 + 28 = 88 (100%)
R 1 of 88 ~ 1.14%
G 59 of 88 ~ 67.05%
B 28 of 88 ~ 31.82'%

%67.05
%31.82

CMYK color model

#013B1C color CMYK value is (98,0,53,77).

  • cyan value is 98.31%
  • magenta value is 0.00%
  • yellow value is 52.54%
  • key color value is 76.86%

CMYK: (98,0,53,77)
C98M0Y53K77 (98%, 0%, 53%, 77%)
(0.98 / 0.00 / 0.53 / 0.77)

CMYK percentages

%98.31
%0
%52.54
%76.86

Codes

Color #013B1C in popluar color models

01 3B 1C
RGB 1 59 28
HSL 148° 96.67% 11.76%
HSB/HSV 148° 98.31% 23.14%
CMYK 98.31% 0.00% 52.54%
76.86%

Color #013B1C in popluar number systems.

HEX 01 3B 1C
Decimal 1 59 28
Binary 1 111011 11100
Octal 1 73 34

Shades and tints

Shades of #013B1C

#013B1C
(1,59,28)
#01361A
(1,54,26)
#013118
(1,49,24)
#012C16
(1,44,22)
#012714
(1,39,20)
#012212
(1,34,18)
#011D10
(1,29,16)
#01180E
(1,24,14)
#01130C
(1,19,12)
#010E0A
(1,14,10)
#010908
(1,9,8)
#000000
(0,0,0)

Tints of #013B1C

#013B1C
(1,59,28)
#184C30
(24,76,48)
#2F5D44
(47,93,68)
#466E58
(70,110,88)
#5D7F6C
(93,127,108)
#749080
(116,144,128)
#8BA194
(139,161,148)
#A2B2A8
(162,178,168)
#B9C3BC
(185,195,188)
#D0D4D0
(208,212,208)
#E7E5E4
(231,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #013B1C color. Also use rgb(1,59,28) instead hex code.

Text Font Color

.myTextColor { color: #013B1C; }

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

This text font color is #013B1C.

Background Color

.myBgColor { background-color: #013B1C; }

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

This div background color is #013B1C.

Border color

.myBorderColor { border: 1px solid #013B1C; }

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

This div border color is #013B1C.

Opacity

.myOpacity80 { color: #013B1C; opacity: 0.8; }

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

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

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

This text has shadow with #013B1C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #013B1C.

Preview

Color preview on black background

This text has color #013B1C on black background.


Color preview on white background

This text has color #013B1C on white background.


Black color preview on #013B1C background

This text has black color on #013B1C background.


White color preview on #013B1C background

This text has white color on #013B1C background.


Related colors

Complementary color

Complementary color for #hex is #FEC4E3.


I love getcolorcode.com

Triadic colors

1 #1C013B and #3B1C01 with #013B1C are triadic colors.

2 #1C3B01 and #3B011C with #013B1C are triadic colors.