COLOR #01462C

HEX: #01462C
RGB: (1,70,44)

Color info

#01462C contains mainly green and blue colors. Web safe color of #01462C is #003333 (or #033).

RGB color model

#01462C color RGB value is (1,70,44).

  • red value is 1;
  • green value is 70;
  • blue value is 44.
RGB:
(1,70,44)
(0%,27%,17%)

RGB channels and saturation

R 1 of 255 = 0%
G 70 of 255 = 27%
B 44 of 255 = 17%

1
70
44

R + G + B ~ 15%. #01462C is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 70 + 44 = 115 (100%)
R 1 of 115 ~ 0.87%
G 70 of 115 ~ 60.87%
B 44 of 115 ~ 38.26%

%60.87
%38.26

CMYK color model

#01462C color CMYK value is (99,0,37,73).

  • cyan value is 98.57%
  • magenta value is 0.00%
  • yellow value is 37.14%
  • key color value is 72.55%
CMYK:
(99,0,37,73)
C99M0Y37K73 
(99%,0%,37%,73%)
(0.99/0.00/0.37/0.73)	

CMYK percentages

%98.57
%0
%37.14
%72.55

Codes

Color #01462C in popluar color models

01462C
RGB17044
HSL157°97.18%13.92%
HSB/HSV157°98.57%27.45%
CMYK98.57%0.00%37.14%
72.55%

Color #01462C in popluar number systems.

HEX01462C
Decimal17044
Binary11000110101100
Octal110654

Shades and tints

Shades of #01462C

#01462C
(1,70,44)
#014028
(1,64,40)
#013A24
(1,58,36)
#013420
(1,52,32)
#012E1C
(1,46,28)
#012818
(1,40,24)
#012214
(1,34,20)
#011C10
(1,28,16)
#01160C
(1,22,12)
#011008
(1,16,8)
#010A04
(1,10,4)
#000000
(0,0,0)

Tints of #01462C

#01462C
(1,70,44)
#18563F
(24,86,63)
#2F6652
(47,102,82)
#467665
(70,118,101)
#5D8678
(93,134,120)
#74968B
(116,150,139)
#8BA69E
(139,166,158)
#A2B6B1
(162,182,177)
#B9C6C4
(185,198,196)
#D0D6D7
(208,214,215)
#E7E6EA
(231,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #01462C color. Also use rgb(1,70,44) instead hex code.

Text Font Color

.myTextColor { color: #01462C; }

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

This text font color is #01462C.


Background Color

.myBgColor { background-color: #01462C; }

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

This div background color is #01462C.


Border color

.myBorderColor { border: 1px solid #01462C; }

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

This div border color is #01462C.


Opacity

.myOpacity80 { color: #01462C; opacity: 0.8; }

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

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

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

This text has shadow with #01462C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #01462C on black background.


Color preview on white background

This text has color #01462C on white background.



Black color preview on #01462C background

This text has black color on #01462C background.


White color preview on #01462C background

This text has white color on #01462C background.