COLOR #15707A

HEX: #15707A RGB: (21,112,122)

Color info

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

RGB color model

#15707A color RGB value is (21,112,122).

RGB: (21,112,122) (8%, 44%, 48%)

RGB channels and saturation

R 21 of 255 = 8%
G 112 of 255 = 44%
B 122 of 255 = 48%

21
112
122

R + G + B ~ 33%. #15707A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 21 + 112 + 122 = 255 (100%)
R 21 of 255 ~ 8.24%
G 112 of 255 ~ 43.92%
B 122 of 255 ~ 47.84'%

%43.92
%47.84

CMYK color model

#15707A color CMYK value is (83,8,0,52).

  • cyan value is 82.79%
  • magenta value is 8.20%
  • yellow value is 0.00%
  • key color value is 52.16%

CMYK: (83,8,0,52)
C83M8Y0K52 (83%, 8%, 0%, 52%)
(0.83 / 0.08 / 0.00 / 0.52)

CMYK percentages

%82.79
%8.2
%0
%52.16

Codes

Color #15707A in popluar color models

15 70 7A
RGB 21 112 122
HSL 186° 70.63% 28.04%
HSB/HSV 186° 82.79% 47.84%
CMYK 82.79% 8.20% 0.00%
52.16%

Color #15707A in popluar number systems.

HEX 15 70 7A
Decimal 21 112 122
Binary 10101 1110000 1111010
Octal 25 160 172

Shades and tints

Shades of #15707A

#15707A
(21,112,122)
#14666F
(20,102,111)
#135C64
(19,92,100)
#125259
(18,82,89)
#11484E
(17,72,78)
#103E43
(16,62,67)
#0F3438
(15,52,56)
#0E2A2D
(14,42,45)
#0D2022
(13,32,34)
#0C1617
(12,22,23)
#0B0C0C
(11,12,12)
#000000
(0,0,0)

Tints of #15707A

#15707A
(21,112,122)
#2A7D86
(42,125,134)
#3F8A92
(63,138,146)
#54979E
(84,151,158)
#69A4AA
(105,164,170)
#7EB1B6
(126,177,182)
#93BEC2
(147,190,194)
#A8CBCE
(168,203,206)
#BDD8DA
(189,216,218)
#D2E5E6
(210,229,230)
#E7F2F2
(231,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #15707A color. Also use rgb(21,112,122) instead hex code.

Text Font Color

.myTextColor { color: #15707A; }

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

This text font color is #15707A.

Background Color

.myBgColor { background-color: #15707A; }

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

This div background color is #15707A.

Border color

.myBorderColor { border: 1px solid #15707A; }

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

This div border color is #15707A.

Opacity

.myOpacity80 { color: #15707A; opacity: 0.8; }

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

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

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

This text has shadow with #15707A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #15707A.

Preview

Color preview on black background

This text has color #15707A on black background.


Color preview on white background

This text has color #15707A on white background.


Black color preview on #15707A background

This text has black color on #15707A background.


White color preview on #15707A background

This text has white color on #15707A background.


Related colors

Complementary color

Complementary color for #hex is #EA8F85.


I love getcolorcode.com

Triadic colors

1 #7A1570 and #707A15 with #15707A are triadic colors.

2 #7A7015 and #70157A with #15707A are triadic colors.