COLOR #15656A

HEX: #15656A
RGB: (21,101,106)

Color info

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

RGB color model

#15656A color RGB value is (21,101,106).

  • red value is 21;
  • green value is 101;
  • blue value is 106.
RGB:
(21,101,106)
(8%,40%,42%)

RGB channels and saturation

R 21 of 255 = 8%
G 101 of 255 = 40%
B 106 of 255 = 42%

21
101
106

R + G + B ~ 30%. #15656A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 101 + 106 = 228 (100%)
R 21 of 228 ~ 9.21%
G 101 of 228 ~ 44.3%
B 106 of 228 ~ 46.49%

%44.3
%46.49

CMYK color model

#15656A color CMYK value is (80,5,0,58).

  • cyan value is 80.19%
  • magenta value is 4.72%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(80,5,0,58)
C80M5Y0K58 
(80%,5%,0%,58%)
(0.80/0.05/0.00/0.58)	

CMYK percentages

%80.19
%4.72
%0
%58.43

Codes

Color #15656A in popluar color models

15656A
RGB21101106
HSL184°66.93%24.90%
HSB/HSV184°80.19%41.57%
CMYK80.19%4.72%0.00%
58.43%

Color #15656A in popluar number systems.

HEX15656A
Decimal21101106
Binary1010111001011101010
Octal25145152

Shades and tints

Shades of #15656A

#15656A
(21,101,106)
#145C61
(20,92,97)
#135358
(19,83,88)
#124A4F
(18,74,79)
#114146
(17,65,70)
#10383D
(16,56,61)
#0F2F34
(15,47,52)
#0E262B
(14,38,43)
#0D1D22
(13,29,34)
#0C1419
(12,20,25)
#0B0B10
(11,11,16)
#000000
(0,0,0)

Tints of #15656A

#15656A
(21,101,106)
#2A7377
(42,115,119)
#3F8184
(63,129,132)
#548F91
(84,143,145)
#699D9E
(105,157,158)
#7EABAB
(126,171,171)
#93B9B8
(147,185,184)
#A8C7C5
(168,199,197)
#BDD5D2
(189,213,210)
#D2E3DF
(210,227,223)
#E7F1EC
(231,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #15656A color. Also use rgb(21,101,106) instead hex code.

Text Font Color

.myTextColor { color: #15656A; }

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

This text font color is #15656A.


Background Color

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

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

This div background color is #15656A.


Border color

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

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

This div border color is #15656A.


Opacity

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

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

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

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

This text has shadow with #15656A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15656A on black background.


Color preview on white background

This text has color #15656A on white background.



Black color preview on #15656A background

This text has black color on #15656A background.


White color preview on #15656A background

This text has white color on #15656A background.