COLOR #1C667F

HEX: #1C667F RGB: (28,102,127)

Color info

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

RGB color model

#1C667F color RGB value is (28,102,127).

RGB: (28,102,127) (11%, 40%, 50%)

RGB channels and saturation

R 28 of 255 = 11%
G 102 of 255 = 40%
B 127 of 255 = 50%

28
102
127

R + G + B ~ 34%. #1C667F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 28 + 102 + 127 = 257 (100%)
R 28 of 257 ~ 10.89%
G 102 of 257 ~ 39.69%
B 127 of 257 ~ 49.42'%

%10.89
%39.69
%49.42

CMYK color model

#1C667F color CMYK value is (78,20,0,50).

  • cyan value is 77.95%
  • magenta value is 19.69%
  • yellow value is 0.00%
  • key color value is 50.20%

CMYK: (78,20,0,50)
C78M20Y0K50 (78%, 20%, 0%, 50%)
(0.78 / 0.20 / 0.00 / 0.50)

CMYK percentages

%77.95
%19.69
%0
%50.2

Codes

Color #1C667F in popluar color models

1C 66 7F
RGB 28 102 127
HSL 195° 63.87% 30.39%
HSB/HSV 195° 77.95% 49.80%
CMYK 77.95% 19.69% 0.00%
50.20%

Color #1C667F in popluar number systems.

HEX 1C 66 7F
Decimal 28 102 127
Binary 11100 1100110 1111111
Octal 34 146 177

Shades and tints

Shades of #1C667F

#1C667F
(28,102,127)
#1A5D74
(26,93,116)
#185469
(24,84,105)
#164B5E
(22,75,94)
#144253
(20,66,83)
#123948
(18,57,72)
#10303D
(16,48,61)
#0E2732
(14,39,50)
#0C1E27
(12,30,39)
#0A151C
(10,21,28)
#080C11
(8,12,17)
#000000
(0,0,0)

Tints of #1C667F

#1C667F
(28,102,127)
#30738A
(48,115,138)
#448095
(68,128,149)
#588DA0
(88,141,160)
#6C9AAB
(108,154,171)
#80A7B6
(128,167,182)
#94B4C1
(148,180,193)
#A8C1CC
(168,193,204)
#BCCED7
(188,206,215)
#D0DBE2
(208,219,226)
#E4E8ED
(228,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C667F color. Also use rgb(28,102,127) instead hex code.

Text Font Color

.myTextColor { color: #1C667F; }

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

This text font color is #1C667F.

Background Color

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

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

This div background color is #1C667F.

Border color

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

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

This div border color is #1C667F.

Opacity

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

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

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

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

This text has shadow with #1C667F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1C667F.

Preview

Color preview on black background

This text has color #1C667F on black background.


Color preview on white background

This text has color #1C667F on white background.


Black color preview on #1C667F background

This text has black color on #1C667F background.


White color preview on #1C667F background

This text has white color on #1C667F background.


Related colors

Complementary color

Complementary color for #hex is #E39980.


I love getcolorcode.com

Triadic colors

1 #7F1C66 and #667F1C with #1C667F are triadic colors.

2 #7F661C and #661C7F with #1C667F are triadic colors.