COLOR #01372A

HEX: #01372A
RGB: (1,55,42)

Color info

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

RGB color model

#01372A color RGB value is (1,55,42).

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

RGB channels and saturation

R 1 of 255 = 0%
G 55 of 255 = 22%
B 42 of 255 = 16%

1
55
42

R + G + B ~ 13%. #01372A is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 55 + 42 = 98 (100%)
R 1 of 98 ~ 1.02%
G 55 of 98 ~ 56.12%
B 42 of 98 ~ 42.86%

%56.12
%42.86

CMYK color model

#01372A color CMYK value is (98,0,24,78).

  • cyan value is 98.18%
  • magenta value is 0.00%
  • yellow value is 23.64%
  • key color value is 78.43%
CMYK:
(98,0,24,78)
C98M0Y24K78 
(98%,0%,24%,78%)
(0.98/0.00/0.24/0.78)	

CMYK percentages

%98.18
%0
%23.64
%78.43

Codes

Color #01372A in popluar color models

01372A
RGB15542
HSL166°96.43%10.98%
HSB/HSV166°98.18%21.57%
CMYK98.18%0.00%23.64%
78.43%

Color #01372A in popluar number systems.

HEX01372A
Decimal15542
Binary1110111101010
Octal16752

Shades and tints

Shades of #01372A

#01372A
(1,55,42)
#013227
(1,50,39)
#012D24
(1,45,36)
#012821
(1,40,33)
#01231E
(1,35,30)
#011E1B
(1,30,27)
#011918
(1,25,24)
#011415
(1,20,21)
#010F12
(1,15,18)
#010A0F
(1,10,15)
#01050C
(1,5,12)
#000000
(0,0,0)

Tints of #01372A

#01372A
(1,55,42)
#18493D
(24,73,61)
#2F5B50
(47,91,80)
#466D63
(70,109,99)
#5D7F76
(93,127,118)
#749189
(116,145,137)
#8BA39C
(139,163,156)
#A2B5AF
(162,181,175)
#B9C7C2
(185,199,194)
#D0D9D5
(208,217,213)
#E7EBE8
(231,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #01372A; }

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

This text font color is #01372A.


Background Color

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

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

This div background color is #01372A.


Border color

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

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

This div border color is #01372A.


Opacity

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

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

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

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

This text has shadow with #01372A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #01372A on black background.


Color preview on white background

This text has color #01372A on white background.



Black color preview on #01372A background

This text has black color on #01372A background.


White color preview on #01372A background

This text has white color on #01372A background.