COLOR #01302E

HEX: #01302E
RGB: (1,48,46)

Color info

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

RGB color model

#01302E color RGB value is (1,48,46).

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

RGB channels and saturation

R 1 of 255 = 0%
G 48 of 255 = 19%
B 46 of 255 = 18%

1
48
46

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

Portions of RGB colors in percentages

R + G + B =
1 + 48 + 46 = 95 (100%)
R 1 of 95 ~ 1.05%
G 48 of 95 ~ 50.53%
B 46 of 95 ~ 48.42%

%50.53
%48.42

CMYK color model

#01302E color CMYK value is (98,0,4,81).

  • cyan value is 97.92%
  • magenta value is 0.00%
  • yellow value is 4.17%
  • key color value is 81.18%
CMYK:
(98,0,4,81)
C98M0Y4K81 
(98%,0%,4%,81%)
(0.98/0.00/0.04/0.81)	

CMYK percentages

%97.92
%0
%4.17
%81.18

Codes

Color #01302E in popluar color models

01302E
RGB14846
HSL177°95.92%9.61%
HSB/HSV177°97.92%18.82%
CMYK97.92%0.00%4.17%
81.18%

Color #01302E in popluar number systems.

HEX01302E
Decimal14846
Binary1110000101110
Octal16056

Shades and tints

Shades of #01302E

#01302E
(1,48,46)
#012C2A
(1,44,42)
#012826
(1,40,38)
#012422
(1,36,34)
#01201E
(1,32,30)
#011C1A
(1,28,26)
#011816
(1,24,22)
#011412
(1,20,18)
#01100E
(1,16,14)
#010C0A
(1,12,10)
#010806
(1,8,6)
#000000
(0,0,0)

Tints of #01302E

#01302E
(1,48,46)
#184241
(24,66,65)
#2F5454
(47,84,84)
#466667
(70,102,103)
#5D787A
(93,120,122)
#748A8D
(116,138,141)
#8B9CA0
(139,156,160)
#A2AEB3
(162,174,179)
#B9C0C6
(185,192,198)
#D0D2D9
(208,210,217)
#E7E4EC
(231,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #01302E; }

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

This text font color is #01302E.


Background Color

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

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

This div background color is #01302E.


Border color

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

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

This div border color is #01302E.


Opacity

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

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

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

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

This text has shadow with #01302E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #01302E on black background.


Color preview on white background

This text has color #01302E on white background.



Black color preview on #01302E background

This text has black color on #01302E background.


White color preview on #01302E background

This text has white color on #01302E background.