COLOR #015042

HEX: #015042
RGB: (1,80,66)

Color info

#015042 contains mainly green and blue colors. Web safe color of #015042 is #006633 (or #063).

RGB color model

#015042 color RGB value is (1,80,66).

  • red value is 1;
  • green value is 80;
  • blue value is 66.
RGB:
(1,80,66)
(0%,31%,26%)

RGB channels and saturation

R 1 of 255 = 0%
G 80 of 255 = 31%
B 66 of 255 = 26%

1
80
66

R + G + B ~ 19%. #015042 is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 80 + 66 = 147 (100%)
R 1 of 147 ~ 0.68%
G 80 of 147 ~ 54.42%
B 66 of 147 ~ 44.9%

%54.42
%44.9

CMYK color model

#015042 color CMYK value is (99,0,18,69).

  • cyan value is 98.75%
  • magenta value is 0.00%
  • yellow value is 17.50%
  • key color value is 68.63%
CMYK:
(99,0,18,69)
C99M0Y18K69 
(99%,0%,18%,69%)
(0.99/0.00/0.18/0.69)	

CMYK percentages

%98.75
%0
%17.5
%68.63

Codes

Color #015042 in popluar color models

015042
RGB18066
HSL169°97.53%15.88%
HSB/HSV169°98.75%31.37%
CMYK98.75%0.00%17.50%
68.63%

Color #015042 in popluar number systems.

HEX015042
Decimal18066
Binary110100001000010
Octal1120102

Shades and tints

Shades of #015042

#015042
(1,80,66)
#01493C
(1,73,60)
#014236
(1,66,54)
#013B30
(1,59,48)
#01342A
(1,52,42)
#012D24
(1,45,36)
#01261E
(1,38,30)
#011F18
(1,31,24)
#011812
(1,24,18)
#01110C
(1,17,12)
#010A06
(1,10,6)
#000000
(0,0,0)

Tints of #015042

#015042
(1,80,66)
#185F53
(24,95,83)
#2F6E64
(47,110,100)
#467D75
(70,125,117)
#5D8C86
(93,140,134)
#749B97
(116,155,151)
#8BAAA8
(139,170,168)
#A2B9B9
(162,185,185)
#B9C8CA
(185,200,202)
#D0D7DB
(208,215,219)
#E7E6EC
(231,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #015042 color. Also use rgb(1,80,66) instead hex code.

Text Font Color

.myTextColor { color: #015042; }

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

This text font color is #015042.


Background Color

.myBgColor { background-color: #015042; }

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

This div background color is #015042.


Border color

.myBorderColor { border: 1px solid #015042; }

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

This div border color is #015042.


Opacity

.myOpacity80 { color: #015042; opacity: 0.8; }

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

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

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

This text has shadow with #015042 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #015042 on black background.


Color preview on white background

This text has color #015042 on white background.



Black color preview on #015042 background

This text has black color on #015042 background.


White color preview on #015042 background

This text has white color on #015042 background.