COLOR #15675A

HEX: #15675A
RGB: (21,103,90)

Color info

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

RGB color model

#15675A color RGB value is (21,103,90).

  • red value is 21;
  • green value is 103;
  • blue value is 90.
RGB:
(21,103,90)
(8%,40%,35%)

RGB channels and saturation

R 21 of 255 = 8%
G 103 of 255 = 40%
B 90 of 255 = 35%

21
103
90

R + G + B ~ 28%. #15675A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 103 + 90 = 214 (100%)
R 21 of 214 ~ 9.81%
G 103 of 214 ~ 48.13%
B 90 of 214 ~ 42.06%

%9.81
%48.13
%42.06

CMYK color model

#15675A color CMYK value is (80,0,13,60).

  • cyan value is 79.61%
  • magenta value is 0.00%
  • yellow value is 12.62%
  • key color value is 59.61%
CMYK:
(80,0,13,60)
C80M0Y13K60 
(80%,0%,13%,60%)
(0.80/0.00/0.13/0.60)	

CMYK percentages

%79.61
%0
%12.62
%59.61

Codes

Color #15675A in popluar color models

15675A
RGB2110390
HSL170°66.13%24.31%
HSB/HSV170°79.61%40.39%
CMYK79.61%0.00%12.62%
59.61%

Color #15675A in popluar number systems.

HEX15675A
Decimal2110390
Binary1010111001111011010
Octal25147132

Shades and tints

Shades of #15675A

#15675A
(21,103,90)
#145E52
(20,94,82)
#13554A
(19,85,74)
#124C42
(18,76,66)
#11433A
(17,67,58)
#103A32
(16,58,50)
#0F312A
(15,49,42)
#0E2822
(14,40,34)
#0D1F1A
(13,31,26)
#0C1612
(12,22,18)
#0B0D0A
(11,13,10)
#000000
(0,0,0)

Tints of #15675A

#15675A
(21,103,90)
#2A7469
(42,116,105)
#3F8178
(63,129,120)
#548E87
(84,142,135)
#699B96
(105,155,150)
#7EA8A5
(126,168,165)
#93B5B4
(147,181,180)
#A8C2C3
(168,194,195)
#BDCFD2
(189,207,210)
#D2DCE1
(210,220,225)
#E7E9F0
(231,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #15675A color. Also use rgb(21,103,90) instead hex code.

Text Font Color

.myTextColor { color: #15675A; }

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

This text font color is #15675A.


Background Color

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

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

This div background color is #15675A.


Border color

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

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

This div border color is #15675A.


Opacity

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

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

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

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

This text has shadow with #15675A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15675A on black background.


Color preview on white background

This text has color #15675A on white background.



Black color preview on #15675A background

This text has black color on #15675A background.


White color preview on #15675A background

This text has white color on #15675A background.