COLOR #015545

HEX: #015545 RGB: (1,85,69)

Color info

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

RGB color model

#015545 color RGB value is (1,85,69).

RGB: (1,85,69) (0%, 33%, 27%)

RGB channels and saturation

R 1 of 255 = 0%
G 85 of 255 = 33%
B 69 of 255 = 27%

1
85
69

R + G + B ~ 20%. #015545 is dark color.

Portions of RGB colors in percentages

R + G + B = 1 + 85 + 69 = 155 (100%)
R 1 of 155 ~ 0.65%
G 85 of 155 ~ 54.84%
B 69 of 155 ~ 44.52'%

%54.84
%44.52

CMYK color model

#015545 color CMYK value is (99,0,19,67).

  • cyan value is 98.82%
  • magenta value is 0.00%
  • yellow value is 18.82%
  • key color value is 66.67%

CMYK: (99,0,19,67)
C99M0Y19K67 (99%, 0%, 19%, 67%)
(0.99 / 0.00 / 0.19 / 0.67)

CMYK percentages

%98.82
%0
%18.82
%66.67

Codes

Color #015545 in popluar color models

01 55 45
RGB 1 85 69
HSL 169° 97.67% 16.86%
HSB/HSV 169° 98.82% 33.33%
CMYK 98.82% 0.00% 18.82%
66.67%

Color #015545 in popluar number systems.

HEX 01 55 45
Decimal 1 85 69
Binary 1 1010101 1000101
Octal 1 125 105

Shades and tints

Shades of #015545

#015545
(1,85,69)
#014E3F
(1,78,63)
#014739
(1,71,57)
#014033
(1,64,51)
#01392D
(1,57,45)
#013227
(1,50,39)
#012B21
(1,43,33)
#01241B
(1,36,27)
#011D15
(1,29,21)
#01160F
(1,22,15)
#010F09
(1,15,9)
#000000
(0,0,0)

Tints of #015545

#015545
(1,85,69)
#186455
(24,100,85)
#2F7365
(47,115,101)
#468275
(70,130,117)
#5D9185
(93,145,133)
#74A095
(116,160,149)
#8BAFA5
(139,175,165)
#A2BEB5
(162,190,181)
#B9CDC5
(185,205,197)
#D0DCD5
(208,220,213)
#E7EBE5
(231,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #015545 color. Also use rgb(1,85,69) instead hex code.

Text Font Color

.myTextColor { color: #015545; }

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

This text font color is #015545.

Background Color

.myBgColor { background-color: #015545; }

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

This div background color is #015545.

Border color

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

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

This div border color is #015545.

Opacity

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

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

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

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

This text has shadow with #015545 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #015545.

Preview

Color preview on black background

This text has color #015545 on black background.


Color preview on white background

This text has color #015545 on white background.


Black color preview on #015545 background

This text has black color on #015545 background.


White color preview on #015545 background

This text has white color on #015545 background.


Related colors

Complementary color

Complementary color for #hex is #FEAABA.


I love getcolorcode.com

Triadic colors

1 #450155 and #554501 with #015545 are triadic colors.

2 #455501 and #550145 with #015545 are triadic colors.