COLOR #015957

HEX: #015957 RGB: (1,89,87)

Color info

#015957 contains mainly green and blue colors. Web safe color of #015957 is #006666 (or #066).

RGB color model

#015957 color RGB value is (1,89,87).

RGB: (1,89,87) (0%, 35%, 34%)

RGB channels and saturation

R 1 of 255 = 0%
G 89 of 255 = 35%
B 87 of 255 = 34%

1
89
87

R + G + B ~ 23%. #015957 is dark color.

Portions of RGB colors in percentages

R + G + B = 1 + 89 + 87 = 177 (100%)
R 1 of 177 ~ 0.56%
G 89 of 177 ~ 50.28%
B 87 of 177 ~ 49.15'%

%50.28
%49.15

CMYK color model

#015957 color CMYK value is (99,0,2,65).

  • cyan value is 98.88%
  • magenta value is 0.00%
  • yellow value is 2.25%
  • key color value is 65.10%

CMYK: (99,0,2,65)
C99M0Y2K65 (99%, 0%, 2%, 65%)
(0.99 / 0.00 / 0.02 / 0.65)

CMYK percentages

%98.88
%0
%2.25
%65.1

Codes

Color #015957 in popluar color models

01 59 57
RGB 1 89 87
HSL 179° 97.78% 17.65%
HSB/HSV 179° 98.88% 34.90%
CMYK 98.88% 0.00% 2.25%
65.10%

Color #015957 in popluar number systems.

HEX 01 59 57
Decimal 1 89 87
Binary 1 1011001 1010111
Octal 1 131 127

Shades and tints

Shades of #015957

#015957
(1,89,87)
#015150
(1,81,80)
#014949
(1,73,73)
#014142
(1,65,66)
#01393B
(1,57,59)
#013134
(1,49,52)
#01292D
(1,41,45)
#012126
(1,33,38)
#01191F
(1,25,31)
#011118
(1,17,24)
#010911
(1,9,17)
#000000
(0,0,0)

Tints of #015957

#015957
(1,89,87)
#186866
(24,104,102)
#2F7775
(47,119,117)
#468684
(70,134,132)
#5D9593
(93,149,147)
#74A4A2
(116,164,162)
#8BB3B1
(139,179,177)
#A2C2C0
(162,194,192)
#B9D1CF
(185,209,207)
#D0E0DE
(208,224,222)
#E7EFED
(231,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #015957 color. Also use rgb(1,89,87) instead hex code.

Text Font Color

.myTextColor { color: #015957; }

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

This text font color is #015957.

Background Color

.myBgColor { background-color: #015957; }

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

This div background color is #015957.

Border color

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

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

This div border color is #015957.

Opacity

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

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

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

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

This text has shadow with #015957 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #015957.

Preview

Color preview on black background

This text has color #015957 on black background.


Color preview on white background

This text has color #015957 on white background.


Black color preview on #015957 background

This text has black color on #015957 background.


White color preview on #015957 background

This text has white color on #015957 background.


Related colors

Complementary color

Complementary color for #hex is #FEA6A8.


I love getcolorcode.com

Triadic colors

1 #570159 and #595701 with #015957 are triadic colors.

2 #575901 and #590157 with #015957 are triadic colors.