COLOR #015A37

HEX: #015A37
RGB: (1,90,55)

Color info

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

RGB color model

#015A37 color RGB value is (1,90,55).

  • red value is 1;
  • green value is 90;
  • blue value is 55.
RGB:
(1,90,55)
(0%,35%,22%)

RGB channels and saturation

R 1 of 255 = 0%
G 90 of 255 = 35%
B 55 of 255 = 22%

1
90
55

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

Portions of RGB colors in percentages

R + G + B =
1 + 90 + 55 = 146 (100%)
R 1 of 146 ~ 0.68%
G 90 of 146 ~ 61.64%
B 55 of 146 ~ 37.67%

%61.64
%37.67

CMYK color model

#015A37 color CMYK value is (99,0,39,65).

  • cyan value is 98.89%
  • magenta value is 0.00%
  • yellow value is 38.89%
  • key color value is 64.71%
CMYK:
(99,0,39,65)
C99M0Y39K65 
(99%,0%,39%,65%)
(0.99/0.00/0.39/0.65)	

CMYK percentages

%98.89
%0
%38.89
%64.71

Codes

Color #015A37 in popluar color models

015A37
RGB19055
HSL156°97.80%17.84%
HSB/HSV156°98.89%35.29%
CMYK98.89%0.00%38.89%
64.71%

Color #015A37 in popluar number systems.

HEX015A37
Decimal19055
Binary11011010110111
Octal113267

Shades and tints

Shades of #015A37

#015A37
(1,90,55)
#015232
(1,82,50)
#014A2D
(1,74,45)
#014228
(1,66,40)
#013A23
(1,58,35)
#01321E
(1,50,30)
#012A19
(1,42,25)
#012214
(1,34,20)
#011A0F
(1,26,15)
#01120A
(1,18,10)
#010A05
(1,10,5)
#000000
(0,0,0)

Tints of #015A37

#015A37
(1,90,55)
#186949
(24,105,73)
#2F785B
(47,120,91)
#46876D
(70,135,109)
#5D967F
(93,150,127)
#74A591
(116,165,145)
#8BB4A3
(139,180,163)
#A2C3B5
(162,195,181)
#B9D2C7
(185,210,199)
#D0E1D9
(208,225,217)
#E7F0EB
(231,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #015A37 color. Also use rgb(1,90,55) instead hex code.

Text Font Color

.myTextColor { color: #015A37; }

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

This text font color is #015A37.


Background Color

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

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

This div background color is #015A37.


Border color

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

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

This div border color is #015A37.


Opacity

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

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

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

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

This text has shadow with #015A37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #015A37 on black background.


Color preview on white background

This text has color #015A37 on white background.



Black color preview on #015A37 background

This text has black color on #015A37 background.


White color preview on #015A37 background

This text has white color on #015A37 background.