COLOR #01302B

HEX: #01302B
RGB: (1,48,43)

Color info

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

RGB color model

#01302B color RGB value is (1,48,43).

  • red value is 1;
  • green value is 48;
  • blue value is 43.
RGB:
(1,48,43)
(0%,19%,17%)

RGB channels and saturation

R 1 of 255 = 0%
G 48 of 255 = 19%
B 43 of 255 = 17%

1
48
43

R + G + B ~ 12%. #01302B is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 48 + 43 = 92 (100%)
R 1 of 92 ~ 1.09%
G 48 of 92 ~ 52.17%
B 43 of 92 ~ 46.74%

%52.17
%46.74

CMYK color model

#01302B color CMYK value is (98,0,10,81).

  • cyan value is 97.92%
  • magenta value is 0.00%
  • yellow value is 10.42%
  • key color value is 81.18%
CMYK:
(98,0,10,81)
C98M0Y10K81 
(98%,0%,10%,81%)
(0.98/0.00/0.10/0.81)	

CMYK percentages

%97.92
%0
%10.42
%81.18

Codes

Color #01302B in popluar color models

01302B
RGB14843
HSL174°95.92%9.61%
HSB/HSV174°97.92%18.82%
CMYK97.92%0.00%10.42%
81.18%

Color #01302B in popluar number systems.

HEX01302B
Decimal14843
Binary1110000101011
Octal16053

Shades and tints

Shades of #01302B

#01302B
(1,48,43)
#012C28
(1,44,40)
#012825
(1,40,37)
#012422
(1,36,34)
#01201F
(1,32,31)
#011C1C
(1,28,28)
#011819
(1,24,25)
#011416
(1,20,22)
#011013
(1,16,19)
#010C10
(1,12,16)
#01080D
(1,8,13)
#000000
(0,0,0)

Tints of #01302B

#01302B
(1,48,43)
#18423E
(24,66,62)
#2F5451
(47,84,81)
#466664
(70,102,100)
#5D7877
(93,120,119)
#748A8A
(116,138,138)
#8B9C9D
(139,156,157)
#A2AEB0
(162,174,176)
#B9C0C3
(185,192,195)
#D0D2D6
(208,210,214)
#E7E4E9
(231,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #01302B color. Also use rgb(1,48,43) instead hex code.

Text Font Color

.myTextColor { color: #01302B; }

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

This text font color is #01302B.


Background Color

.myBgColor { background-color: #01302B; }

<div style="background-color:#01302B">Inner text</div>

This div background color is #01302B.


Border color

.myBorderColor { border: 1px solid #01302B; }

<div style="border:3px solid #01302B">Div</div>

This div border color is #01302B.


Opacity

.myOpacity80 { color: #01302B; opacity: 0.8; }

<p style="color:#01302B;opacity:0.8;">80%</p>

Text with #01302B 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 #01302B;}

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

This text has shadow with #01302B color.

.textShadow {text-shadow: 3px 3px 1px #01302B, 3px 3px 1px red;}

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

This text has shadow with #01302B primary color and red secondary color.


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

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

This text has shadow with #01302B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #01302B on black background.


Color preview on white background

This text has color #01302B on white background.



Black color preview on #01302B background

This text has black color on #01302B background.


White color preview on #01302B background

This text has white color on #01302B background.