COLOR #01482B

HEX: #01482B
RGB: (1,72,43)

Color info

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

RGB color model

#01482B color RGB value is (1,72,43).

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

RGB channels and saturation

R 1 of 255 = 0%
G 72 of 255 = 28%
B 43 of 255 = 17%

1
72
43

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

Portions of RGB colors in percentages

R + G + B =
1 + 72 + 43 = 116 (100%)
R 1 of 116 ~ 0.86%
G 72 of 116 ~ 62.07%
B 43 of 116 ~ 37.07%

%62.07
%37.07

CMYK color model

#01482B color CMYK value is (99,0,40,72).

  • cyan value is 98.61%
  • magenta value is 0.00%
  • yellow value is 40.28%
  • key color value is 71.76%
CMYK:
(99,0,40,72)
C99M0Y40K72 
(99%,0%,40%,72%)
(0.99/0.00/0.40/0.72)	

CMYK percentages

%98.61
%0
%40.28
%71.76

Codes

Color #01482B in popluar color models

01482B
RGB17243
HSL155°97.26%14.31%
HSB/HSV155°98.61%28.24%
CMYK98.61%0.00%40.28%
71.76%

Color #01482B in popluar number systems.

HEX01482B
Decimal17243
Binary11001000101011
Octal111053

Shades and tints

Shades of #01482B

#01482B
(1,72,43)
#014228
(1,66,40)
#013C25
(1,60,37)
#013622
(1,54,34)
#01301F
(1,48,31)
#012A1C
(1,42,28)
#012419
(1,36,25)
#011E16
(1,30,22)
#011813
(1,24,19)
#011210
(1,18,16)
#010C0D
(1,12,13)
#000000
(0,0,0)

Tints of #01482B

#01482B
(1,72,43)
#18583E
(24,88,62)
#2F6851
(47,104,81)
#467864
(70,120,100)
#5D8877
(93,136,119)
#74988A
(116,152,138)
#8BA89D
(139,168,157)
#A2B8B0
(162,184,176)
#B9C8C3
(185,200,195)
#D0D8D6
(208,216,214)
#E7E8E9
(231,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #01482B; }

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

This text font color is #01482B.


Background Color

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

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

This div background color is #01482B.


Border color

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

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

This div border color is #01482B.


Opacity

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

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

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

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

This text has shadow with #01482B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #01482B on black background.


Color preview on white background

This text has color #01482B on white background.



Black color preview on #01482B background

This text has black color on #01482B background.


White color preview on #01482B background

This text has white color on #01482B background.