COLOR #15615F

HEX: #15615F RGB: (21,97,95)

Color info

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

RGB color model

#15615F color RGB value is (21,97,95).

RGB: (21,97,95) (8%, 38%, 37%)

RGB channels and saturation

R 21 of 255 = 8%
G 97 of 255 = 38%
B 95 of 255 = 37%

21
97
95

R + G + B ~ 28%. #15615F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 21 + 97 + 95 = 213 (100%)
R 21 of 213 ~ 9.86%
G 97 of 213 ~ 45.54%
B 95 of 213 ~ 44.6'%

%9.86
%45.54
%44.6

CMYK color model

#15615F color CMYK value is (78,0,2,62).

  • cyan value is 78.35%
  • magenta value is 0.00%
  • yellow value is 2.06%
  • key color value is 61.96%
CMYK: (78,0,2,62) C78M0Y2K62 (78%,0%,2%,62%) (0.78/0.00/0.02/0.62) 

CMYK percentages

%78.35
%0
%2.06
%61.96

Codes

Color #15615F in popluar color models

15 61 5F
RGB 21 97 95
HSL 178° 64.41% 23.14%
HSB/HSV 178° 78.35% 38.04%
CMYK 78.35% 0.00% 2.06%
61.96%

Color #15615F in popluar number systems.

HEX 15 61 5F
Decimal 21 97 95
Binary 10101 1100001 1011111
Octal 25 141 137

Shades and tints

Shades of #15615F

#15615F
(21,97,95)
#145957
(20,89,87)
#13514F
(19,81,79)
#124947
(18,73,71)
#11413F
(17,65,63)
#103937
(16,57,55)
#0F312F
(15,49,47)
#0E2927
(14,41,39)
#0D211F
(13,33,31)
#0C1917
(12,25,23)
#0B110F
(11,17,15)
#000000
(0,0,0)

Tints of #15615F

#15615F
(21,97,95)
#2A6F6D
(42,111,109)
#3F7D7B
(63,125,123)
#548B89
(84,139,137)
#699997
(105,153,151)
#7EA7A5
(126,167,165)
#93B5B3
(147,181,179)
#A8C3C1
(168,195,193)
#BDD1CF
(189,209,207)
#D2DFDD
(210,223,221)
#E7EDEB
(231,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #15615F color. Also use rgb(21,97,95) instead hex code.

Text Font Color

.myTextColor { color: #15615F; }

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

This text font color is #15615F.

Background Color

.myBgColor { background-color: #15615F; }

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

This div background color is #15615F.

Border color

.myBorderColor { border: 1px solid #15615F; }

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

This div border color is #15615F.

Opacity

.myOpacity80 { color: #15615F; opacity: 0.8; }

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

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

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

This text has shadow with #15615F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #15615F.

Preview

Color preview on black background

This text has color #15615F on black background.


Color preview on white background

This text has color #15615F on white background.


Black color preview on #15615F background

This text has black color on #15615F background.


White color preview on #15615F background

This text has white color on #15615F background.


Related colors

Complementary color

Complementary color for #hex is #EA9EA0.


I love getcolorcode.com

Triadic colors

1 #5F1561 and #615F15 with #15615F are triadic colors.

2 #5F6115 and #61155F with #15615F are triadic colors.