COLOR #015E49

HEX: #015E49
RGB: (1,94,73)

Color info

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

RGB color model

#015E49 color RGB value is (1,94,73).

  • red value is 1;
  • green value is 94;
  • blue value is 73.
RGB:
(1,94,73)
(0%,37%,29%)

RGB channels and saturation

R 1 of 255 = 0%
G 94 of 255 = 37%
B 73 of 255 = 29%

1
94
73

R + G + B ~ 22%. #015E49 is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 94 + 73 = 168 (100%)
R 1 of 168 ~ 0.6%
G 94 of 168 ~ 55.95%
B 73 of 168 ~ 43.45%

%55.95
%43.45

CMYK color model

#015E49 color CMYK value is (99,0,22,63).

  • cyan value is 98.94%
  • magenta value is 0.00%
  • yellow value is 22.34%
  • key color value is 63.14%
CMYK:
(99,0,22,63)
C99M0Y22K63 
(99%,0%,22%,63%)
(0.99/0.00/0.22/0.63)	

CMYK percentages

%98.94
%0
%22.34
%63.14

Codes

Color #015E49 in popluar color models

015E49
RGB19473
HSL166°97.89%18.63%
HSB/HSV166°98.94%36.86%
CMYK98.94%0.00%22.34%
63.14%

Color #015E49 in popluar number systems.

HEX015E49
Decimal19473
Binary110111101001001
Octal1136111

Shades and tints

Shades of #015E49

#015E49
(1,94,73)
#015643
(1,86,67)
#014E3D
(1,78,61)
#014637
(1,70,55)
#013E31
(1,62,49)
#01362B
(1,54,43)
#012E25
(1,46,37)
#01261F
(1,38,31)
#011E19
(1,30,25)
#011613
(1,22,19)
#010E0D
(1,14,13)
#000000
(0,0,0)

Tints of #015E49

#015E49
(1,94,73)
#186C59
(24,108,89)
#2F7A69
(47,122,105)
#468879
(70,136,121)
#5D9689
(93,150,137)
#74A499
(116,164,153)
#8BB2A9
(139,178,169)
#A2C0B9
(162,192,185)
#B9CEC9
(185,206,201)
#D0DCD9
(208,220,217)
#E7EAE9
(231,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #015E49 color. Also use rgb(1,94,73) instead hex code.

Text Font Color

.myTextColor { color: #015E49; }

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

This text font color is #015E49.


Background Color

.myBgColor { background-color: #015E49; }

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

This div background color is #015E49.


Border color

.myBorderColor { border: 1px solid #015E49; }

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

This div border color is #015E49.


Opacity

.myOpacity80 { color: #015E49; opacity: 0.8; }

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

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

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

This text has shadow with #015E49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #015E49 on black background.


Color preview on white background

This text has color #015E49 on white background.



Black color preview on #015E49 background

This text has black color on #015E49 background.


White color preview on #015E49 background

This text has white color on #015E49 background.