COLOR #015C54

HEX: #015C54 RGB: (1,92,84)

Color info

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

RGB color model

#015C54 color RGB value is (1,92,84).

RGB: (1,92,84) (0%, 36%, 33%)

RGB channels and saturation

R 1 of 255 = 0%
G 92 of 255 = 36%
B 84 of 255 = 33%

1
92
84

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

Portions of RGB colors in percentages

R + G + B = 1 + 92 + 84 = 177 (100%)
R 1 of 177 ~ 0.56%
G 92 of 177 ~ 51.98%
B 84 of 177 ~ 47.46'%

%51.98
%47.46

CMYK color model

#015C54 color CMYK value is (99,0,9,64).

  • cyan value is 98.91%
  • magenta value is 0.00%
  • yellow value is 8.70%
  • key color value is 63.92%

CMYK: (99,0,9,64)
C99M0Y9K64 (99%, 0%, 9%, 64%)
(0.99 / 0.00 / 0.09 / 0.64)

CMYK percentages

%98.91
%0
%8.7
%63.92

Codes

Color #015C54 in popluar color models

01 5C 54
RGB 1 92 84
HSL 175° 97.85% 18.24%
HSB/HSV 175° 98.91% 36.08%
CMYK 98.91% 0.00% 8.70%
63.92%

Color #015C54 in popluar number systems.

HEX 01 5C 54
Decimal 1 92 84
Binary 1 1011100 1010100
Octal 1 134 124

Shades and tints

Shades of #015C54

#015C54
(1,92,84)
#01544D
(1,84,77)
#014C46
(1,76,70)
#01443F
(1,68,63)
#013C38
(1,60,56)
#013431
(1,52,49)
#012C2A
(1,44,42)
#012423
(1,36,35)
#011C1C
(1,28,28)
#011415
(1,20,21)
#010C0E
(1,12,14)
#000000
(0,0,0)

Tints of #015C54

#015C54
(1,92,84)
#186A63
(24,106,99)
#2F7872
(47,120,114)
#468681
(70,134,129)
#5D9490
(93,148,144)
#74A29F
(116,162,159)
#8BB0AE
(139,176,174)
#A2BEBD
(162,190,189)
#B9CCCC
(185,204,204)
#D0DADB
(208,218,219)
#E7E8EA
(231,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #015C54 color. Also use rgb(1,92,84) instead hex code.

Text Font Color

.myTextColor { color: #015C54; }

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

This text font color is #015C54.

Background Color

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

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

This div background color is #015C54.

Border color

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

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

This div border color is #015C54.

Opacity

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

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

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

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

This text has shadow with #015C54 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #015C54.

Preview

Color preview on black background

This text has color #015C54 on black background.


Color preview on white background

This text has color #015C54 on white background.


Black color preview on #015C54 background

This text has black color on #015C54 background.


White color preview on #015C54 background

This text has white color on #015C54 background.


Related colors

Complementary color

Complementary color for #hex is #FEA3AB.


I love getcolorcode.com

Triadic colors

1 #54015C and #5C5401 with #015C54 are triadic colors.

2 #545C01 and #5C0154 with #015C54 are triadic colors.