COLOR #01462A

HEX: #01462A
RGB: (1,70,42)

Color info

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

RGB color model

#01462A color RGB value is (1,70,42).

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

RGB channels and saturation

R 1 of 255 = 0%
G 70 of 255 = 27%
B 42 of 255 = 16%

1
70
42

R + G + B ~ 14%. #01462A is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 70 + 42 = 113 (100%)
R 1 of 113 ~ 0.88%
G 70 of 113 ~ 61.95%
B 42 of 113 ~ 37.17%

%61.95
%37.17

CMYK color model

#01462A color CMYK value is (99,0,40,73).

  • cyan value is 98.57%
  • magenta value is 0.00%
  • yellow value is 40.00%
  • key color value is 72.55%
CMYK:
(99,0,40,73)
C99M0Y40K73 
(99%,0%,40%,73%)
(0.99/0.00/0.40/0.73)	

CMYK percentages

%98.57
%0
%40
%72.55

Codes

Color #01462A in popluar color models

01462A
RGB17042
HSL156°97.18%13.92%
HSB/HSV156°98.57%27.45%
CMYK98.57%0.00%40.00%
72.55%

Color #01462A in popluar number systems.

HEX01462A
Decimal17042
Binary11000110101010
Octal110652

Shades and tints

Shades of #01462A

#01462A
(1,70,42)
#014027
(1,64,39)
#013A24
(1,58,36)
#013421
(1,52,33)
#012E1E
(1,46,30)
#01281B
(1,40,27)
#012218
(1,34,24)
#011C15
(1,28,21)
#011612
(1,22,18)
#01100F
(1,16,15)
#010A0C
(1,10,12)
#000000
(0,0,0)

Tints of #01462A

#01462A
(1,70,42)
#18563D
(24,86,61)
#2F6650
(47,102,80)
#467663
(70,118,99)
#5D8676
(93,134,118)
#749689
(116,150,137)
#8BA69C
(139,166,156)
#A2B6AF
(162,182,175)
#B9C6C2
(185,198,194)
#D0D6D5
(208,214,213)
#E7E6E8
(231,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #01462A; }

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

This text font color is #01462A.


Background Color

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

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

This div background color is #01462A.


Border color

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

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

This div border color is #01462A.


Opacity

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

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

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

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

This text has shadow with #01462A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #01462A on black background.


Color preview on white background

This text has color #01462A on white background.



Black color preview on #01462A background

This text has black color on #01462A background.


White color preview on #01462A background

This text has white color on #01462A background.