COLOR #1C6376

HEX: #1C6376
RGB: (28,99,118)

Color info

#1C6376 contains mainly green and blue colors. Web safe color of #1C6376 is #336666 (or #366).

RGB color model

#1C6376 color RGB value is (28,99,118).

  • red value is 28;
  • green value is 99;
  • blue value is 118.
RGB:
(28,99,118)
(11%,39%,46%)

RGB channels and saturation

R 28 of 255 = 11%
G 99 of 255 = 39%
B 118 of 255 = 46%

28
99
118

R + G + B ~ 32%. #1C6376 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 99 + 118 = 245 (100%)
R 28 of 245 ~ 11.43%
G 99 of 245 ~ 40.41%
B 118 of 245 ~ 48.16%

%11.43
%40.41
%48.16

CMYK color model

#1C6376 color CMYK value is (76,16,0,54).

  • cyan value is 76.27%
  • magenta value is 16.10%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(76,16,0,54)
C76M16Y0K54 
(76%,16%,0%,54%)
(0.76/0.16/0.00/0.54)	

CMYK percentages

%76.27
%16.1
%0
%53.73

Codes

Color #1C6376 in popluar color models

1C6376
RGB2899118
HSL193°61.64%28.63%
HSB/HSV193°76.27%46.27%
CMYK76.27%16.10%0.00%
53.73%

Color #1C6376 in popluar number systems.

HEX1C6376
Decimal2899118
Binary1110011000111110110
Octal34143166

Shades and tints

Shades of #1C6376

#1C6376
(28,99,118)
#1A5A6C
(26,90,108)
#185162
(24,81,98)
#164858
(22,72,88)
#143F4E
(20,63,78)
#123644
(18,54,68)
#102D3A
(16,45,58)
#0E2430
(14,36,48)
#0C1B26
(12,27,38)
#0A121C
(10,18,28)
#080912
(8,9,18)
#000000
(0,0,0)

Tints of #1C6376

#1C6376
(28,99,118)
#307182
(48,113,130)
#447F8E
(68,127,142)
#588D9A
(88,141,154)
#6C9BA6
(108,155,166)
#80A9B2
(128,169,178)
#94B7BE
(148,183,190)
#A8C5CA
(168,197,202)
#BCD3D6
(188,211,214)
#D0E1E2
(208,225,226)
#E4EFEE
(228,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C6376 color. Also use rgb(28,99,118) instead hex code.

Text Font Color

.myTextColor { color: #1C6376; }

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

This text font color is #1C6376.


Background Color

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

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

This div background color is #1C6376.


Border color

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

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

This div border color is #1C6376.


Opacity

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

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

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

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

This text has shadow with #1C6376 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C6376 on black background.


Color preview on white background

This text has color #1C6376 on white background.



Black color preview on #1C6376 background

This text has black color on #1C6376 background.


White color preview on #1C6376 background

This text has white color on #1C6376 background.