COLOR #01341F

HEX: #01341F RGB: (1,52,31)

Color info

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

RGB color model

#01341F color RGB value is (1,52,31).

RGB: (1,52,31) (0%, 20%, 12%)

RGB channels and saturation

R 1 of 255 = 0%
G 52 of 255 = 20%
B 31 of 255 = 12%

1
52
31

R + G + B ~ 11%. #01341F is dark color.

Portions of RGB colors in percentages

R + G + B = 1 + 52 + 31 = 84 (100%)
R 1 of 84 ~ 1.19%
G 52 of 84 ~ 61.9%
B 31 of 84 ~ 36.9'%

%61.9
%36.9

CMYK color model

#01341F color CMYK value is (98,0,40,80).

  • cyan value is 98.08%
  • magenta value is 0.00%
  • yellow value is 40.38%
  • key color value is 79.61%

CMYK: (98,0,40,80)
C98M0Y40K80 (98%, 0%, 40%, 80%)
(0.98 / 0.00 / 0.40 / 0.80)

CMYK percentages

%98.08
%0
%40.38
%79.61

Codes

Color #01341F in popluar color models

01 34 1F
RGB 1 52 31
HSL 155° 96.23% 10.39%
HSB/HSV 155° 98.08% 20.39%
CMYK 98.08% 0.00% 40.38%
79.61%

Color #01341F in popluar number systems.

HEX 01 34 1F
Decimal 1 52 31
Binary 1 110100 11111
Octal 1 64 37

Shades and tints

Shades of #01341F

#01341F
(1,52,31)
#01301D
(1,48,29)
#012C1B
(1,44,27)
#012819
(1,40,25)
#012417
(1,36,23)
#012015
(1,32,21)
#011C13
(1,28,19)
#011811
(1,24,17)
#01140F
(1,20,15)
#01100D
(1,16,13)
#010C0B
(1,12,11)
#000000
(0,0,0)

Tints of #01341F

#01341F
(1,52,31)
#184633
(24,70,51)
#2F5847
(47,88,71)
#466A5B
(70,106,91)
#5D7C6F
(93,124,111)
#748E83
(116,142,131)
#8BA097
(139,160,151)
#A2B2AB
(162,178,171)
#B9C4BF
(185,196,191)
#D0D6D3
(208,214,211)
#E7E8E7
(231,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #01341F; }

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

This text font color is #01341F.

Background Color

.myBgColor { background-color: #01341F; }

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

This div background color is #01341F.

Border color

.myBorderColor { border: 1px solid #01341F; }

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

This div border color is #01341F.

Opacity

.myOpacity80 { color: #01341F; opacity: 0.8; }

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

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

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

This text has shadow with #01341F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #01341F.

Preview

Color preview on black background

This text has color #01341F on black background.


Color preview on white background

This text has color #01341F on white background.


Black color preview on #01341F background

This text has black color on #01341F background.


White color preview on #01341F background

This text has white color on #01341F background.


Related colors

Complementary color

Complementary color for #hex is #FECBE0.


I love getcolorcode.com

Triadic colors

1 #1F0134 and #341F01 with #01341F are triadic colors.

2 #1F3401 and #34011F with #01341F are triadic colors.