COLOR #1C7A8B

HEX: #1C7A8B
RGB: (28,122,139)

Color info

#1C7A8B contains mainly green and blue colors. Web safe color of #1C7A8B is #336699 (or #369).

RGB color model

#1C7A8B color RGB value is (28,122,139).

  • red value is 28;
  • green value is 122;
  • blue value is 139.
RGB:
(28,122,139)
(11%,48%,55%)

RGB channels and saturation

R 28 of 255 = 11%
G 122 of 255 = 48%
B 139 of 255 = 55%

28
122
139

R + G + B ~ 38%. #1C7A8B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 122 + 139 = 289 (100%)
R 28 of 289 ~ 9.69%
G 122 of 289 ~ 42.21%
B 139 of 289 ~ 48.1%

%9.69
%42.21
%48.1

CMYK color model

#1C7A8B color CMYK value is (80,12,0,45).

  • cyan value is 79.86%
  • magenta value is 12.23%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(80,12,0,45)
C80M12Y0K45 
(80%,12%,0%,45%)
(0.80/0.12/0.00/0.45)	

CMYK percentages

%79.86
%12.23
%0
%45.49

Codes

Color #1C7A8B in popluar color models

1C7A8B
RGB28122139
HSL189°66.47%32.75%
HSB/HSV189°79.86%54.51%
CMYK79.86%12.23%0.00%
45.49%

Color #1C7A8B in popluar number systems.

HEX1C7A8B
Decimal28122139
Binary11100111101010001011
Octal34172213

Shades and tints

Shades of #1C7A8B

#1C7A8B
(28,122,139)
#1A6F7F
(26,111,127)
#186473
(24,100,115)
#165967
(22,89,103)
#144E5B
(20,78,91)
#12434F
(18,67,79)
#103843
(16,56,67)
#0E2D37
(14,45,55)
#0C222B
(12,34,43)
#0A171F
(10,23,31)
#080C13
(8,12,19)
#000000
(0,0,0)

Tints of #1C7A8B

#1C7A8B
(28,122,139)
#308695
(48,134,149)
#44929F
(68,146,159)
#589EA9
(88,158,169)
#6CAAB3
(108,170,179)
#80B6BD
(128,182,189)
#94C2C7
(148,194,199)
#A8CED1
(168,206,209)
#BCDADB
(188,218,219)
#D0E6E5
(208,230,229)
#E4F2EF
(228,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C7A8B color. Also use rgb(28,122,139) instead hex code.

Text Font Color

.myTextColor { color: #1C7A8B; }

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

This text font color is #1C7A8B.


Background Color

.myBgColor { background-color: #1C7A8B; }

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

This div background color is #1C7A8B.


Border color

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

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

This div border color is #1C7A8B.


Opacity

.myOpacity80 { color: #1C7A8B; opacity: 0.8; }

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

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

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

This text has shadow with #1C7A8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C7A8B on black background.


Color preview on white background

This text has color #1C7A8B on white background.



Black color preview on #1C7A8B background

This text has black color on #1C7A8B background.


White color preview on #1C7A8B background

This text has white color on #1C7A8B background.