COLOR #1C6967

HEX: #1C6967
RGB: (28,105,103)

Color info

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

RGB color model

#1C6967 color RGB value is (28,105,103).

  • red value is 28;
  • green value is 105;
  • blue value is 103.
RGB:
(28,105,103)
(11%,41%,40%)

RGB channels and saturation

R 28 of 255 = 11%
G 105 of 255 = 41%
B 103 of 255 = 40%

28
105
103

R + G + B ~ 31%. #1C6967 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 105 + 103 = 236 (100%)
R 28 of 236 ~ 11.86%
G 105 of 236 ~ 44.49%
B 103 of 236 ~ 43.64%

%11.86
%44.49
%43.64

CMYK color model

#1C6967 color CMYK value is (73,0,2,59).

  • cyan value is 73.33%
  • magenta value is 0.00%
  • yellow value is 1.90%
  • key color value is 58.82%
CMYK:
(73,0,2,59)
C73M0Y2K59 
(73%,0%,2%,59%)
(0.73/0.00/0.02/0.59)	

CMYK percentages

%73.33
%0
%1.9
%58.82

Codes

Color #1C6967 in popluar color models

1C6967
RGB28105103
HSL178°57.89%26.08%
HSB/HSV178°73.33%41.18%
CMYK73.33%0.00%1.90%
58.82%

Color #1C6967 in popluar number systems.

HEX1C6967
Decimal28105103
Binary1110011010011100111
Octal34151147

Shades and tints

Shades of #1C6967

#1C6967
(28,105,103)
#1A605E
(26,96,94)
#185755
(24,87,85)
#164E4C
(22,78,76)
#144543
(20,69,67)
#123C3A
(18,60,58)
#103331
(16,51,49)
#0E2A28
(14,42,40)
#0C211F
(12,33,31)
#0A1816
(10,24,22)
#080F0D
(8,15,13)
#000000
(0,0,0)

Tints of #1C6967

#1C6967
(28,105,103)
#307674
(48,118,116)
#448381
(68,131,129)
#58908E
(88,144,142)
#6C9D9B
(108,157,155)
#80AAA8
(128,170,168)
#94B7B5
(148,183,181)
#A8C4C2
(168,196,194)
#BCD1CF
(188,209,207)
#D0DEDC
(208,222,220)
#E4EBE9
(228,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C6967 color. Also use rgb(28,105,103) instead hex code.

Text Font Color

.myTextColor { color: #1C6967; }

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

This text font color is #1C6967.


Background Color

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

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

This div background color is #1C6967.


Border color

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

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

This div border color is #1C6967.


Opacity

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

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

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

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

This text has shadow with #1C6967 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C6967 on black background.


Color preview on white background

This text has color #1C6967 on white background.



Black color preview on #1C6967 background

This text has black color on #1C6967 background.


White color preview on #1C6967 background

This text has white color on #1C6967 background.